Skip to content

Commit 5037d42

Browse files
committed
[maven-release-plugin] prepare release 1.4.5.Final
1 parent aec1dc4 commit 5037d42

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

container/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>mod_cluster-parent</artifactId>
2727
<groupId>org.jboss.mod_cluster</groupId>
28-
<version>1.4.5.Final-SNAPSHOT</version>
28+
<version>1.4.5.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-container</artifactId>

container/spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>mod_cluster-container</artifactId>
2727
<groupId>org.jboss.mod_cluster</groupId>
28-
<version>1.4.5.Final-SNAPSHOT</version>
28+
<version>1.4.5.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-container-spi</artifactId>

container/tomcat/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.jboss.mod_cluster</groupId>
2727
<artifactId>mod_cluster-container</artifactId>
28-
<version>1.4.5.Final-SNAPSHOT</version>
28+
<version>1.4.5.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-container-tomcat</artifactId>

container/tomcat8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.jboss.mod_cluster</groupId>
2828
<artifactId>mod_cluster-container</artifactId>
29-
<version>1.4.5.Final-SNAPSHOT</version>
29+
<version>1.4.5.Final</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232
<artifactId>mod_cluster-container-tomcat8</artifactId>

container/tomcat85/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.jboss.mod_cluster</groupId>
2727
<artifactId>mod_cluster-container</artifactId>
28-
<version>1.4.5.Final-SNAPSHOT</version>
28+
<version>1.4.5.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-container-tomcat85</artifactId>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.jboss.mod_cluster</groupId>
2727
<artifactId>mod_cluster-parent</artifactId>
28-
<version>1.4.5.Final-SNAPSHOT</version>
28+
<version>1.4.5.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-core</artifactId>

demo/client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.jboss.mod_cluster</groupId>
2727
<artifactId>mod_cluster-demo</artifactId>
28-
<version>1.4.5.Final-SNAPSHOT</version>
28+
<version>1.4.5.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-demo-client</artifactId>

demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.jboss.mod_cluster</groupId>
2727
<artifactId>mod_cluster-parent</artifactId>
28-
<version>1.4.5.Final-SNAPSHOT</version>
28+
<version>1.4.5.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-demo</artifactId>

demo/server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.jboss.mod_cluster</groupId>
2727
<artifactId>mod_cluster-demo</artifactId>
28-
<version>1.4.5.Final-SNAPSHOT</version>
28+
<version>1.4.5.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-demo-server</artifactId>

dist/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.jboss.mod_cluster</groupId>
2828
<artifactId>mod_cluster-parent</artifactId>
29-
<version>1.4.5.Final-SNAPSHOT</version>
29+
<version>1.4.5.Final</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

load-spi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.jboss.mod_cluster</groupId>
2828
<artifactId>mod_cluster-parent</artifactId>
29-
<version>1.4.5.Final-SNAPSHOT</version>
29+
<version>1.4.5.Final</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<modelVersion>4.0.0</modelVersion>
3131
<groupId>org.jboss.mod_cluster</groupId>
3232
<artifactId>mod_cluster-parent</artifactId>
33-
<version>1.4.5.Final-SNAPSHOT</version>
33+
<version>1.4.5.Final</version>
3434
<packaging>pom</packaging>
3535

3636
<name>mod_cluster (parent)</name>
@@ -49,7 +49,7 @@
4949
<connection>scm:git:[email protected]:modcluster/mod_cluster.git</connection>
5050
<developerConnection>scm:git:[email protected]:modcluster/mod_cluster.git</developerConnection>
5151
<url>https://github.com/modcluster/mod_cluster</url>
52-
<tag>HEAD</tag>
52+
<tag>1.4.5.Final</tag>
5353
</scm>
5454

5555
<properties>

0 commit comments

Comments
 (0)