Skip to content

Commit

Permalink
Branch master to 1.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Aug 25, 2017
1 parent 660a9a1 commit 7e6e0ba
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 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.0.Alpha1-SNAPSHOT</version>
<version>1.4.0.Alpha1-SNAPSHOT</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>2.0.0.Alpha1-SNAPSHOT</version>
<version>1.4.0.Alpha1-SNAPSHOT</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>2.0.0.Alpha1-SNAPSHOT</version>
<version>1.4.0.Alpha1-SNAPSHOT</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>2.0.0.Alpha1-SNAPSHOT</version>
<version>1.4.0.Alpha1-SNAPSHOT</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>2.0.0.Alpha1-SNAPSHOT</version>
<version>1.4.0.Alpha1-SNAPSHOT</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>2.0.0.Alpha1-SNAPSHOT</version>
<version>1.4.0.Alpha1-SNAPSHOT</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>2.0.0.Alpha1-SNAPSHOT</version>
<version>1.4.0.Alpha1-SNAPSHOT</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>2.0.0.Alpha1-SNAPSHOT</version>
<version>1.4.0.Alpha1-SNAPSHOT</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>2.0.0.Alpha1-SNAPSHOT</version>
<version>1.4.0.Alpha1-SNAPSHOT</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>2.0.0.Alpha1-SNAPSHOT</version>
<version>1.4.0.Alpha1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.mod_cluster</groupId>
<artifactId>mod_cluster-parent</artifactId>
<version>2.0.0.Alpha1-SNAPSHOT</version>
<version>1.4.0.Alpha1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

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

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.0.Alpha1-SNAPSHOT</version>
<version>1.4.0.Alpha1-SNAPSHOT</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>2.0.0.Alpha1-SNAPSHOT</version>
<version>1.4.0.Alpha1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>mod_cluster (parent)</name>
Expand Down Expand Up @@ -237,7 +237,7 @@
<failsOnError>true</failsOnError>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<excludes>**/*$logger.java,**/*$bundle.java</excludes>
<useFile/>
<useFile />
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit 7e6e0ba

Please sign in to comment.