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
kryptt committed Aug 7, 2011
1 parent 7d4c3ae commit 3b58aea
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gae-archetype-gwt/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.kindleit</groupId>
<artifactId>maven-gae-parent</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gae-archetype-jsf/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>maven-gae-parent</artifactId>
<groupId>net.kindleit</groupId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gae-archetype-jsp/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.kindleit</groupId>
<artifactId>maven-gae-parent</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gae-archetype-objectify-jsp/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.kindleit</groupId>
<artifactId>maven-gae-parent</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gae-archetype-wicket/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.kindleit</groupId>
<artifactId>maven-gae-parent</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-gae-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.kindleit</groupId>
<artifactId>maven-gae-parent</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.kindleit</groupId>
<artifactId>maven-gae-parent</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Maven GAE Parent POM</name>
Expand Down Expand Up @@ -150,9 +150,9 @@
</profiles>

<scm>
<connection>scm:svn:http://maven-gae-plugin.googlecode.com/svn/tags/0.9.0</connection>
<developerConnection>scm:svn:https://maven-gae-plugin.googlecode.com/svn/tags/0.9.0</developerConnection>
<url>http://code.google.com/p/maven-gae-plugin/source/browse/tags/0.9.0</url>
<connection>scm:svn:http://maven-gae-plugin.googlecode.com/svn/trunk</connection>
<developerConnection>scm:svn:https://maven-gae-plugin.googlecode.com/svn/trunk</developerConnection>
<url>http://code.google.com/p/maven-gae-plugin/source/browse/trunk</url>
</scm>

<repositories>
Expand Down

0 comments on commit 3b58aea

Please sign in to comment.