Upgrade dependencies.
spring-cloud-build -> 1.3.5.RELEASE spring-cloud-consul -> 1.2.1.RELEASE Closes gh-168.
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-build</artifactId>
|
||||
<version>1.3.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.3.5.RELEASE</version>
|
||||
<relativePath />
|
||||
<!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<description>Spring Cloud Vault Config Consul support</description>
|
||||
|
||||
<properties>
|
||||
<spring-cloud-consul.version>1.2.2.BUILD-SNAPSHOT</spring-cloud-consul.version>
|
||||
<spring-cloud-consul.version>1.2.1.RELEASE</spring-cloud-consul.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-dependencies-parent</artifactId>
|
||||
<version>1.3.5.BUILD-SNAPSHOT</version>
|
||||
<version>1.3.5.RELEASE</version>
|
||||
<relativePath />
|
||||
<!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
Reference in New Issue
Block a user