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 Nov 28, 2024
1 parent 3e06f37 commit 017aa6e
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 19 deletions.
6 changes: 1 addition & 5 deletions bom/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-bom</artifactId>
<version>11.0.0.Final</version>
<version>11.0.1.Final-SNAPSHOT</version>
<packaging>pom</packaging>

<name>ClusterBench: BOM</name>
Expand Down Expand Up @@ -75,8 +75,4 @@
</dependency>
</dependencies>
</dependencyManagement>

<scm>
<tag>11.0.0.Final</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions clusterbench-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>org.jboss.test</groupId>
<artifactId>clusterbench</artifactId>
<version>11.0.0.Final</version>
<version>11.0.1.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-common</artifactId>
<version>11.0.0.Final</version>
<version>11.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 @@ -10,11 +10,11 @@
<parent>
<groupId>org.jboss.test</groupId>
<artifactId>clusterbench</artifactId>
<version>11.0.0.Final</version>
<version>11.0.1.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-ee10-ear</artifactId>
<version>11.0.0.Final</version>
<version>11.0.1.Final-SNAPSHOT</version>
<packaging>ear</packaging>

<name>ClusterBench: EE 10 - EAR</name>
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 @@ -9,11 +9,11 @@
<parent>
<groupId>org.jboss.test</groupId>
<artifactId>clusterbench</artifactId>
<version>11.0.0.Final</version>
<version>11.0.1.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-ee10-ejb</artifactId>
<version>11.0.0.Final</version>
<version>11.0.1.Final-SNAPSHOT</version>
<packaging>ejb</packaging>

<name>ClusterBench: EE 10 - EJB</name>
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 @@ -8,11 +8,11 @@
<parent>
<groupId>org.jboss.test</groupId>
<artifactId>clusterbench</artifactId>
<version>11.0.0.Final</version>
<version>11.0.1.Final-SNAPSHOT</version>
</parent>

<artifactId>clusterbench-ee10-web</artifactId>
<version>11.0.0.Final</version>
<version>11.0.1.Final-SNAPSHOT</version>
<packaging>war</packaging>

<name>ClusterBench: EE 10 - WEB</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.test</groupId>
<artifactId>clusterbench</artifactId>
<version>11.0.0.Final</version>
<version>11.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 @@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.test</groupId>
<artifactId>clusterbench-it-parent</artifactId>
<version>11.0.0.Final</version>
<version>11.0.1.Final-SNAPSHOT</version>
</parent>

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

<artifactId>clusterbench-it-wildfly</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<parent>
<groupId>org.jboss.test</groupId>
<artifactId>clusterbench-bom</artifactId>
<version>11.0.0.Final</version>
<version>11.0.1.Final-SNAPSHOT</version>
<relativePath>bom</relativePath>
</parent>

<artifactId>clusterbench</artifactId>
<version>11.0.0.Final</version>
<version>11.0.1.Final-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ClusterBench (parent)</name>

Expand All @@ -37,7 +37,7 @@

<scm>
<developerConnection>scm:git:[email protected]:clusterbench/clusterbench.git</developerConnection>
<tag>11.0.0.Final</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down

0 comments on commit 017aa6e

Please sign in to comment.