Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.3.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Aug 3, 2023
1 parent 9364d90 commit afa78cf
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>mod_cluster-parent</artifactId>
<groupId>org.jboss.mod_cluster</groupId>
<version>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.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 @@ -25,7 +25,7 @@
<parent>
<artifactId>mod_cluster-container</artifactId>
<groupId>org.jboss.mod_cluster</groupId>
<version>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.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 @@ -25,7 +25,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-container</artifactId>
<version>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.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-8.5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-container</artifactId>
<version>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.Final</version>
</parent>
<artifactId>mod_cluster-container-tomcat-8.5</artifactId>
<name>mod_cluster: Container - Tomcat 8.5</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 @@ -25,7 +25,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-container</artifactId>
<version>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.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 @@ -25,7 +25,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-parent</artifactId>
<version>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.Final</version>
</parent>
<artifactId>mod_cluster-core</artifactId>
<name>mod_cluster: Core</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-demo</artifactId>
<version>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.Final</version>
</parent>
<artifactId>mod_cluster-demo-client</artifactId>
<name>mod_cluster: Demo - Client</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-parent</artifactId>
<version>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.Final</version>
</parent>
<artifactId>mod_cluster-demo</artifactId>
<name>mod_cluster: Demo (parent)</name>
Expand Down
2 changes: 1 addition & 1 deletion demo/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-demo</artifactId>
<version>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.Final</version>
</parent>
<artifactId>mod_cluster-demo-server</artifactId>
<name>mod_cluster: Demo - Server</name>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-parent</artifactId>
<version>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.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 @@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-parent</artifactId>
<version>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.Final</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 @@ -30,7 +30,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-parent</artifactId>
<version>2.0.3.Final-SNAPSHOT</version>
<version>2.0.3.Final</version>
<packaging>pom</packaging>

<name>mod_cluster (parent)</name>
Expand All @@ -49,7 +49,7 @@
<connection>scm:git:[email protected]:modcluster/mod_cluster.git</connection>
<developerConnection>scm:git:[email protected]:modcluster/mod_cluster.git</developerConnection>
<url>https://github.com/modcluster/mod_cluster</url>
<tag>HEAD</tag>
<tag>2.0.3.Final</tag>
</scm>

<modules>
Expand Down

0 comments on commit afa78cf

Please sign in to comment.