Skip to content

Commit 91cc759

Browse files
committed
[maven-release-plugin] prepare release 1.3.11.Final
1 parent af0bd76 commit 91cc759

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
lines changed

container-spi/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.11.Final-SNAPSHOT</version>
28+
<version>1.3.11.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-container-spi</artifactId>

container/catalina-standalone/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.11.Final-SNAPSHOT</version>
28+
<version>1.3.11.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-container-catalina-standalone</artifactId>

container/catalina/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.11.Final-SNAPSHOT</version>
28+
<version>1.3.11.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-container-catalina</artifactId>

container/jbossweb/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.11.Final-SNAPSHOT</version>
28+
<version>1.3.11.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-container-jbossweb</artifactId>

container/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.11.Final-SNAPSHOT</version>
28+
<version>1.3.11.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-container</artifactId>

container/tomcat6/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.11.Final-SNAPSHOT</version>
28+
<version>1.3.11.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-container-tomcat6</artifactId>

container/tomcat7/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.11.Final-SNAPSHOT</version>
28+
<version>1.3.11.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-container-tomcat7</artifactId>

container/tomcat8/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.11.Final-SNAPSHOT</version>
29+
<version>1.3.11.Final</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232
<artifactId>mod_cluster-container-tomcat8</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.11.Final-SNAPSHOT</version>
28+
<version>1.3.11.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-core</artifactId>

demo/client/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.11.Final-SNAPSHOT</version>
28+
<version>1.3.11.Final</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>mod_cluster-demo-client</artifactId>

0 commit comments

Comments
 (0)