Author: tchemit Date: 2009-12-02 10:38:32 +0100 (Wed, 02 Dec 2009) New Revision: 1662 Modified: branches/jaxx-2.X/jaxx-compiler/pom.xml branches/jaxx-2.X/jaxx-demo/pom.xml branches/jaxx-2.X/jaxx-demo/src/site/rst/index.rst 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 beta-2 before merging branche to trunk + fix wbestart link in jaxx-demo Modified: branches/jaxx-2.X/jaxx-compiler/pom.xml =================================================================== --- branches/jaxx-2.X/jaxx-compiler/pom.xml 2009-12-02 09:11:27 UTC (rev 1661) +++ branches/jaxx-2.X/jaxx-compiler/pom.xml 2009-12-02 09:38:32 UTC (rev 1662) @@ -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-2</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-12-02 09:11:27 UTC (rev 1661) +++ branches/jaxx-2.X/jaxx-demo/pom.xml 2009-12-02 09:38:32 UTC (rev 1662) @@ -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-2</version> </parent> <groupId>org.nuiton.jaxx</groupId> Modified: branches/jaxx-2.X/jaxx-demo/src/site/rst/index.rst =================================================================== --- branches/jaxx-2.X/jaxx-demo/src/site/rst/index.rst 2009-12-02 09:11:27 UTC (rev 1661) +++ branches/jaxx-2.X/jaxx-demo/src/site/rst/index.rst 2009-12-02 09:38:32 UTC (rev 1662) @@ -38,6 +38,6 @@ .. |webstart| image:: images/webstart.gif -.. _following link: ./launch.jnlp +.. _following link: ./jnlp/launch.jnlp .. _Jaxx Demo webstart: jnlp-report.html Modified: branches/jaxx-2.X/jaxx-runtime/pom.xml =================================================================== --- branches/jaxx-2.X/jaxx-runtime/pom.xml 2009-12-02 09:11:27 UTC (rev 1661) +++ branches/jaxx-2.X/jaxx-runtime/pom.xml 2009-12-02 09:38:32 UTC (rev 1662) @@ -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-2</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-12-02 09:11:27 UTC (rev 1661) +++ branches/jaxx-2.X/jaxx-swing-action/pom.xml 2009-12-02 09:38:32 UTC (rev 1662) @@ -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-2</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-12-02 09:11:27 UTC (rev 1661) +++ branches/jaxx-2.X/jaxx-widgets/pom.xml 2009-12-02 09:38:32 UTC (rev 1662) @@ -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-2</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-12-02 09:11:27 UTC (rev 1661) +++ branches/jaxx-2.X/maven-jaxx-plugin/pom.xml 2009-12-02 09:38:32 UTC (rev 1662) @@ -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-2</version> </parent> <groupId>org.nuiton.jaxx</groupId> Modified: branches/jaxx-2.X/pom.xml =================================================================== --- branches/jaxx-2.X/pom.xml 2009-12-02 09:11:27 UTC (rev 1661) +++ branches/jaxx-2.X/pom.xml 2009-12-02 09:38:32 UTC (rev 1662) @@ -10,11 +10,11 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.0</version> </parent> <artifactId>jaxx</artifactId> - <version>2.0.0-beta-2-SNAPSHOT</version> + <version>2.0.0-beta-2</version> <modules> <module>jaxx-runtime</module>