Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
interair committed Mar 7, 2017
1 parent 00cbd5e commit b9fdac4
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 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</version>
<version>1.1.4</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</version>
<version>1.1.4</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</version>
<version>1.1.4</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</version>
<version>1.1.4</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</version>
<version>1.1.4</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</version>
<version>1.1.4</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</version>
<version>1.1.4</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</version>
<version>1.1.4</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</version>
<version>1.1.4</version>
</parent>
<packaging>pom</packaging>
<modules>
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.3.RELEASE</version>
<version>1.4.5.RELEASE</version>
</parent>

<groupId>com.codeabovelab.dm</groupId>
<artifactId>dm-parent</artifactId>
<version>1.1.3</version>
<version>1.1.4</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</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>common-utils</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>common-core</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>gateway-common</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>platform-common</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>com.codeabovelab.dm</groupId>
<artifactId>mail</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>

<!-- SPRING -->
Expand Down

0 comments on commit b9fdac4

Please sign in to comment.