Commit ca399ffd by Ryan Baxter

Moving dependencies to snapshots

parent a4c995a3
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId> <artifactId>spring-cloud-build</artifactId>
<version>1.3.6.RELEASE</version> <version>1.3.7.BUILD-SNAPSHOT</version>
<relativePath /> <relativePath />
</parent> </parent>
<scm> <scm>
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
<main.basedir>${basedir}</main.basedir> <main.basedir>${basedir}</main.basedir>
<netty.version>4.0.27.Final</netty.version> <netty.version>4.0.27.Final</netty.version>
<jackson.version>2.7.3</jackson.version> <jackson.version>2.7.3</jackson.version>
<spring-cloud-commons.version>1.3.0.RELEASE</spring-cloud-commons.version> <spring-cloud-commons.version>1.3.1.BUILD-SNAPSHOT</spring-cloud-commons.version>
<spring-cloud-config.version>1.4.0.RELEASE</spring-cloud-config.version> <spring-cloud-config.version>1.4.1.BUILD-SNAPSHOT</spring-cloud-config.version>
<spring-cloud-stream.version>Ditmars.RELEASE</spring-cloud-stream.version> <spring-cloud-stream.version>Ditmars.BUILD-SNAPSHOT</spring-cloud-stream.version>
<!-- Has to be a stable version (not one that depends on this version of netflix): --> <!-- Has to be a stable version (not one that depends on this version of netflix): -->
<donotreplacespring-cloud-contract.version>1.1.2.RELEASE</donotreplacespring-cloud-contract.version> <donotreplacespring-cloud-contract.version>1.1.2.RELEASE</donotreplacespring-cloud-contract.version>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>spring-cloud-dependencies-parent</artifactId> <artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<version>1.3.6.RELEASE</version> <version>1.3.7.BUILD-SNAPSHOT</version>
<relativePath/> <relativePath/>
</parent> </parent>
<artifactId>spring-cloud-netflix-dependencies</artifactId> <artifactId>spring-cloud-netflix-dependencies</artifactId>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId> <artifactId>spring-cloud-build</artifactId>
<version>1.3.6.RELEASE</version> <version>1.3.7.BUILD-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<artifactId>spring-cloud-netflix-hystrix-contract</artifactId> <artifactId>spring-cloud-netflix-hystrix-contract</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment