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
samskivert committed Feb 12, 2014
1 parent a47c387 commit bfe3bc8
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.googlecode.playn</groupId>
<artifactId>playn-project</artifactId>
<version>1.8.5</version>
<version>1.9-SNAPSHOT</version>
</parent>

<artifactId>playn-android</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.googlecode.playn</groupId>
<artifactId>playn-project</artifactId>
<version>1.8.5</version>
<version>1.9-SNAPSHOT</version>
</parent>

<artifactId>playn-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.googlecode.playn</groupId>
<artifactId>playn-project</artifactId>
<version>1.8.5</version>
<version>1.9-SNAPSHOT</version>
</parent>

<artifactId>playn-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion html/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.googlecode.playn</groupId>
<artifactId>playn-project</artifactId>
<version>1.8.5</version>
<version>1.9-SNAPSHOT</version>
</parent>

<artifactId>playn-html</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ios/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.googlecode.playn</groupId>
<artifactId>playn-project</artifactId>
<version>1.8.5</version>
<version>1.9-SNAPSHOT</version>
</parent>

<artifactId>playn-ios</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.googlecode.playn</groupId>
<artifactId>playn-project</artifactId>
<version>1.8.5</version>
<version>1.9-SNAPSHOT</version>
</parent>

<artifactId>playn-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jbox2d/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.googlecode.playn</groupId>
<artifactId>playn-project</artifactId>
<version>1.8.5</version>
<version>1.9-SNAPSHOT</version>
</parent>

<artifactId>playn-jbox2d</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>com.googlecode.playn</groupId>
<artifactId>playn-project</artifactId>
<packaging>pom</packaging>
<version>1.8.5</version>
<version>1.9-SNAPSHOT</version>
<name>PlayN Project</name>
<url>http://code.google.com/p/playn</url>
<description>Cross platform game library for N≥4 platforms.</description>
Expand Down
2 changes: 1 addition & 1 deletion swt-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.googlecode.playn</groupId>
<artifactId>playn-project</artifactId>
<version>1.8.5</version>
<version>1.9-SNAPSHOT</version>
</parent>

<artifactId>playn-swt-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.googlecode.playn</groupId>
<artifactId>playn-tests</artifactId>
<version>1.8.5</version>
<version>1.9-SNAPSHOT</version>
</parent>

<artifactId>playn-tests-assets</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.googlecode.playn</groupId>
<artifactId>playn-tests</artifactId>
<version>1.8.5</version>
<version>1.9-SNAPSHOT</version>
</parent>

<artifactId>playn-tests-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.googlecode.playn</groupId>
<artifactId>playn-tests</artifactId>
<version>1.8.5</version>
<version>1.9-SNAPSHOT</version>
</parent>

<artifactId>playn-tests-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.googlecode.playn</groupId>
<artifactId>playn-project</artifactId>
<version>1.8.5</version>
<version>1.9-SNAPSHOT</version>
</parent>

<artifactId>playn-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webgl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.googlecode.playn</groupId>
<artifactId>playn-project</artifactId>
<version>1.8.5</version>
<version>1.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit bfe3bc8

Please sign in to comment.