BUild 2.1.4

This commit is contained in:
Marcin Grzejszczak
2019-03-25 14:35:37 +01:00
parent 9e70d9508c
commit 0dfe0b0d10
4 changed files with 8 additions and 6 deletions

2
.gitignore vendored
View File

@@ -15,3 +15,5 @@ target/
*.ipr
*.iws
.factorypath
.vscode
bin/

View File

@@ -6,11 +6,11 @@
<packaging>pom</packaging>
<name>Spring Cloud Starter Build</name>
<description>Spring Cloud Starter Build</description>
<version>Greenwich.BUILD-SNAPSHOT</version>
<version>Greenwich.SR2</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.1.3.BUILD-SNAPSHOT</version>
<version>2.1.4.RELEASE</version>
<relativePath/>
</parent>

View File

@@ -5,11 +5,11 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<version>2.1.3.BUILD-SNAPSHOT</version>
<version>2.1.4.RELEASE</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Greenwich.BUILD-SNAPSHOT</version>
<version>Greenwich.SR2</version>
<name>spring-cloud-dependencies</name>
<description>Spring Cloud Dependencies</description>
<packaging>pom</packaging>

View File

@@ -9,7 +9,7 @@
</parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>Greenwich.BUILD-SNAPSHOT</version>
<version>Greenwich.SR2</version>
<name>spring-cloud-starter-parent</name>
<description>Spring Cloud Starter Parent</description>
<packaging>pom</packaging>
@@ -20,7 +20,7 @@
</organization>
<properties>
<main.basedir>${basedir}/../..</main.basedir>
<spring-cloud.version>Greenwich.BUILD-SNAPSHOT</spring-cloud.version>
<spring-cloud.version>Greenwich.SR2</spring-cloud.version>
</properties>
<dependencyManagement>
<dependencies>