Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.3.1.Alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Aug 31, 2014
1 parent 874d605 commit 27e6fd0
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 16 deletions.
2 changes: 1 addition & 1 deletion container-spi/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>mod_cluster-parent</artifactId>
<groupId>org.jboss.mod_cluster</groupId>
<version>1.3.1.Final-SNAPSHOT</version>
<version>1.3.1.Alpha1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-container-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container/catalina-standalone/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-container</artifactId>
<version>1.3.1.Final-SNAPSHOT</version>
<version>1.3.1.Alpha1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-container-catalina-standalone</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container/catalina/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-container</artifactId>
<version>1.3.1.Final-SNAPSHOT</version>
<version>1.3.1.Alpha1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-container-catalina</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container/jbossweb/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-container</artifactId>
<version>1.3.1.Final-SNAPSHOT</version>
<version>1.3.1.Alpha1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-container-jbossweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>mod_cluster-parent</artifactId>
<groupId>org.jboss.mod_cluster</groupId>
<version>1.3.1.Final-SNAPSHOT</version>
<version>1.3.1.Alpha1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-container</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container/tomcat6/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-container</artifactId>
<version>1.3.1.Final-SNAPSHOT</version>
<version>1.3.1.Alpha1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-container-tomcat6</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container/tomcat7/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-container</artifactId>
<version>1.3.1.Final-SNAPSHOT</version>
<version>1.3.1.Alpha1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-container-tomcat7</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-parent</artifactId>
<version>1.3.1.Final-SNAPSHOT</version>
<version>1.3.1.Alpha1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-demo</artifactId>
<version>1.3.1.Final-SNAPSHOT</version>
<version>1.3.1.Alpha1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-demo-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-parent</artifactId>
<version>1.3.1.Final-SNAPSHOT</version>
<version>1.3.1.Alpha1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/server/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-demo</artifactId>
<version>1.3.1.Final-SNAPSHOT</version>
<version>1.3.1.Alpha1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>mod_cluster-demo-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-parent</artifactId>
<version>1.3.1.Final-SNAPSHOT</version>
<version>1.3.1.Alpha1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
6 changes: 5 additions & 1 deletion docs/userguide/pom.xml
Expand Up @@ -7,7 +7,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>User-Guide-${translation}</artifactId>
<version>1.3.1.Final-SNAPSHOT</version>
<version>1.3.1.Alpha1</version>
<packaging>jdocbook</packaging>
<name>mod_cluster: User Guide (${translation})</name>

Expand Down Expand Up @@ -88,4 +88,8 @@
</pluginRepository>
</pluginRepositories>


<scm>
<tag>1.3.1.Alpha1</tag>
</scm>
</project>
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-parent</artifactId>
<version>1.3.1.Final-SNAPSHOT</version>
<version>1.3.1.Alpha1</version>
<packaging>pom</packaging>

<name>mod_cluster</name>
Expand All @@ -20,7 +20,8 @@
<connection>scm:git:https://github.com/modcluster/mod_cluster.git</connection>
<developerConnection>scm:git:https://github.com/modcluster/mod_cluster.git</developerConnection>
<url>https://github.com/modcluster/mod_cluster</url>
</scm>
<tag>1.3.1.Alpha1</tag>
</scm>

<repositories>
<!-- Getting started with JBoss Maven Repositories: https://community.jboss.org/wiki/MavenGettingStarted-Developers -->
Expand Down
2 changes: 1 addition & 1 deletion sar/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-parent</artifactId>
<version>1.3.1.Final-SNAPSHOT</version>
<version>1.3.1.Alpha1</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit 27e6fd0

Please sign in to comment.