Skip to content

Commit d113f63

Browse files
committed
Update SNAPSHOT to 5.0.0-M1
1 parent 0f97049 commit d113f63

File tree

15 files changed

+21
-21
lines changed

15 files changed

+21
-21
lines changed

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

pom.xml

Lines changed: 6 additions & 6 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>5.0.0-SNAPSHOT</version>
9+
<version>5.0.0-M1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Spring Cloud Gateway</name>
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.springframework.cloud</groupId>
1818
<artifactId>spring-cloud-build</artifactId>
19-
<version>5.0.0-SNAPSHOT</version>
19+
<version>5.0.0-M1</version>
2020
<relativePath/>
2121
</parent>
2222
<scm>
@@ -66,10 +66,10 @@
6666
<blockhound.version>1.0.8.RELEASE</blockhound.version>
6767
<java.version>17</java.version>
6868
<junit-pioneer.version>2.3.0</junit-pioneer.version>
69-
<spring-cloud-circuitbreaker.version>5.0.0-SNAPSHOT</spring-cloud-circuitbreaker.version>
70-
<spring-cloud-commons.version>5.0.0-SNAPSHOT</spring-cloud-commons.version>
71-
<spring-cloud-function.version>5.0.0-SNAPSHOT</spring-cloud-function.version>
72-
<spring-cloud-stream.version>5.0.0-SNAPSHOT</spring-cloud-stream.version>
69+
<spring-cloud-circuitbreaker.version>5.0.0-M1</spring-cloud-circuitbreaker.version>
70+
<spring-cloud-commons.version>5.0.0-M1</spring-cloud-commons.version>
71+
<spring-cloud-function.version>5.0.0-M1</spring-cloud-function.version>
72+
<spring-cloud-stream.version>5.0.0-M1</spring-cloud-stream.version>
7373
</properties>
7474

7575
<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>5.0.0-SNAPSHOT</version>
9+
<version>5.0.0-M1</version>
1010
<relativePath/>
1111
</parent>
1212

1313
<artifactId>spring-cloud-gateway-dependencies</artifactId>
14-
<version>5.0.0-SNAPSHOT</version>
14+
<version>5.0.0-M1</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>5.0.0-SNAPSHOT</version>
21+
<version>5.0.0-M1</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>5.0.0-SNAPSHOT</version>
19+
<version>5.0.0-M1</version>
2020
<relativePath>..</relativePath> <!-- lookup parent from repository -->
2121
</parent>
2222

spring-cloud-gateway-integration-tests/httpclient/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>5.0.0-SNAPSHOT</version>
19+
<version>5.0.0-M1</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>5.0.0-SNAPSHOT</version>
19+
<version>5.0.0-M1</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>5.0.0-SNAPSHOT</version>
19+
<version>5.0.0-M1</version>
2020
<relativePath>..</relativePath> <!-- lookup parent from repository -->
2121
</parent>
2222

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

Lines changed: 1 addition & 1 deletion
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>5.0.0-SNAPSHOT</version>
10+
<version>5.0.0-M1</version>
1111
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1212
</parent>
1313
<artifactId>spring-cloud-gateway-proxyexchange-webflux</artifactId>

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

Lines changed: 1 addition & 1 deletion
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>5.0.0-SNAPSHOT</version>
10+
<version>5.0.0-M1</version>
1111
<relativePath>..</relativePath> <!-- lookup parent from repository -->
1212
</parent>
1313
<artifactId>spring-cloud-gateway-proxyexchange-webmvc</artifactId>

0 commit comments

Comments
 (0)