Skip to content

Commit 0affb76

Browse files
committed
Going back to snapshots
1 parent 3832179 commit 0affb76

File tree

20 files changed

+26
-26
lines changed

20 files changed

+26
-26
lines changed

docs/pom.xml

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

pom.xml

+6-6
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-M2</version>
9+
<version>4.3.0-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-M2</version>
18+
<version>4.3.0-SNAPSHOT</version>
1919
<relativePath/>
2020
</parent>
2121
<scm>
@@ -55,10 +55,10 @@
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-M2</spring-cloud-circuitbreaker.version>
59-
<spring-cloud-commons.version>4.3.0-M2</spring-cloud-commons.version>
60-
<spring-cloud-function.version>4.3.0-M2</spring-cloud-function.version>
61-
<spring-cloud-stream.version>4.3.0-M2</spring-cloud-stream.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>
60+
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
61+
<spring-cloud-stream.version>4.3.0-SNAPSHOT</spring-cloud-stream.version>
6262
</properties>
6363

6464
<dependencyManagement>

spring-cloud-gateway-dependencies/pom.xml

+2-2
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-M2</version>
9+
<version>4.3.0-SNAPSHOT</version>
1010
<relativePath/>
1111
</parent>
1212

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

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

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

+1-1
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-M2</version>
21+
<version>4.3.0-SNAPSHOT</version>
2222
<relativePath>..</relativePath> <!-- lookup parent from repository -->
2323
</parent>
2424

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

+1-1
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-M2</version>
19+
<version>4.3.0-SNAPSHOT</version>
2020
<relativePath>..</relativePath> <!-- lookup parent from repository -->
2121
</parent>
2222

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

+1-1
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-M2</version>
19+
<version>4.3.0-SNAPSHOT</version>
2020
<relativePath>..</relativePath> <!-- lookup parent from repository -->
2121
</parent>
2222

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

+1-1
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-M2</version>
19+
<version>4.3.0-SNAPSHOT</version>
2020
<relativePath>..</relativePath> <!-- lookup parent from repository -->
2121
</parent>
2222

spring-cloud-gateway-mvc/pom.xml

+1-1
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-M2</version>
14+
<version>4.3.0-SNAPSHOT</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717

spring-cloud-gateway-proxyexchange-webflux/pom.xml

+1-1
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-M2</version>
9+
<version>4.3.0-SNAPSHOT</version>
1010
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1111
</parent>
1212
<artifactId>spring-cloud-gateway-proxyexchange-webflux</artifactId>

spring-cloud-gateway-proxyexchange-webmvc/pom.xml

+1-1
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-M2</version>
9+
<version>4.3.0-SNAPSHOT</version>
1010
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1111
</parent>
1212
<artifactId>spring-cloud-gateway-proxyexchange-webmvc</artifactId>

spring-cloud-gateway-sample/pom.xml

+1-1
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-M2</version>
19+
<version>4.3.0-SNAPSHOT</version>
2020
<relativePath>..</relativePath> <!-- lookup parent from repository -->
2121
</parent>
2222

spring-cloud-gateway-server-mvc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.cloud</groupId>
2424
<artifactId>spring-cloud-gateway</artifactId>
25-
<version>4.3.0-M2</version>
25+
<version>4.3.0-SNAPSHOT</version>
2626
<relativePath>..</relativePath> <!-- lookup parent from repository -->
2727
</parent>
2828
<artifactId>spring-cloud-gateway-server-mvc</artifactId>

spring-cloud-gateway-server-webflux/pom.xml

+1-1
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-M2</version>
9+
<version>4.3.0-SNAPSHOT</version>
1010
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1111
</parent>
1212
<artifactId>spring-cloud-gateway-server-webflux</artifactId>

spring-cloud-gateway-server-webmvc/pom.xml

+1-1
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-M2</version>
9+
<version>4.3.0-SNAPSHOT</version>
1010
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1111
</parent>
1212
<artifactId>spring-cloud-gateway-server-webmvc</artifactId>

spring-cloud-gateway-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.cloud</groupId>
99
<artifactId>spring-cloud-gateway</artifactId>
10-
<version>4.3.0-M2</version>
10+
<version>4.3.0-SNAPSHOT</version>
1111
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1212
</parent>
1313
<artifactId>spring-cloud-gateway-server</artifactId>

spring-cloud-gateway-webflux/pom.xml

+1-1
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-M2</version>
14+
<version>4.3.0-SNAPSHOT</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717

spring-cloud-starter-gateway-mvc/pom.xml

+1-1
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-M2</version>
9+
<version>4.3.0-SNAPSHOT</version>
1010
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1111
</parent>
1212
<artifactId>spring-cloud-starter-gateway-mvc</artifactId>

spring-cloud-starter-gateway-server-webflux/pom.xml

+1-1
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-M2</version>
9+
<version>4.3.0-SNAPSHOT</version>
1010
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1111
</parent>
1212
<artifactId>spring-cloud-starter-gateway-server-webflux</artifactId>

spring-cloud-starter-gateway-server-webmvc/pom.xml

+1-1
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-M2</version>
9+
<version>4.3.0-SNAPSHOT</version>
1010
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1111
</parent>
1212
<artifactId>spring-cloud-starter-gateway-server-webmvc</artifactId>

spring-cloud-starter-gateway/pom.xml

+1-1
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-M2</version>
9+
<version>4.3.0-SNAPSHOT</version>
1010
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1111
</parent>
1212
<artifactId>spring-cloud-starter-gateway</artifactId>

0 commit comments

Comments
 (0)