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 Dec 18, 2024
1 parent d65529b commit c8ff195
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 15 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.mod_cluster</groupId>
<artifactId>mod_cluster-bom</artifactId>
<version>2.1.0.Final</version>
<version>2.1.1.Final-SNAPSHOT</version>
<packaging>pom</packaging>

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

<scm>
<tag>2.1.0.Final</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>mod_cluster-parent</artifactId>
<groupId>org.jboss.mod_cluster</groupId>
<version>2.1.0.Final</version>
<version>2.1.1.Final-SNAPSHOT</version>
</parent>
<artifactId>mod_cluster-container</artifactId>
<name>mod_cluster: Container (parent)</name>
Expand Down
2 changes: 1 addition & 1 deletion container/spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>mod_cluster-container</artifactId>
<groupId>org.jboss.mod_cluster</groupId>
<version>2.1.0.Final</version>
<version>2.1.1.Final-SNAPSHOT</version>
</parent>
<artifactId>mod_cluster-container-spi</artifactId>
<name>mod_cluster: Container SPI</name>
Expand Down
2 changes: 1 addition & 1 deletion container/tomcat-10.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-container</artifactId>
<version>2.1.0.Final</version>
<version>2.1.1.Final-SNAPSHOT</version>
</parent>
<artifactId>mod_cluster-container-tomcat-10.1</artifactId>
<name>mod_cluster: Container - Tomcat 10.1</name>
Expand Down
2 changes: 1 addition & 1 deletion container/tomcat-11.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-container</artifactId>
<version>2.1.0.Final</version>
<version>2.1.1.Final-SNAPSHOT</version>
</parent>
<artifactId>mod_cluster-container-tomcat-11.0</artifactId>
<name>mod_cluster: Container - Tomcat 11.0</name>
Expand Down
2 changes: 1 addition & 1 deletion container/tomcat-9.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-container</artifactId>
<version>2.1.0.Final</version>
<version>2.1.1.Final-SNAPSHOT</version>
</parent>
<artifactId>mod_cluster-container-tomcat-9.0</artifactId>
<name>mod_cluster: Container - Tomcat 9.0</name>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-parent</artifactId>
<version>2.1.0.Final</version>
<version>2.1.1.Final-SNAPSHOT</version>
</parent>
<artifactId>mod_cluster-core</artifactId>
<name>mod_cluster: Core</name>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-parent</artifactId>
<version>2.1.0.Final</version>
<version>2.1.1.Final-SNAPSHOT</version>
</parent>

<artifactId>mod_cluster-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion load-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-parent</artifactId>
<version>2.1.0.Final</version>
<version>2.1.1.Final-SNAPSHOT</version>
</parent>

<artifactId>mod_cluster-load-spi</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-bom</artifactId>
<version>2.1.0.Final</version>
<version>2.1.1.Final-SNAPSHOT</version>
<relativePath>bom</relativePath>
</parent>

Expand All @@ -32,7 +32,7 @@
<connection>scm:git:git@github.com:modcluster/mod_cluster.git</connection>
<developerConnection>scm:git:git@github.com:modcluster/mod_cluster.git</developerConnection>
<url>https://github.com/modcluster/mod_cluster</url>
<tag>2.1.0.Final</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down

0 comments on commit c8ff195

Please sign in to comment.