Skip to content

Commit

Permalink
Next is 18.0.0.Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Jun 10, 2019
1 parent d138e8c commit 0b04984
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion boms/user/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use the BOM, import into your dependency management. For example, if you want
<artifactId>wildfly-javaee8</artifactId>
<scope>import</scope>
<type>pom</type>
<version>17.0.0.Final</version>
<version>18.0.0.Beta1-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion boms/user/client/ejb-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>17.0.0.Final</version>
<version>18.0.0.Beta1-SNAPSHOT</version>
</parent>

<artifactId>wildfly-ejb-client-bom-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/user/client/ejb-legacy-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>17.0.0.Final</version>
<version>18.0.0.Beta1-SNAPSHOT</version>
</parent>

<artifactId>wildfly-ejb-client-legacy-bom-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/user/client/jaxws-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>17.0.0.Final</version>
<version>18.0.0.Beta1-SNAPSHOT</version>
</parent>

<artifactId>wildfly-jaxws-client-bom-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/user/client/jms-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>17.0.0.Final</version>
<version>18.0.0.Beta1-SNAPSHOT</version>
</parent>

<artifactId>wildfly-jms-client-bom-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/user/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>17.0.0.Final</version>
<version>18.0.0.Beta1-SNAPSHOT</version>
</parent>

<artifactId>wildfly-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>17.0.0.Final</version>
<version>18.0.0.Beta1-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion javaee8/javaee8-with-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use the BOM, import into your dependency management:
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>wildfly-javaee8-with-tools</artifactId>
<version>17.0.0.Final</version>
<version>18.0.0.Beta1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion javaee8/javaee8-with-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>17.0.0.Final</version>
<version>18.0.0.Beta1-SNAPSHOT</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion javaee8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>17.0.0.Final</version>
<version>18.0.0.Beta1-SNAPSHOT</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Maintain separation between the artifact id and the version to help prevent
merge conflicts between commits changing the GA and those changing the V.
-->
<version>17.0.0.Final</version>
<version>18.0.0.Beta1-SNAPSHOT</version>
</parent>

<artifactId>wildfly-quickstarts-bom-builder</artifactId>
Expand Down

0 comments on commit 0b04984

Please sign in to comment.