Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Nov 7, 2011
1 parent df18a24 commit b715cb7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions gameoflife-build/pom.xml
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>gameoflife</artifactId>
<groupId>com.wakaleo.gameoflife</groupId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
</parent>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-build</artifactId>
<packaging>jar</packaging>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
<name>gameoflife-build</name>
</project>
4 changes: 2 additions & 2 deletions gameoflife-cli/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gameoflife</artifactId>
<groupId>com.wakaleo.gameoflife</groupId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
</parent>
<artifactId>gameoflife-cli</artifactId>
<packaging>jar</packaging>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-core</artifactId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion gameoflife-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gameoflife</artifactId>
<groupId>com.wakaleo.gameoflife</groupId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
</parent>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-core</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions gameoflife-web/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gameoflife</artifactId>
<groupId>com.wakaleo.gameoflife</groupId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
</parent>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-web</artifactId>
Expand Down Expand Up @@ -111,12 +111,12 @@
<dependency>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-core</artifactId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-webservice</artifactId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
4 changes: 2 additions & 2 deletions gameoflife-webservice/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gameoflife</artifactId>
<groupId>com.wakaleo.gameoflife</groupId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
</parent>
<artifactId>gameoflife-webservice</artifactId>
<packaging>jar</packaging>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-core</artifactId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gameoflife-webtests/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gameoflife</artifactId>
<groupId>com.wakaleo.gameoflife</groupId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
</parent>
<artifactId>gameoflife-webtests</artifactId>
<name>gameoflife-webtests</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife</artifactId>
<version>0.8.7</version>
<version>0.8.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>gameoflife</name>
<url>https://github.com/wakaleo/game-of-life</url>
Expand Down

0 comments on commit b715cb7

Please sign in to comment.