Skip to content

Commit

Permalink
Merge pull request #4142 from geoand/undertow-spi
Browse files Browse the repository at this point in the history
Rename undertow-build-items module to undertow-spi
  • Loading branch information
geoand authored Sep 21, 2019
2 parents e4f503e + 839a37e commit 0e07a42
Show file tree
Hide file tree
Showing 21 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bom/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-undertow-build-items</artifactId>
<artifactId>quarkus-undertow-spi</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extensions/resteasy/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-undertow-build-items</artifactId>
<artifactId>quarkus-undertow-spi</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/undertow/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-undertow-build-items</artifactId>
<artifactId>quarkus-undertow-spi</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions extensions/undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<name>Quarkus - Undertow</name>
<packaging>pom</packaging>
<modules>
<module>runtime</module>
<module>build-items</module>
<module>deployment</module>
<module>runtime</module>
<module>spi</module>
</modules>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-undertow-build-items</artifactId>
<name>Quarkus - Undertow - Build Items</name>
<artifactId>quarkus-undertow-spi</artifactId>
<name>Quarkus - Undertow - SPI</name>

<dependencies>
<dependency>
Expand Down

0 comments on commit 0e07a42

Please sign in to comment.