Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Oct 26, 2012
1 parent 91682ed commit 2932639
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions core/pom.xml
Expand Up @@ -5,17 +5,17 @@
<parent>
<groupId>name.pehl</groupId>
<artifactId>totoe-parent</artifactId>
<version>0.3</version>
<version>0.4-SNAPSHOT</version>
</parent>


<modelVersion>4.0.0</modelVersion>
<artifactId>totoe</artifactId>
<name>Totoe Core</name>
<scm>
<connection>scm:svn:http://totoe.googlecode.com/svn/tags/totoe-0.3/core</connection>
<developerConnection>scm:svn:https://totoe.googlecode.com/svn/tags/totoe-0.3/core</developerConnection>
<url>http://totoe.googlecode.com/svn/tags/totoe-0.3/core</url>
<connection>scm:svn:http://totoe.googlecode.com/svn/trunk/core/</connection>
<developerConnection>scm:svn:https://totoe.googlecode.com/svn/trunk/core/</developerConnection>
<url>http://totoe.googlecode.com/svn/trunk/core/</url>
</scm>


Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>name.pehl</groupId>
<artifactId>totoe-parent</artifactId>
<version>0.3</version>
<version>0.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Totoe</name>
<description>JSON and XML parser for GWT with jsonpath / xpath and namespaces support</description>
Expand Down Expand Up @@ -42,9 +42,9 @@
</developer>
</developers>
<scm>
<connection>scm:svn:http://totoe.googlecode.com/svn/tags/totoe-0.3</connection>
<developerConnection>scm:svn:https://totoe.googlecode.com/svn/tags/totoe-0.3</developerConnection>
<url>http://totoe.googlecode.com/svn/tags/totoe-0.3</url>
<connection>scm:svn:http://totoe.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:https://totoe.googlecode.com/svn/trunk/</developerConnection>
<url>http://totoe.googlecode.com/svn/trunk/</url>
</scm>


Expand Down
8 changes: 4 additions & 4 deletions tester/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>name.pehl</groupId>
<artifactId>totoe-parent</artifactId>
<version>0.3</version>
<version>0.4-SNAPSHOT</version>
</parent>


Expand All @@ -14,9 +14,9 @@
<packaging>war</packaging>
<name>Totoe Tester</name>
<scm>
<connection>scm:svn:http://totoe.googlecode.com/svn/tags/totoe-0.3/tester</connection>
<developerConnection>scm:svn:https://totoe.googlecode.com/svn/tags/totoe-0.3/tester</developerConnection>
<url>http://totoe.googlecode.com/svn/tags/totoe-0.3/tester</url>
<connection>scm:svn:http://totoe.googlecode.com/svn/trunk/tester/</connection>
<developerConnection>scm:svn:https://totoe.googlecode.com/svn/trunk/tester/</developerConnection>
<url>http://totoe.googlecode.com/svn/trunk/tester/</url>
</scm>


Expand Down

0 comments on commit 2932639

Please sign in to comment.