Skip to content

Commit 211f542

Browse files
author
shanglin (李尚霖)
committed
Merge branch 'update-version' into 'master'
update maven version 1.1.0 -> 1.2.0 See merge request framework/x-pipe!24
2 parents b5f4010 + 0d34dad commit 211f542

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ctrip.framework.xpipe</groupId>
66
<artifactId>xpipe-parent</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>core</artifactId>
1010

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>com.ctrip.framework.xpipe</groupId>
1212
<artifactId>xpipe-parent</artifactId>
13-
<version>1.1.0</version>
13+
<version>1.2.0</version>
1414
<packaging>pom</packaging>
1515

1616

redis/package/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ctrip.framework.xpipe.redis</groupId>
66
<artifactId>redis-parent</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>package</artifactId>
1010
<packaging>pom</packaging>

redis/package/redis-console-package/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ctrip.framework.xpipe.redis</groupId>
66
<artifactId>package</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>redis-console-package</artifactId>
1010

redis/package/redis-keeper-package/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ctrip.framework.xpipe.redis</groupId>
66
<artifactId>package</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>redis-keeper-package</artifactId>
1010

redis/package/redis-metaserver-package/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ctrip.framework.xpipe.redis</groupId>
66
<artifactId>package</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>redis-meta-package</artifactId>
1010

redis/package/redis-proxy-package/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ctrip.framework.xpipe.redis</groupId>
66
<artifactId>package</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>redis-proxy-package</artifactId>
1010

redis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ctrip.framework.xpipe</groupId>
66
<artifactId>xpipe-parent</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.2.0</version>
88
</parent>
99

1010
<groupId>com.ctrip.framework.xpipe.redis</groupId>

redis/redis-console/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ctrip.framework.xpipe.redis</groupId>
66
<artifactId>redis-parent</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>redis-console</artifactId>
1010
<dependencies>

redis/redis-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ctrip.framework.xpipe.redis</groupId>
66
<artifactId>redis-parent</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>redis-core</artifactId>
1010

0 commit comments

Comments
 (0)