Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Prepare for 18.0.0.Final release
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Oct 3, 2019
1 parent 52d4f2c commit 6665c15
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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>18.0.0.Final-SNAPSHOT</version>
<version>18.0.0.Final</version>
</parent>

<artifactId>wildfly-ejb-client-bom-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>18.0.0.Final-SNAPSHOT</version>
<version>18.0.0.Final</version>
</parent>

<artifactId>wildfly-ejb-client-legacy-bom-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>18.0.0.Final-SNAPSHOT</version>
<version>18.0.0.Final</version>
</parent>

<artifactId>wildfly-jaxws-client-bom-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>18.0.0.Final-SNAPSHOT</version>
<version>18.0.0.Final</version>
</parent>

<artifactId>wildfly-jms-client-bom-builder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>18.0.0.Final-SNAPSHOT</version>
<version>18.0.0.Final</version>
</parent>

<artifactId>wildfly-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakartaee8/jakartaee8-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>18.0.0.Final-SNAPSHOT</version>
<version>18.0.0.Final</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jakartaee8/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>18.0.0.Final-SNAPSHOT</version>
<version>18.0.0.Final</version>
</parent>

<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions 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>18.0.0.Final-SNAPSHOT</version>
<version>18.0.0.Final</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -75,7 +75,7 @@
<!-- Version of WildFly
note: a SNAPSHOT version *requires* checkout of WildFly at https://github.com/wildfly/wildfly and build through "mvn clean install"
-->
<version.server>18.0.0.Final-SNAPSHOT</version.server>
<version.server>18.0.0.Final</version.server>
<!-- Version of the maven plugin used to build BOMs -->
<version.bom-builder-plugin>2.0.0.Beta1</version.bom-builder-plugin>
<!-- Protocol to use for communication with remote maven repositories.
Expand Down

0 comments on commit 6665c15

Please sign in to comment.