This is an automated email from the git hooks/post-receive script. New commit to annotated tag v2.0.0-beta-2 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit fabd7b4e22ca7dcf42902a06cb7df6b16d1942e2 Author: Tony Chemit <chemit@codelutin.com> Date: Wed Dec 2 09:38:32 2009 +0000 prepare beta-2 before merging branche to trunk + fix wbestart link in jaxx-demo --- jaxx-compiler/pom.xml | 2 +- jaxx-demo/pom.xml | 2 +- jaxx-demo/src/site/rst/index.rst | 2 +- jaxx-runtime/pom.xml | 2 +- jaxx-swing-action/pom.xml | 2 +- jaxx-widgets/pom.xml | 2 +- maven-jaxx-plugin/pom.xml | 2 +- pom.xml | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index 7efcdf5..d0085f2 100644 --- a/jaxx-compiler/pom.xml +++ b/jaxx-compiler/pom.xml @@ -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> diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index 3b5e1e1..c43b2f0 100644 --- a/jaxx-demo/pom.xml +++ b/jaxx-demo/pom.xml @@ -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> diff --git a/jaxx-demo/src/site/rst/index.rst b/jaxx-demo/src/site/rst/index.rst index 44e78be..3c6847f 100644 --- a/jaxx-demo/src/site/rst/index.rst +++ b/jaxx-demo/src/site/rst/index.rst @@ -38,6 +38,6 @@ downloading JAXX, and you can also view the source code for the individual demos .. |webstart| image:: images/webstart.gif -.. _following link: ./launch.jnlp +.. _following link: ./jnlp/launch.jnlp .. _Jaxx Demo webstart: jnlp-report.html diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index 990b078..146fb78 100644 --- a/jaxx-runtime/pom.xml +++ b/jaxx-runtime/pom.xml @@ -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> diff --git a/jaxx-swing-action/pom.xml b/jaxx-swing-action/pom.xml index fab90f2..10271cb 100644 --- a/jaxx-swing-action/pom.xml +++ b/jaxx-swing-action/pom.xml @@ -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> diff --git a/jaxx-widgets/pom.xml b/jaxx-widgets/pom.xml index e959444..7945495 100644 --- a/jaxx-widgets/pom.xml +++ b/jaxx-widgets/pom.xml @@ -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> diff --git a/maven-jaxx-plugin/pom.xml b/maven-jaxx-plugin/pom.xml index 9cba15b..c669830 100644 --- a/maven-jaxx-plugin/pom.xml +++ b/maven-jaxx-plugin/pom.xml @@ -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> diff --git a/pom.xml b/pom.xml index 5942601..66269e8 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.