Commit 3c957154 by Spencer Gibb

Update dependencies from SNAPSHOT to RELEASE.

parent 8bb28925
...@@ -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.0.3.BUILD-SNAPSHOT</version> <version>1.0.3.RELEASE</version>
<relativePath /> <relativePath />
</parent> </parent>
<artifactId>spring-cloud-netflix-docs</artifactId> <artifactId>spring-cloud-netflix-docs</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.0.3.BUILD-SNAPSHOT</version> <version>1.0.3.RELEASE</version>
<relativePath /> <relativePath />
</parent> </parent>
<artifactId>spring-cloud-netflix</artifactId> <artifactId>spring-cloud-netflix</artifactId>
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
</scm> </scm>
<properties> <properties>
<bintray.package>netflix</bintray.package> <bintray.package>netflix</bintray.package>
<spring-cloud-commons.version>1.0.3.BUILD-SNAPSHOT</spring-cloud-commons.version> <spring-cloud-commons.version>1.0.3.RELEASE</spring-cloud-commons.version>
<spring-cloud-config.version>1.0.3.BUILD-SNAPSHOT</spring-cloud-config.version> <spring-cloud-config.version>1.0.3.RELEASE</spring-cloud-config.version>
<main.basedir>${basedir}</main.basedir> <main.basedir>${basedir}</main.basedir>
<archaius.version>0.6.5</archaius.version> <archaius.version>0.6.5</archaius.version>
<eureka.version>1.1.147</eureka.version> <eureka.version>1.1.147</eureka.version>
......
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