r1650 - in branches/jaxx-2.X: . jaxx-compiler jaxx-demo jaxx-runtime jaxx-swing-action jaxx-widgets maven-jaxx-plugin
Author: tchemit Date: 2009-11-13 11:10:27 +0100 (Fri, 13 Nov 2009) New Revision: 1650 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] rollback the release of jaxx-2.0.0-beta-1 Modified: branches/jaxx-2.X/jaxx-compiler/pom.xml =================================================================== --- branches/jaxx-2.X/jaxx-compiler/pom.xml 2009-11-13 09:44:07 UTC (rev 1649) +++ branches/jaxx-2.X/jaxx-compiler/pom.xml 2009-11-13 10:10:27 UTC (rev 1650) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-2-SNAPSHOT</version> + <version>2.0.0-beta-1-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:44:07 UTC (rev 1649) +++ branches/jaxx-2.X/jaxx-demo/pom.xml 2009-11-13 10:10:27 UTC (rev 1650) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-2-SNAPSHOT</version> + <version>2.0.0-beta-1-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:44:07 UTC (rev 1649) +++ branches/jaxx-2.X/jaxx-runtime/pom.xml 2009-11-13 10:10:27 UTC (rev 1650) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-2-SNAPSHOT</version> + <version>2.0.0-beta-1-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:44:07 UTC (rev 1649) +++ branches/jaxx-2.X/jaxx-swing-action/pom.xml 2009-11-13 10:10:27 UTC (rev 1650) @@ -11,7 +11,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-2-SNAPSHOT</version> + <version>2.0.0-beta-1-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:44:07 UTC (rev 1649) +++ branches/jaxx-2.X/jaxx-widgets/pom.xml 2009-11-13 10:10:27 UTC (rev 1650) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-2-SNAPSHOT</version> + <version>2.0.0-beta-1-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:44:07 UTC (rev 1649) +++ branches/jaxx-2.X/maven-jaxx-plugin/pom.xml 2009-11-13 10:10:27 UTC (rev 1650) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-2-SNAPSHOT</version> + <version>2.0.0-beta-1-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:44:07 UTC (rev 1649) +++ branches/jaxx-2.X/pom.xml 2009-11-13 10:10:27 UTC (rev 1650) @@ -1,4 +1,5 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -13,7 +14,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-2-SNAPSHOT</version> + <version>2.0.0-beta-1-SNAPSHOT</version> <modules> <module>jaxx-runtime</module>
participants (1)
-
tchemit@users.nuiton.org