This is an automated email from the git hooks/post-receive script. New commit to annotated tag v2.0.0-beta-1 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 7a9a1dd17f3c5647ee9a4a2b18e66994d2294d46 Author: Tony Chemit <chemit@codelutin.com> Date: Fri Nov 13 09:34:56 2009 +0000 [maven-release-plugin] prepare release jaxx-2.0.0-beta-1 --- jaxx-compiler/pom.xml | 2 +- jaxx-demo/pom.xml | 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 | 11 +++++------ 7 files changed, 11 insertions(+), 12 deletions(-) diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index 8f50d62..212a09f 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-1-SNAPSHOT</version> + <version>2.0.0-beta-1</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index b5a4469..2400245 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-1-SNAPSHOT</version> + <version>2.0.0-beta-1</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index 36dda18..009224c 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-1-SNAPSHOT</version> + <version>2.0.0-beta-1</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-swing-action/pom.xml b/jaxx-swing-action/pom.xml index a20b5bf..ab52608 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-1-SNAPSHOT</version> + <version>2.0.0-beta-1</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets/pom.xml b/jaxx-widgets/pom.xml index 66cb470..23b016f 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-1-SNAPSHOT</version> + <version>2.0.0-beta-1</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/maven-jaxx-plugin/pom.xml b/maven-jaxx-plugin/pom.xml index 33cc658..f09696d 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-1-SNAPSHOT</version> + <version>2.0.0-beta-1</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/pom.xml b/pom.xml index 2f8abe5..73909f4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,4 @@ -<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> @@ -14,7 +13,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> @@ -402,9 +401,9 @@ <!-- Source control management. --> <scm> - <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> + <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> </scm> </project> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.