Prepare release.
Upgrade dependencies: Use Spring Cloud RC1/Release versions Spring Vault 1.0.0.BUILD-SNAPSHOT -> 1.0.0.RC1 httpclient 4.5.2 -> 4.5.3 httpcore 4.4.5 -> 4.4.6 netty 4.1.6.Final -> 4.1.8.Final OkHttp3 3.5.0 ->3.6.0 Jackson 2.8.2 -> 2.8.7 See gh-89.
This commit is contained in:
@@ -99,7 +99,7 @@ the test cases). Example Maven configuration:
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.0.RELEASE</version>
|
||||
<version>1.5.2.RELEASE</version>
|
||||
<relativePath /> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
:toc: left
|
||||
:nofooter:
|
||||
|
||||
(C) 2016 The original authors.
|
||||
(C) 2016-2017 The original authors.
|
||||
|
||||
NOTE: _Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically._
|
||||
|
||||
|
||||
12
pom.xml
12
pom.xml
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-build</artifactId>
|
||||
<version>1.3.0.M1</version>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<relativePath/>
|
||||
<!-- lookup parent from repository -->
|
||||
</parent>
|
||||
@@ -40,12 +40,12 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<spring-cloud-commons.version>1.2.0.BUILD-SNAPSHOT</spring-cloud-commons.version>
|
||||
<httpclient.version>4.5.2</httpclient.version>
|
||||
<httpcore.version>4.4.5</httpcore.version>
|
||||
<netty.version>4.1.6.Final</netty.version>
|
||||
<spring-cloud-commons.version>1.2.0.RC1</spring-cloud-commons.version>
|
||||
<httpclient.version>4.5.3</httpclient.version>
|
||||
<httpcore.version>4.4.6</httpcore.version>
|
||||
<netty.version>4.1.8.Final</netty.version>
|
||||
<okhttp.version>2.7.5</okhttp.version>
|
||||
<okhttp3.version>3.5.0</okhttp3.version>
|
||||
<okhttp3.version>3.6.0</okhttp3.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-dependencies-parent</artifactId>
|
||||
<version>1.3.0.M1</version>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<relativePath />
|
||||
<!-- lookup parent from repository -->
|
||||
</parent>
|
||||
@@ -18,7 +18,7 @@
|
||||
<description>Spring Cloud Vault Dependencies</description>
|
||||
|
||||
<properties>
|
||||
<spring-vault.version>1.0.0.BUILD-SNAPSHOT</spring-vault.version>
|
||||
<spring-vault.version>1.0.0.RC1</spring-vault.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
Reference in New Issue
Block a user