Skip to content

Commit

Permalink
Update SNAPSHOT to 4.1.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Oct 31, 2023
1 parent 1bbb7cb commit de5f981
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bus-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-RC1</version>
</parent>
<packaging>jar</packaging>
<name>Spring Cloud Bus Docs</name>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>spring-cloud-bus-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-RC1</version>
<packaging>pom</packaging>

<name>spring-cloud-bus-parent</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-RC1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -30,9 +30,9 @@
</modules>

<properties>
<spring-cloud-commons.version>4.1.0-SNAPSHOT</spring-cloud-commons.version>
<spring-cloud-stream.version>4.1.0-SNAPSHOT</spring-cloud-stream.version>
<spring-cloud-function.version>4.1.0-SNAPSHOT</spring-cloud-function.version>
<spring-cloud-commons.version>4.1.0-RC1</spring-cloud-commons.version>
<spring-cloud-stream.version>4.1.0-RC1</spring-cloud-stream.version>
<spring-cloud-function.version>4.1.0-RC1</spring-cloud-function.version>
<bintray.package>bus</bintray.package>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-bus-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-RC1</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-bus-dependencies</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-RC1</version>
<packaging>pom</packaging>
<name>spring-cloud-bus-dependencies</name>
<description>Spring Cloud Bus Dependencies</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-bus-rsocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bus-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-RC1</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-bus-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bus-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-RC1</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-bus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bus-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-RC1</version>
<relativePath>..</relativePath> <!-- lookup parent from repository -->
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-bus-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bus-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-RC1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-bus-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bus-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-RC1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-starter-bus-kafka</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-bus-stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bus-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0-RC1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-starter-bus-stream</artifactId>
Expand Down

0 comments on commit de5f981

Please sign in to comment.