Finchley upgrade

This commit is contained in:
Marcin Grzejszczak
2017-06-21 23:43:55 +02:00
parent 6e613eeeb5
commit 8dc8015be2
40 changed files with 38 additions and 30 deletions

View File

@@ -27,6 +27,7 @@ repositories {
apply plugin: 'groovy'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
apply plugin: 'spring-cloud-contract'
apply plugin: 'maven-publish'

View File

@@ -1,3 +1,3 @@
org.gradle.daemon=false
verifierVersion=2.0.0.BUILD-SNAPSHOT
BOM_VERSION=Edgware.BUILD-SNAPSHOT
BOM_VERSION=Finchley.BUILD-SNAPSHOT

View File

@@ -1,4 +1,4 @@
#Sun Jun 18 22:49:11 CEST 2017
#Fri Apr 28 10:55:26 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

View File

@@ -76,7 +76,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Edgware.BUILD-SNAPSHOT</version>
<version>Finchley.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>