Author: tchemit Date: 2009-01-11 20:07:38 +0000 (Sun, 11 Jan 2009) New Revision: 1160 Modified: jaxx/trunk/jaxx-compiler-api/pom.xml jaxx/trunk/jaxx-compiler-swing/pom.xml jaxx/trunk/jaxx-compiler-validator/pom.xml jaxx/trunk/jaxx-example/pom.xml jaxx/trunk/jaxx-runtime-api/pom.xml jaxx/trunk/jaxx-runtime-swing/pom.xml jaxx/trunk/jaxx-runtime-validator/pom.xml jaxx/trunk/jaxx-swing-action/pom.xml jaxx/trunk/jaxx-util/pom.xml jaxx/trunk/maven-jaxx-plugin/pom.xml jaxx/trunk/pom.xml Log: [maven-release-plugin] prepare release 1.0 Modified: jaxx/trunk/jaxx-compiler-api/pom.xml =================================================================== --- jaxx/trunk/jaxx-compiler-api/pom.xml 2009-01-11 20:04:40 UTC (rev 1159) +++ jaxx/trunk/jaxx-compiler-api/pom.xml 2009-01-11 20:07:38 UTC (rev 1160) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>jaxx-compiler-api</artifactId> @@ -42,8 +42,8 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> - <url>${maven.scm.url.child}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-compiler-api</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-compiler-api</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/jaxx/tags/1.0/jaxx-compiler-api?root=buix</url> </scm> </project> Modified: jaxx/trunk/jaxx-compiler-swing/pom.xml =================================================================== --- jaxx/trunk/jaxx-compiler-swing/pom.xml 2009-01-11 20:04:40 UTC (rev 1159) +++ jaxx/trunk/jaxx-compiler-swing/pom.xml 2009-01-11 20:07:38 UTC (rev 1160) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>jaxx-compiler-swing</artifactId> @@ -47,8 +47,8 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> - <url>${maven.scm.url.child}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-compiler-swing</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-compiler-swing</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/jaxx/tags/1.0/jaxx-compiler-swing?root=buix</url> </scm> </project> Modified: jaxx/trunk/jaxx-compiler-validator/pom.xml =================================================================== --- jaxx/trunk/jaxx-compiler-validator/pom.xml 2009-01-11 20:04:40 UTC (rev 1159) +++ jaxx/trunk/jaxx-compiler-validator/pom.xml 2009-01-11 20:07:38 UTC (rev 1160) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>jaxx-compiler-validator</artifactId> @@ -47,8 +47,8 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> - <url>${maven.scm.url.child}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-compiler-validator</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-compiler-validator</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/jaxx/tags/1.0/jaxx-compiler-validator?root=buix</url> </scm> </project> Modified: jaxx/trunk/jaxx-example/pom.xml =================================================================== --- jaxx/trunk/jaxx-example/pom.xml 2009-01-11 20:04:40 UTC (rev 1159) +++ jaxx/trunk/jaxx-example/pom.xml 2009-01-11 20:07:38 UTC (rev 1160) @@ -9,7 +9,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>jaxx-example</artifactId> @@ -58,9 +58,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> - <url>${maven.scm.url.child}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-example</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-example</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/jaxx/tags/1.0/jaxx-example?root=buix</url> </scm> <build> Modified: jaxx/trunk/jaxx-runtime-api/pom.xml =================================================================== --- jaxx/trunk/jaxx-runtime-api/pom.xml 2009-01-11 20:04:40 UTC (rev 1159) +++ jaxx/trunk/jaxx-runtime-api/pom.xml 2009-01-11 20:07:38 UTC (rev 1160) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>jaxx-runtime-api</artifactId> @@ -58,8 +58,8 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> - <url>${maven.scm.url.child}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-runtime-api</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-runtime-api</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/jaxx/tags/1.0/jaxx-runtime-api?root=buix</url> </scm> </project> Modified: jaxx/trunk/jaxx-runtime-swing/pom.xml =================================================================== --- jaxx/trunk/jaxx-runtime-swing/pom.xml 2009-01-11 20:04:40 UTC (rev 1159) +++ jaxx/trunk/jaxx-runtime-swing/pom.xml 2009-01-11 20:07:38 UTC (rev 1160) @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<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/maven-v4_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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -11,7 +10,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>jaxx-runtime-swing</artifactId> @@ -43,8 +42,8 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> - <url>${maven.scm.url.child}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-runtime-swing</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-runtime-swing</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/jaxx/tags/1.0/jaxx-runtime-swing?root=buix</url> </scm> </project> Modified: jaxx/trunk/jaxx-runtime-validator/pom.xml =================================================================== --- jaxx/trunk/jaxx-runtime-validator/pom.xml 2009-01-11 20:04:40 UTC (rev 1159) +++ jaxx/trunk/jaxx-runtime-validator/pom.xml 2009-01-11 20:07:38 UTC (rev 1160) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>jaxx-runtime-validator</artifactId> @@ -52,8 +52,8 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> - <url>${maven.scm.url.child}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-runtime-validator</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-runtime-validator</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/jaxx/tags/1.0/jaxx-runtime-validator?root=buix</url> </scm> </project> Modified: jaxx/trunk/jaxx-swing-action/pom.xml =================================================================== --- jaxx/trunk/jaxx-swing-action/pom.xml 2009-01-11 20:04:40 UTC (rev 1159) +++ jaxx/trunk/jaxx-swing-action/pom.xml 2009-01-11 20:07:38 UTC (rev 1160) @@ -11,7 +11,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>jaxx-swing-action</artifactId> @@ -70,9 +70,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> - <url>${maven.scm.url.child}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-swing-action</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-swing-action</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/jaxx/tags/1.0/jaxx-swing-action?root=buix</url> </scm> </project> Modified: jaxx/trunk/jaxx-util/pom.xml =================================================================== --- jaxx/trunk/jaxx-util/pom.xml 2009-01-11 20:04:40 UTC (rev 1159) +++ jaxx/trunk/jaxx-util/pom.xml 2009-01-11 20:07:38 UTC (rev 1160) @@ -9,7 +9,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>jaxx-util</artifactId> @@ -38,9 +38,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> - <url>${maven.scm.url.child}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-util</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/jaxx-util</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/jaxx/tags/1.0/jaxx-util?root=buix</url> </scm> </project> Modified: jaxx/trunk/maven-jaxx-plugin/pom.xml =================================================================== --- jaxx/trunk/maven-jaxx-plugin/pom.xml 2009-01-11 20:04:40 UTC (rev 1159) +++ jaxx/trunk/maven-jaxx-plugin/pom.xml 2009-01-11 20:07:38 UTC (rev 1160) @@ -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/maven-v4_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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -10,7 +9,7 @@ <parent> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>maven-jaxx-plugin</artifactId> @@ -134,9 +133,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${maven.scm.connection.child}</connection> - <developerConnection>${maven.scm.developerConnection.child}</developerConnection> - <url>${maven.scm.url.child}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/maven-jaxx-plugin</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0/maven-jaxx-plugin</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/jaxx/tags/1.0/maven-jaxx-plugin?root=buix</url> </scm> </project> \ No newline at end of file Modified: jaxx/trunk/pom.xml =================================================================== --- jaxx/trunk/pom.xml 2009-01-11 20:04:40 UTC (rev 1159) +++ jaxx/trunk/pom.xml 2009-01-11 20:07:38 UTC (rev 1160) @@ -40,7 +40,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>jaxx-parent</name> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <description>Jaxx lutin library parent pom</description> <inceptionYear>2008</inceptionYear> @@ -212,9 +212,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>${maven.scm.connection}</connection> - <developerConnection>${maven.scm.developerConnection}</developerConnection> - <url>${maven.scm.url}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/buix/jaxx/tags/1.0</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/jaxx/tags/1.0?root=buix</url> </scm> <profiles>