Skip to content

Commit b4e3c39

Browse files
committed
Bumping versions
1 parent 4776762 commit b4e3c39

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-zookeeper</artifactId>
9-
<version>4.0.0-SNAPSHOT</version>
9+
<version>4.0.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>spring-cloud-zookeeper-docs</artifactId>
1212
<packaging>jar</packaging>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>spring-cloud-zookeeper</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.1-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<name>Spring Cloud Zookeeper</name>
1111
<description>Spring Cloud Zookeeper</description>
1212

1313
<parent>
1414
<groupId>org.springframework.cloud</groupId>
1515
<artifactId>spring-cloud-build</artifactId>
16-
<version>4.0.0-SNAPSHOT</version>
16+
<version>4.0.1-SNAPSHOT</version>
1717
<relativePath/>
1818
<!-- lookup parent from repository -->
1919
</parent>
@@ -130,10 +130,10 @@
130130
</dependencyManagement>
131131

132132
<properties>
133-
<spring-cloud-build.version>4.0.0-SNAPSHOT</spring-cloud-build.version>
134-
<spring-cloud-commons.version>4.0.0-SNAPSHOT</spring-cloud-commons.version>
135-
<spring-cloud-config.version>4.0.0-SNAPSHOT</spring-cloud-config.version>
136-
<spring-cloud-openfeign.version>4.0.0-SNAPSHOT</spring-cloud-openfeign.version>
133+
<spring-cloud-build.version>4.0.1-SNAPSHOT</spring-cloud-build.version>
134+
<spring-cloud-commons.version>4.0.1-SNAPSHOT</spring-cloud-commons.version>
135+
<spring-cloud-config.version>4.0.1-SNAPSHOT</spring-cloud-config.version>
136+
<spring-cloud-openfeign.version>4.0.1-SNAPSHOT</spring-cloud-openfeign.version>
137137
</properties>
138138

139139
<profiles>

spring-cloud-starter-zookeeper-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-zookeeper</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.1-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>spring-cloud-starter-zookeeper-all</artifactId>

spring-cloud-starter-zookeeper-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-zookeeper</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.1-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>spring-cloud-starter-zookeeper-config</artifactId>

spring-cloud-starter-zookeeper-discovery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-zookeeper</artifactId>
9-
<version>4.0.0-SNAPSHOT</version>
9+
<version>4.0.1-SNAPSHOT</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<artifactId>spring-cloud-starter-zookeeper-discovery</artifactId>

spring-cloud-starter-zookeeper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-zookeeper</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.1-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111
<artifactId>spring-cloud-starter-zookeeper</artifactId>

spring-cloud-zookeeper-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.cloud</groupId>
1414
<artifactId>spring-cloud-zookeeper</artifactId>
15-
<version>4.0.0-SNAPSHOT</version>
15+
<version>4.0.1-SNAPSHOT</version>
1616
<relativePath>..</relativePath>
1717
</parent>
1818

spring-cloud-zookeeper-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.cloud</groupId>
1414
<artifactId>spring-cloud-zookeeper</artifactId>
15-
<version>4.0.0-SNAPSHOT</version>
15+
<version>4.0.1-SNAPSHOT</version>
1616
<relativePath>..</relativePath>
1717
</parent>
1818

spring-cloud-zookeeper-dependencies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<parent>
66
<artifactId>spring-cloud-dependencies-parent</artifactId>
77
<groupId>org.springframework.cloud</groupId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.1-SNAPSHOT</version>
99
<relativePath/>
1010
</parent>
1111
<artifactId>spring-cloud-zookeeper-dependencies</artifactId>
12-
<version>4.0.0-SNAPSHOT</version>
12+
<version>4.0.1-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>spring-cloud-zookeeper-dependencies</name>
1515
<description>Spring Cloud Zookeeper Dependencies</description>

spring-cloud-zookeeper-discovery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.cloud</groupId>
1414
<artifactId>spring-cloud-zookeeper</artifactId>
15-
<version>4.0.0-SNAPSHOT</version>
15+
<version>4.0.1-SNAPSHOT</version>
1616
<relativePath>..</relativePath>
1717
</parent>
1818

spring-cloud-zookeeper-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.cloud</groupId>
1313
<artifactId>spring-cloud-zookeeper</artifactId>
14-
<version>4.0.0-SNAPSHOT</version>
14+
<version>4.0.1-SNAPSHOT</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)