Skip to content

Commit

Permalink
Update to 1.0.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Mar 3, 2015
1 parent 08b7352 commit 0205ade
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
</parent>

<groupId>de.olivergierke.samples.rest</groupId>
<artifactId>rest-microservices</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
<packaging>pom</packaging>
<name>REST Microservices</name>

Expand All @@ -21,7 +21,7 @@

<properties>
<java.version>1.7</java.version>
<spring-cloud.version>1.0.0.BUILD-SNAPSHOT</spring-cloud.version>
<spring-cloud.version>1.0.0.RELEASE</spring-cloud.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion rest-microservices-customers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.olivergierke.samples.rest</groupId>
<artifactId>rest-microservices</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
</parent>

<artifactId>rest-microservices-customers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rest-microservices-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.olivergierke.samples.rest</groupId>
<artifactId>rest-microservices</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
</parent>

<artifactId>rest-microservices-store</artifactId>
Expand Down

0 comments on commit 0205ade

Please sign in to comment.