Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed May 20, 2024
1 parent 9b17143 commit 0d2c73b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions clusterbench-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<parent>
<artifactId>clusterbench</artifactId>
<groupId>org.jboss.test</groupId>
<version>9.0.0.Final</version>
<version>9.0.1.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-common</artifactId>
<version>9.0.0.Final</version>
<version>9.0.1.Final-SNAPSHOT</version>
<packaging>jar</packaging>

<name>clusterbench-common</name>
Expand Down
4 changes: 2 additions & 2 deletions clusterbench-ee10-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<parent>
<artifactId>clusterbench</artifactId>
<groupId>org.jboss.test</groupId>
<version>9.0.0.Final</version>
<version>9.0.1.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-ee10-ear</artifactId>
<version>9.0.0.Final</version>
<version>9.0.1.Final-SNAPSHOT</version>
<packaging>ear</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions clusterbench-ee10-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<parent>
<artifactId>clusterbench</artifactId>
<groupId>org.jboss.test</groupId>
<version>9.0.0.Final</version>
<version>9.0.1.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-ee10-ejb</artifactId>
<version>9.0.0.Final</version>
<version>9.0.1.Final-SNAPSHOT</version>
<packaging>ejb</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions clusterbench-ee10-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<parent>
<artifactId>clusterbench</artifactId>
<groupId>org.jboss.test</groupId>
<version>9.0.0.Final</version>
<version>9.0.1.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-ee10-web</artifactId>
<version>9.0.0.Final</version>
<version>9.0.1.Final-SNAPSHOT</version>
<packaging>war</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.test</groupId>
<artifactId>clusterbench</artifactId>
<version>9.0.0.Final</version>
<version>9.0.1.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-it-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/tomcat-10.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.test</groupId>
<artifactId>clusterbench-it-parent</artifactId>
<version>9.0.0.Final</version>
<version>9.0.1.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-it-tomcat-10.1</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>org.jboss.test</groupId>
<artifactId>clusterbench</artifactId>
<version>9.0.0.Final</version>
<version>9.0.1.Final-SNAPSHOT</version>
<packaging>pom</packaging>
<name>clusterbench</name>

Expand All @@ -29,7 +29,7 @@

<scm>
<developerConnection>scm:git:git@github.com:clusterbench/clusterbench.git</developerConnection>
<tag>9.0.0.Final</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down

0 comments on commit 0d2c73b

Please sign in to comment.