Compare commits

...
2 Commits
Author SHA1 Message Date
Spencer Gibb 9c3a05fda4 Update SNAPSHOT to RELEASE 1.0.3.RELEASE 2015-10-15 10:39:07 -06:00
Spencer Gibb 6a70ab9e5f Update to Spring Boot 1.2.6.RELEASE 2015-10-15 10:28:09 -06:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-parent</artifactId>
<version>1.0.3.BUILD-SNAPSHOT</version>
<version>1.0.3.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Cloud Parent</name>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.5.RELEASE</version>
<version>1.2.6.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<modules>
+1 -1
View File
@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-parent</artifactId>
<version>1.0.3.BUILD-SNAPSHOT</version>
<version>1.0.3.RELEASE</version>
</parent>
<organization>
<name>Pivotal Software, Inc.</name>