Author: tchemit Date: 2009-11-13 10:35:04 +0100 (Fri, 13 Nov 2009) New Revision: 1648 Modified: branches/jaxx-2.X/jaxx-compiler/pom.xml branches/jaxx-2.X/jaxx-demo/pom.xml branches/jaxx-2.X/jaxx-runtime/pom.xml branches/jaxx-2.X/jaxx-swing-action/pom.xml branches/jaxx-2.X/jaxx-widgets/pom.xml branches/jaxx-2.X/maven-jaxx-plugin/pom.xml branches/jaxx-2.X/pom.xml Log: [maven-release-plugin] prepare for next development iteration Modified: branches/jaxx-2.X/jaxx-compiler/pom.xml =================================================================== --- branches/jaxx-2.X/jaxx-compiler/pom.xml 2009-11-13 09:34:59 UTC (rev 1647) +++ branches/jaxx-2.X/jaxx-compiler/pom.xml 2009-11-13 09:35:04 UTC (rev 1648) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-1</version> + <version>2.0.0-beta-2-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> Modified: branches/jaxx-2.X/jaxx-demo/pom.xml =================================================================== --- branches/jaxx-2.X/jaxx-demo/pom.xml 2009-11-13 09:34:59 UTC (rev 1647) +++ branches/jaxx-2.X/jaxx-demo/pom.xml 2009-11-13 09:35:04 UTC (rev 1648) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-1</version> + <version>2.0.0-beta-2-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> Modified: branches/jaxx-2.X/jaxx-runtime/pom.xml =================================================================== --- branches/jaxx-2.X/jaxx-runtime/pom.xml 2009-11-13 09:34:59 UTC (rev 1647) +++ branches/jaxx-2.X/jaxx-runtime/pom.xml 2009-11-13 09:35:04 UTC (rev 1648) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-1</version> + <version>2.0.0-beta-2-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> Modified: branches/jaxx-2.X/jaxx-swing-action/pom.xml =================================================================== --- branches/jaxx-2.X/jaxx-swing-action/pom.xml 2009-11-13 09:34:59 UTC (rev 1647) +++ branches/jaxx-2.X/jaxx-swing-action/pom.xml 2009-11-13 09:35:04 UTC (rev 1648) @@ -11,7 +11,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-1</version> + <version>2.0.0-beta-2-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> Modified: branches/jaxx-2.X/jaxx-widgets/pom.xml =================================================================== --- branches/jaxx-2.X/jaxx-widgets/pom.xml 2009-11-13 09:34:59 UTC (rev 1647) +++ branches/jaxx-2.X/jaxx-widgets/pom.xml 2009-11-13 09:35:04 UTC (rev 1648) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-1</version> + <version>2.0.0-beta-2-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> Modified: branches/jaxx-2.X/maven-jaxx-plugin/pom.xml =================================================================== --- branches/jaxx-2.X/maven-jaxx-plugin/pom.xml 2009-11-13 09:34:59 UTC (rev 1647) +++ branches/jaxx-2.X/maven-jaxx-plugin/pom.xml 2009-11-13 09:35:04 UTC (rev 1648) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-1</version> + <version>2.0.0-beta-2-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> Modified: branches/jaxx-2.X/pom.xml =================================================================== --- branches/jaxx-2.X/pom.xml 2009-11-13 09:34:59 UTC (rev 1647) +++ branches/jaxx-2.X/pom.xml 2009-11-13 09:35:04 UTC (rev 1648) @@ -13,7 +13,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-1</version> + <version>2.0.0-beta-2-SNAPSHOT</version> <modules> <module>jaxx-runtime</module> @@ -401,9 +401,9 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/jaxx/tags/jaxx-2.0.0-beta-1</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/jaxx/tags/jaxx-2.0.0-beta-1</developerConnection> - <url>http://www.nuiton.org/repositories/browse/jaxx/tags/jaxx-2.0.0-beta-1</url> + <connection>scm:svn:http://svn.nuiton.org/svn/jaxx/trunk</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/jaxx/trunk</developerConnection> + <url>http://www.nuiton.org/repositories/browse/jaxx/trunk</url> </scm> </project>