Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.1.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Dec 18, 2024
1 parent 0ec9287 commit d65529b
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 13 deletions.
8 changes: 6 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>47</version>
<relativePath/>
<relativePath />
</parent>

<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-bom</artifactId>
<version>2.1.0.Final-SNAPSHOT</version>
<version>2.1.0.Final</version>
<packaging>pom</packaging>

<name>mod_cluster: BOM</name>
Expand Down Expand Up @@ -54,4 +54,8 @@
</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-SNAPSHOT</version>
<version>2.1.0.Final</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-SNAPSHOT</version>
<version>2.1.0.Final</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-SNAPSHOT</version>
<version>2.1.0.Final</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-SNAPSHOT</version>
<version>2.1.0.Final</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-SNAPSHOT</version>
<version>2.1.0.Final</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-SNAPSHOT</version>
<version>2.1.0.Final</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-SNAPSHOT</version>
<version>2.1.0.Final</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-SNAPSHOT</version>
<version>2.1.0.Final</version>
</parent>

<artifactId>mod_cluster-load-spi</artifactId>
Expand Down
6 changes: 3 additions & 3 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-SNAPSHOT</version>
<version>2.1.0.Final</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>HEAD</tag>
<tag>2.1.0.Final</tag>
</scm>

<modules>
Expand Down Expand Up @@ -238,7 +238,7 @@
<failsOnError>true</failsOnError>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<excludes>**/*$logger.java,**/*$bundle.java</excludes>
<useFile/>
<useFile />
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit d65529b

Please sign in to comment.