Bumping versions

This commit is contained in:
buildmaster
2019-11-26 18:06:10 +00:00
parent d7eb329755
commit 99053359d7
8 changed files with 25 additions and 25 deletions

View File

@@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.1.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway-sample</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.1.BUILD-SNAPSHOT</version>
<name>Spring Cloud Gateway Sample</name>
<description>Spring Cloud Gateway Sample</description>
<url>https://spring.io/spring-cloud/spring-cloud-gateway/spring-cloud-gateway-sample</url>
@@ -57,13 +57,13 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-gateway</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.1.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.2.1.BUILD-SNAPSHOT</version>
<scope>compile</scope>
<exclusions>
<exclusion>