1.3.4.RELEASE

This commit is contained in:
Ryan Baxter
2017-08-24 15:06:46 -04:00
parent 450ea884db
commit ebdc00ddea
4 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.3.4.BUILD-SNAPSHOT</version>
<version>1.3.4.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Cloud Parent</name>
<description>Spring Cloud parent pom, managing plugins and dependencies for Spring Cloud projects</description>
@@ -23,7 +23,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<main.basedir>${basedir}</main.basedir>
<docs.main>${project.artifactId}</docs.main>
<spring-boot.version>1.5.7.BUILD-SNAPSHOT</spring-boot.version>
<spring-boot.version>1.5.6.RELEASE</spring-boot.version>
<!-- Sonar -->
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build-dependencies</artifactId>
<version>1.3.4.BUILD-SNAPSHOT</version>
<version>1.3.4.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>