Skip to content

Commit

Permalink
Update SNAPSHOT to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Jun 29, 2023
1 parent 7347629 commit 6594625
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-zookeeper</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
</parent>
<artifactId>spring-cloud-zookeeper-docs</artifactId>
<packaging>jar</packaging>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -5,15 +5,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>spring-cloud-zookeeper</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<packaging>pom</packaging>
<name>Spring Cloud Zookeeper</name>
<description>Spring Cloud Zookeeper</description>

<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>3.1.8-SNAPSHOT</version>
<version>3.1.8</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand Down Expand Up @@ -158,10 +158,10 @@
</dependencyManagement>

<properties>
<spring-cloud-build.version>3.1.8-SNAPSHOT</spring-cloud-build.version>
<spring-cloud-commons.version>3.1.7-SNAPSHOT</spring-cloud-commons.version>
<spring-cloud-config.version>3.1.8-SNAPSHOT</spring-cloud-config.version>
<spring-cloud-openfeign.version>3.1.8-SNAPSHOT</spring-cloud-openfeign.version>
<spring-cloud-build.version>3.1.8</spring-cloud-build.version>
<spring-cloud-commons.version>3.1.7</spring-cloud-commons.version>
<spring-cloud-config.version>3.1.8</spring-cloud-config.version>
<spring-cloud-openfeign.version>3.1.8</spring-cloud-openfeign.version>
<testcontainers.version>1.17.6</testcontainers.version>
<mockserverclient.version>5.15.0</mockserverclient.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-zookeeper-all/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-zookeeper</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-starter-zookeeper-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-zookeeper-config/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-zookeeper</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-starter-zookeeper-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-zookeeper-discovery/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-zookeeper</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-starter-zookeeper-discovery</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-zookeeper/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-zookeeper</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-starter-zookeeper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zookeeper-config/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-zookeeper</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zookeeper-core/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-zookeeper</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-zookeeper-dependencies/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>3.1.8-SNAPSHOT</version>
<version>3.1.8</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-zookeeper-dependencies</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<packaging>pom</packaging>
<name>spring-cloud-zookeeper-dependencies</name>
<description>Spring Cloud Zookeeper Dependencies</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zookeeper-discovery/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-zookeeper</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-zookeeper-sample/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-zookeeper</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit 6594625

Please sign in to comment.