Skip to content

Commit

Permalink
Prepare master for next snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Jun 26, 2015
1 parent 5814185 commit e0e94f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.2.BUILD-SNAPSHOT</version>
<version>1.0.3.BUILD-SNAPSHOT</version>
</parent>

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

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.2.BUILD-SNAPSHOT</version>
<version>1.0.3.BUILD-SNAPSHOT</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.2.BUILD-SNAPSHOT</version>
<version>1.0.3.BUILD-SNAPSHOT</version>
</parent>

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

0 comments on commit e0e94f4

Please sign in to comment.