r1651 - 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:27:16 +0100 (Fri, 13 Nov 2009) New Revision: 1651 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: prepare a false release fro Vradi (not a true release since we are on a branch) Modified: branches/jaxx-2.X/jaxx-compiler/pom.xml =================================================================== --- branches/jaxx-2.X/jaxx-compiler/pom.xml 2009-11-13 10:10:27 UTC (rev 1650) +++ branches/jaxx-2.X/jaxx-compiler/pom.xml 2009-11-13 10:27:16 UTC (rev 1651) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-1-SNAPSHOT</version> + <version>2.0.0-beta-1</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 10:10:27 UTC (rev 1650) +++ branches/jaxx-2.X/jaxx-demo/pom.xml 2009-11-13 10:27:16 UTC (rev 1651) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-1-SNAPSHOT</version> + <version>2.0.0-beta-1</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 10:10:27 UTC (rev 1650) +++ branches/jaxx-2.X/jaxx-runtime/pom.xml 2009-11-13 10:27:16 UTC (rev 1651) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-1-SNAPSHOT</version> + <version>2.0.0-beta-1</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 10:10:27 UTC (rev 1650) +++ branches/jaxx-2.X/jaxx-swing-action/pom.xml 2009-11-13 10:27:16 UTC (rev 1651) @@ -11,7 +11,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-1-SNAPSHOT</version> + <version>2.0.0-beta-1</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 10:10:27 UTC (rev 1650) +++ branches/jaxx-2.X/jaxx-widgets/pom.xml 2009-11-13 10:27:16 UTC (rev 1651) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-1-SNAPSHOT</version> + <version>2.0.0-beta-1</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 10:10:27 UTC (rev 1650) +++ branches/jaxx-2.X/maven-jaxx-plugin/pom.xml 2009-11-13 10:27:16 UTC (rev 1651) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-1-SNAPSHOT</version> + <version>2.0.0-beta-1</version> </parent> <groupId>org.nuiton.jaxx</groupId> Modified: branches/jaxx-2.X/pom.xml =================================================================== --- branches/jaxx-2.X/pom.xml 2009-11-13 10:10:27 UTC (rev 1650) +++ branches/jaxx-2.X/pom.xml 2009-11-13 10:27:16 UTC (rev 1651) @@ -14,7 +14,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-1-SNAPSHOT</version> + <version>2.0.0-beta-1</version> <modules> <module>jaxx-runtime</module>
participants (1)
-
tchemit@users.nuiton.org