Skip to content

Commit

Permalink
Update SNAPSHOT to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Jul 27, 2023
1 parent db4a1bb commit 1a387e1
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
</parent>
<packaging>jar</packaging>
<name>Spring Cloud Commons Docs</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,15 +5,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
<packaging>pom</packaging>
<name>Spring Cloud Commons Parent</name>
<description>Spring Cloud Commons Parent</description>
<url>https://projects.spring.io/spring-cloud/</url>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<scm>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-commons-dependencies/pom.xml
Expand Up @@ -6,11 +6,11 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.5</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-commons-dependencies</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
<packaging>pom</packaging>
<name>spring-cloud-commons-dependencies</name>
<description>Spring Cloud Commons Dependencies</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-commons/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-context-integration-tests/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-context-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-context-webflux-integration-tests/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-context-webflux-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-context/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-context</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-loadbalancer/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-loadbalancer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-bootstrap/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
<relativePath>..</relativePath>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-loadbalancer/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
</parent>
<artifactId>spring-cloud-starter</artifactId>
<name>spring-cloud-starter</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-test-support/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<version>4.0.4-SNAPSHOT</version>
<version>4.0.4</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-test-support</artifactId>
Expand Down

0 comments on commit 1a387e1

Please sign in to comment.