Changing aether version (#76)
we want to be consistent with Spring Boot CLI fixes #75
This commit is contained in:
committed by
GitHub
parent
dbc7c57702
commit
ae655f190f
@@ -16,7 +16,7 @@
|
||||
<properties>
|
||||
<wiremock.version>2.1.7</wiremock.version>
|
||||
<jsonassert.version>0.4.7</jsonassert.version>
|
||||
<aether.version>1.1.0</aether.version>
|
||||
<aether.version>1.0.2.v20150114</aether.version>
|
||||
<spring-cloud-stream.version>Brooklyn.BUILD-SNAPSHOT</spring-cloud-stream.version>
|
||||
<spring-cloud-zookeeper.version>1.0.3.BUILD-SNAPSHOT</spring-cloud-zookeeper.version>
|
||||
<spring-cloud-netflix.version>1.2.0.BUILD-SNAPSHOT</spring-cloud-netflix.version>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<dependency.locations.enabled>false</dependency.locations.enabled>
|
||||
|
||||
<spring.cloud.contract.verifier.version>1.0.0.BUILD-SNAPSHOT</spring.cloud.contract.verifier.version>
|
||||
<aether.version>1.1.0</aether.version>
|
||||
<aether.version>1.0.2.v20150114</aether.version>
|
||||
|
||||
<maven.compiler.source>1.7</maven.compiler.source>
|
||||
<maven.compiler.target>1.7</maven.compiler.target>
|
||||
|
||||
Reference in New Issue
Block a user