Skip to content

Commit

Permalink
Prepare for 5.0.0.Beta4 release
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Mar 26, 2024
1 parent 4defc70 commit 44c4a5c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin-parent</artifactId>
<version>5.0.0.Beta4-SNAPSHOT</version>
<version>5.0.0.Beta4</version>
</parent>

<artifactId>wildfly-plugin-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin-parent</artifactId>
<version>5.0.0.Beta4-SNAPSHOT</version>
<version>5.0.0.Beta4</version>
</parent>

<artifactId>wildfly-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin-parent</artifactId>
<version>5.0.0.Beta4-SNAPSHOT</version>
<version>5.0.0.Beta4</version>
<packaging>pom</packaging>
<name>WildFly Maven Plugin - Parent</name>

Expand Down
2 changes: 1 addition & 1 deletion tests/bootable-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin-tests</artifactId>
<version>5.0.0.Beta4-SNAPSHOT</version>
<version>5.0.0.Beta4</version>
</parent>

<artifactId>wildfly-maven-plugin-bootable-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/domain-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin-tests</artifactId>
<version>5.0.0.Beta4-SNAPSHOT</version>
<version>5.0.0.Beta4</version>
</parent>

<artifactId>wildfly-maven-plugin-domain-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin-parent</artifactId>
<version>5.0.0.Beta4-SNAPSHOT</version>
<version>5.0.0.Beta4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tests/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin-tests</artifactId>
<version>5.0.0.Beta4-SNAPSHOT</version>
<version>5.0.0.Beta4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tests/standalone-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin-tests</artifactId>
<version>5.0.0.Beta4-SNAPSHOT</version>
<version>5.0.0.Beta4</version>
</parent>

<artifactId>wildfly-maven-plugin-standalone-tests</artifactId>
Expand Down

0 comments on commit 44c4a5c

Please sign in to comment.