Skip to content

Commit a5722df

Browse files
committed
Update SNAPSHOT to 4.2.7
1 parent 5312b66 commit a5722df

File tree

16 files changed

+20
-20
lines changed

16 files changed

+20
-20
lines changed

docs/modules/ROOT/partials/_configprops.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
|spring.cloud.gateway.filter.preserve-host-header.enabled | `+++true+++` | Enables the preserve-host-header filter.
3131
|spring.cloud.gateway.filter.redirect-to.enabled | `+++true+++` | Enables the redirect-to filter.
3232
|spring.cloud.gateway.filter.remove-hop-by-hop.headers | |
33-
|spring.cloud.gateway.filter.remove-hop-by-hop.order | `+++0+++` |
33+
|spring.cloud.gateway.filter.remove-hop-by-hop.order | |
3434
|spring.cloud.gateway.filter.remove-request-header.enabled | `+++true+++` | Enables the remove-request-header filter.
3535
|spring.cloud.gateway.filter.remove-request-parameter.enabled | `+++true+++` | Enables the remove-request-parameter filter.
3636
|spring.cloud.gateway.filter.remove-response-header.enabled | `+++true+++` | Enables the remove-response-header filter.

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.2.7-SNAPSHOT</version>
9+
<version>4.2.7</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.2.7-SNAPSHOT</version>
9+
<version>4.2.7</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>4.2.3-SNAPSHOT</version>
19+
<version>4.2.4</version>
2020
<relativePath/>
2121
</parent>
2222
<scm>
@@ -66,8 +66,8 @@
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>3.2.3-SNAPSHOT</spring-cloud-circuitbreaker.version>
70-
<spring-cloud-commons.version>4.2.4-SNAPSHOT</spring-cloud-commons.version>
69+
<spring-cloud-circuitbreaker.version>3.2.3</spring-cloud-circuitbreaker.version>
70+
<spring-cloud-commons.version>4.2.4</spring-cloud-commons.version>
7171
</properties>
7272

7373
<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.2.3-SNAPSHOT</version>
9+
<version>4.2.4</version>
1010
<relativePath/>
1111
</parent>
1212

1313
<artifactId>spring-cloud-gateway-dependencies</artifactId>
14-
<version>4.2.7-SNAPSHOT</version>
14+
<version>4.2.7</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.2.7-SNAPSHOT</version>
21+
<version>4.2.7</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.2.7-SNAPSHOT</version>
19+
<version>4.2.7</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>4.2.7-SNAPSHOT</version>
19+
<version>4.2.7</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.2.7-SNAPSHOT</version>
19+
<version>4.2.7</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.2.7-SNAPSHOT</version>
19+
<version>4.2.7</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.2.7-SNAPSHOT</version>
14+
<version>4.2.7</version>
1515
<relativePath>..</relativePath>
1616
</parent>
1717

0 commit comments

Comments
 (0)