Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
interair committed Jan 15, 2017
1 parent 75045e7 commit 2f1bd27
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion balancer-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dm-parent</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cluster-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dm-parent</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion common/common-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion common/common-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/gateway-balancer-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gateway-balancer-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/gateway-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gateway-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/mail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion common/platform-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>common</artifactId>
<groupId>com.codeabovelab.dm</groupId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>dm-parent</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<packaging>pom</packaging>
<modules>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.codeabovelab.dm</groupId>
<artifactId>dm-parent</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<packaging>pom</packaging>
<name>Haven platform</name>

Expand Down Expand Up @@ -214,32 +214,32 @@
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>cluster-manager</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>common-utils</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>common-core</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>gateway-common</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>platform-common</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>mail</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</dependency>

<!-- SPRING -->
Expand Down

0 comments on commit 2f1bd27

Please sign in to comment.