Skip to content

Commit 066a7f8

Browse files
committed
1.2.1
1 parent 48fa080 commit 066a7f8

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>dm-parent</artifactId>
44
<groupId>com.codeabovelab.dm</groupId>
5-
<version>1.2.1-SNAPSHOT</version>
5+
<version>1.2.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

balancer-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>dm-parent</artifactId>
55
<groupId>com.codeabovelab.dm</groupId>
6-
<version>1.2.1-SNAPSHOT</version>
6+
<version>1.2.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

cluster-manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>dm-parent</artifactId>
55
<groupId>com.codeabovelab.dm</groupId>
6-
<version>1.2.1-SNAPSHOT</version>
6+
<version>1.2.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

common/common-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>common</artifactId>
55
<groupId>com.codeabovelab.dm</groupId>
6-
<version>1.2.1-SNAPSHOT</version>
6+
<version>1.2.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<packaging>jar</packaging>

common/common-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>common</artifactId>
55
<groupId>com.codeabovelab.dm</groupId>
6-
<version>1.2.1-SNAPSHOT</version>
6+
<version>1.2.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>common-utils</artifactId>

common/gateway-balancer-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>common</artifactId>
55
<groupId>com.codeabovelab.dm</groupId>
6-
<version>1.2.1-SNAPSHOT</version>
6+
<version>1.2.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>gateway-balancer-common</artifactId>

common/gateway-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>common</artifactId>
55
<groupId>com.codeabovelab.dm</groupId>
6-
<version>1.2.1-SNAPSHOT</version>
6+
<version>1.2.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>gateway-common</artifactId>

common/mail/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>common</artifactId>
55
<groupId>com.codeabovelab.dm</groupId>
6-
<version>1.2.1-SNAPSHOT</version>
6+
<version>1.2.1</version>
77
</parent>
88
<packaging>jar</packaging>
99
<modelVersion>4.0.0</modelVersion>

common/platform-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>common</artifactId>
55
<groupId>com.codeabovelab.dm</groupId>
6-
<version>1.2.1-SNAPSHOT</version>
6+
<version>1.2.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.codeabovelab.dm</groupId>
99
<artifactId>dm-parent</artifactId>
10-
<version>1.2.1-SNAPSHOT</version>
10+
<version>1.2.1</version>
1111
</parent>
1212
<packaging>pom</packaging>
1313
<modules>

0 commit comments

Comments
 (0)