Skip to content

Commit

Permalink
Next is 4.0.0.Beta4
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 Aug 3, 2022
1 parent e60f17a commit adefabe
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin-parent</artifactId>
<version>4.0.0.Beta3</version>
<version>4.0.0.Beta4-SNAPSHOT</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 @@ -27,7 +27,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin-parent</artifactId>
<version>4.0.0.Beta3</version>
<version>4.0.0.Beta4-SNAPSHOT</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 @@ -31,7 +31,7 @@
</parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin-parent</artifactId>
<version>4.0.0.Beta3</version>
<version>4.0.0.Beta4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>WildFly Maven Plugin - Parent</name>

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 @@ -27,7 +27,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin-tests</artifactId>
<version>4.0.0.Beta3</version>
<version>4.0.0.Beta4-SNAPSHOT</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 @@ -27,7 +27,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin-parent</artifactId>
<version>4.0.0.Beta3</version>
<version>4.0.0.Beta4-SNAPSHOT</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 @@ -27,7 +27,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin-tests</artifactId>
<version>4.0.0.Beta3</version>
<version>4.0.0.Beta4-SNAPSHOT</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 @@ -27,7 +27,7 @@
<parent>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin-tests</artifactId>
<version>4.0.0.Beta3</version>
<version>4.0.0.Beta4-SNAPSHOT</version>
</parent>

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

0 comments on commit adefabe

Please sign in to comment.