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
chenson42 committed Apr 15, 2011
1 parent 9f429f3 commit 8672265
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions symmetric/pom.xml
Expand Up @@ -3,13 +3,13 @@
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-build</artifactId>
<packaging>pom</packaging>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
<name>build</name>

<parent>
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-parent</artifactId>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
<relativePath>symmetric-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions symmetric/symmetric-assemble/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-assemble</artifactId>
<packaging>pom</packaging>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
<name>assemble</name>

<licenses>
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-parent</artifactId>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
<relativePath>../symmetric-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions symmetric/symmetric-core/pom.xml
Expand Up @@ -3,13 +3,13 @@
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-core</artifactId>
<packaging>jar</packaging>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
<name>core</name>

<parent>
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-parent</artifactId>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
<relativePath>../symmetric-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions symmetric/symmetric-csv/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-csv</artifactId>
<packaging>jar</packaging>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
<name>csv</name>
<inceptionYear>2010</inceptionYear>

Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-parent</artifactId>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
<relativePath>../symmetric-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions symmetric/symmetric-ddl/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-ddl</artifactId>
<packaging>jar</packaging>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
<name>ddl</name>
<url>http://symmetricds.org</url>
<inceptionYear>2010</inceptionYear>
Expand All @@ -15,7 +15,7 @@
<parent>
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-parent</artifactId>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
<relativePath>../symmetric-parent/pom.xml</relativePath>
</parent>

Expand Down
16 changes: 8 additions & 8 deletions symmetric/symmetric-parent/pom.xml
Expand Up @@ -3,7 +3,7 @@
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-parent</artifactId>
<packaging>pom</packaging>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
<name>parent</name>
<url>http://symmetricds.org</url>
<inceptionYear>2007</inceptionYear>
Expand All @@ -29,9 +29,9 @@
</properties>

<scm>
<connection>scm:svn:https://symmetricds.svn.sourceforge.net/svnroot/symmetricds/tags/symmetric-build-2.2.2</connection>
<developerConnection>scm:svn:https://symmetricds.svn.sourceforge.net/svnroot/symmetricds/tags/symmetric-build-2.2.2</developerConnection>
<url>https://symmetricds.svn.sourceforge.net/svnroot/symmetricds/tags/symmetric-build-2.2.2</url>
<connection>scm:svn:https://symmetricds.svn.sourceforge.net/svnroot/symmetricds/trunk/symmetric</connection>
<developerConnection>scm:svn:https://symmetricds.svn.sourceforge.net/svnroot/symmetricds/trunk/symmetric</developerConnection>
<url>https://symmetricds.svn.sourceforge.net/svnroot/symmetricds/trunk/symmetric</url>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -286,7 +286,7 @@
<dependency>
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-ddl</artifactId>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>stax</groupId>
Expand All @@ -297,17 +297,17 @@
<dependency>
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-csv</artifactId>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-core</artifactId>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-server</artifactId>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions symmetric/symmetric-server/pom.xml
Expand Up @@ -3,13 +3,13 @@
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-server</artifactId>
<packaging>jar</packaging>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
<name>server</name>

<parent>
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-parent</artifactId>
<version>2.2.2</version>
<version>2.2.3-SNAPSHOT</version>
<relativePath>../symmetric-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 8672265

Please sign in to comment.