Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.4.2.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Jul 22, 2020
1 parent 4190321 commit 2e0a4ec
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>1.4.2.Final-SNAPSHOT</version>
<version>1.4.2.Final</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-container</artifactId>
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>1.4.2.Final-SNAPSHOT</version>
<version>1.4.2.Final</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-container-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container/tomcat/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>1.4.2.Final-SNAPSHOT</version>
<version>1.4.2.Final</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-container-tomcat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container/tomcat8/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-container</artifactId>
<version>1.4.2.Final-SNAPSHOT</version>
<version>1.4.2.Final</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-container-tomcat8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container/tomcat85/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>1.4.2.Final-SNAPSHOT</version>
<version>1.4.2.Final</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-container-tomcat85</artifactId>
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>1.4.2.Final-SNAPSHOT</version>
<version>1.4.2.Final</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-core</artifactId>
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>1.4.2.Final-SNAPSHOT</version>
<version>1.4.2.Final</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-demo-client</artifactId>
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>1.4.2.Final-SNAPSHOT</version>
<version>1.4.2.Final</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-demo</artifactId>
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>1.4.2.Final-SNAPSHOT</version>
<version>1.4.2.Final</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-demo-server</artifactId>
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>1.4.2.Final-SNAPSHOT</version>
<version>1.4.2.Final</version>
<relativePath>..</relativePath>
</parent>

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>1.4.2.Final-SNAPSHOT</version>
<version>1.4.2.Final</version>
<relativePath>..</relativePath>
</parent>

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>1.4.2.Final-SNAPSHOT</version>
<version>1.4.2.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>1.4.2.Final</tag>
</scm>

<properties>
Expand Down

0 comments on commit 2e0a4ec

Please sign in to comment.