Skip to content

Commit ddd2129

Browse files
authored
Merge pull request #1019 from ctripcorp/feature/version-21
version 1.2.17
2 parents f2a8383 + 71ea624 commit ddd2129

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
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.2.16</version>
7+
<version>1.2.17</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.2.16</version>
13+
<version>1.2.17</version>
1414
<packaging>pom</packaging>
1515

1616
<!-- trigger cache-->

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.2.16</version>
7+
<version>1.2.17</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.2.16</version>
7+
<version>1.2.17</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.2.16</version>
7+
<version>1.2.17</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.2.16</version>
7+
<version>1.2.17</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.2.16</version>
7+
<version>1.2.17</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.2.16</version>
7+
<version>1.2.17</version>
88
</parent>
99

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

redis/redis-checker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.ctrip.framework.xpipe.redis</groupId>
77
<artifactId>redis-parent</artifactId>
8-
<version>1.2.16</version>
8+
<version>1.2.17</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.2.16</version>
7+
<version>1.2.17</version>
88
</parent>
99
<artifactId>redis-console</artifactId>
1010
<dependencies>

0 commit comments

Comments
 (0)