Skip to content

Commit

Permalink
[maven-release-plugin] prepare release gameoflife-0.9.65-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Sep 10, 2012
1 parent e153c0e commit 7453405
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion gameoflife-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gameoflife</artifactId>
<groupId>com.wakaleo.gameoflife</groupId>
<version>0.9.65-SNAPSHOT</version>
<version>0.9.65</version>
</parent>
<artifactId>gameoflife-build</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions gameoflife-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gameoflife</artifactId>
<groupId>com.wakaleo.gameoflife</groupId>
<version>0.9.65-SNAPSHOT</version>
<version>0.9.65</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.9.65-SNAPSHOT</version>
<version>0.9.65</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion gameoflife-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gameoflife</artifactId>
<groupId>com.wakaleo.gameoflife</groupId>
<version>0.9.65-SNAPSHOT</version>
<version>0.9.65</version>
</parent>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-core</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions gameoflife-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gameoflife</artifactId>
<groupId>com.wakaleo.gameoflife</groupId>
<version>0.9.65-SNAPSHOT</version>
<version>0.9.65</version>
</parent>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-web</artifactId>
Expand Down Expand Up @@ -125,12 +125,12 @@
<dependency>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-core</artifactId>
<version>0.9.65-SNAPSHOT</version>
<version>0.9.65</version>
</dependency>
<dependency>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-webservice</artifactId>
<version>0.9.65-SNAPSHOT</version>
<version>0.9.65</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
4 changes: 2 additions & 2 deletions gameoflife-webservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gameoflife</artifactId>
<groupId>com.wakaleo.gameoflife</groupId>
<version>0.9.65-SNAPSHOT</version>
<version>0.9.65</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.9.65-SNAPSHOT</version>
<version>0.9.65</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife</artifactId>
<version>0.9.65-SNAPSHOT</version>
<version>0.9.65</version>
<packaging>pom</packaging>
<name>gameoflife</name>
<url>https://github.com/wakaleo/game-of-life</url>
Expand Down

0 comments on commit 7453405

Please sign in to comment.