Revert to snapshots

This commit is contained in:
Dave Syer
2017-04-26 09:08:57 +01:00
parent 22e98d294c
commit 171be768c7
4 changed files with 5 additions and 5 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.2.RELEASE</version>
<version>1.3.3.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Cloud Parent</name>
<description>Spring Cloud parent pom, managing plugins and dependencies for Spring Cloud projects</description>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build-dependencies</artifactId>
<version>1.3.2.RELEASE</version>
<version>1.3.3.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>