Skip to content

Commit 92046f3

Browse files
committed
Revert "Bumping versions"
This reverts commit 3da857d.
1 parent 3da857d commit 92046f3

File tree

15 files changed

+27
-23
lines changed

15 files changed

+27
-23
lines changed

README.adoc

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,15 @@ tracker for issues and merging pull requests into main. If you want
4040
to contribute even something trivial please do not hesitate, but
4141
follow the guidelines below.
4242

43-
[[developer-certificate-of-origin]]
44-
== Developer Certificate of Origin (DCO)
45-
46-
All commits must include a __Signed-off-by__ trailer at the end of each commit message to indicate that the contributor agrees to the Developer Certificate of Origin.
47-
For additional details, please refer to the blog post https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring[Hello DCO, Goodbye CLA: Simplifying Contributions to Spring].
43+
[[sign-the-contributor-license-agreement]]
44+
== Sign the Contributor License Agreement
45+
46+
Before we accept a non-trivial patch or pull request we will need you to sign the
47+
https://cla.pivotal.io/sign/spring[Contributor License Agreement].
48+
Signing the contributor's agreement does not grant anyone commit rights to the main
49+
repository, but it does mean that we can accept your contributions, and you will get an
50+
author credit if we do. Active contributors might be asked to join the core team, and
51+
given the ability to merge pull requests.
4852

4953
[[code-of-conduct]]
5054
== Code of Conduct

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-gateway</artifactId>
9-
<version>4.3.0-SNAPSHOT</version>
9+
<version>4.2.1-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>spring-cloud-gateway-docs</artifactId>
1212
<packaging>jar</packaging>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-gateway</artifactId>
9-
<version>4.3.0-SNAPSHOT</version>
9+
<version>4.2.1-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Spring Cloud Gateway</name>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.cloud</groupId>
1717
<artifactId>spring-cloud-build</artifactId>
18-
<version>4.3.0-SNAPSHOT</version>
18+
<version>4.2.1-SNAPSHOT</version>
1919
<relativePath/>
2020
</parent>
2121
<scm>
@@ -55,8 +55,8 @@
5555
<blockhound.version>1.0.8.RELEASE</blockhound.version>
5656
<java.version>17</java.version>
5757
<junit-pioneer.version>2.3.0</junit-pioneer.version>
58-
<spring-cloud-circuitbreaker.version>3.3.0-SNAPSHOT</spring-cloud-circuitbreaker.version>
59-
<spring-cloud-commons.version>4.3.0-SNAPSHOT</spring-cloud-commons.version>
58+
<spring-cloud-circuitbreaker.version>3.2.1-SNAPSHOT</spring-cloud-circuitbreaker.version>
59+
<spring-cloud-commons.version>4.2.1-SNAPSHOT</spring-cloud-commons.version>
6060
</properties>
6161

6262
<dependencyManagement>

spring-cloud-gateway-dependencies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<artifactId>spring-cloud-dependencies-parent</artifactId>
88
<groupId>org.springframework.cloud</groupId>
9-
<version>4.3.0-SNAPSHOT</version>
9+
<version>4.2.1-SNAPSHOT</version>
1010
<relativePath/>
1111
</parent>
1212

1313
<artifactId>spring-cloud-gateway-dependencies</artifactId>
14-
<version>4.3.0-SNAPSHOT</version>
14+
<version>4.2.1-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<name>spring-cloud-gateway-dependencies</name>

spring-cloud-gateway-integration-tests/grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.springframework.cloud</groupId>
2020
<artifactId>spring-cloud-gateway-integration-tests</artifactId>
21-
<version>4.3.0-SNAPSHOT</version>
21+
<version>4.2.1-SNAPSHOT</version>
2222
<relativePath>..</relativePath> <!-- lookup parent from repository -->
2323
</parent>
2424

spring-cloud-gateway-integration-tests/http2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.springframework.cloud</groupId>
1818
<artifactId>spring-cloud-gateway-integration-tests</artifactId>
19-
<version>4.3.0-SNAPSHOT</version>
19+
<version>4.2.1-SNAPSHOT</version>
2020
<relativePath>..</relativePath> <!-- lookup parent from repository -->
2121
</parent>
2222

spring-cloud-gateway-integration-tests/mvc-failure-analyzer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.springframework.cloud</groupId>
1818
<artifactId>spring-cloud-gateway-integration-tests</artifactId>
19-
<version>4.3.0-SNAPSHOT</version>
19+
<version>4.2.1-SNAPSHOT</version>
2020
<relativePath>..</relativePath> <!-- lookup parent from repository -->
2121
</parent>
2222

spring-cloud-gateway-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.springframework.cloud</groupId>
1818
<artifactId>spring-cloud-gateway</artifactId>
19-
<version>4.3.0-SNAPSHOT</version>
19+
<version>4.2.1-SNAPSHOT</version>
2020
<relativePath>..</relativePath> <!-- lookup parent from repository -->
2121
</parent>
2222

spring-cloud-gateway-mvc/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-gateway</artifactId>
14-
<version>4.3.0-SNAPSHOT</version>
14+
<version>4.2.1-SNAPSHOT</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717

spring-cloud-gateway-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.springframework.cloud</groupId>
1818
<artifactId>spring-cloud-gateway</artifactId>
19-
<version>4.3.0-SNAPSHOT</version>
19+
<version>4.2.1-SNAPSHOT</version>
2020
<relativePath>..</relativePath> <!-- lookup parent from repository -->
2121
</parent>
2222

0 commit comments

Comments
 (0)