Browse Source

Bumps build to 2.0.4.BUILD-SNAPSHOT

pull/586/head
Spencer Gibb 6 years ago
parent
commit
9019b0b70e
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 9
      pom.xml
  2. 2
      spring-cloud-gateway-dependencies/pom.xml

9
pom.xml

@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.0.4.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<scm>
@ -54,6 +54,13 @@ @@ -54,6 +54,13 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.0.8.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway-dependencies</artifactId>

2
spring-cloud-gateway-dependencies/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>2.0.3.RELEASE</version>
<version>2.0.4.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>

Loading…
Cancel
Save