Author: kmorin Date: 2009-08-26 17:47:59 +0200 (Wed, 26 Aug 2009) New Revision: 1597 Modified: trunk/guix-compiler-gwt/pom.xml trunk/guix-compiler-swing/pom.xml trunk/guix-compiler/pom.xml trunk/guix-test-gwt/pom.xml trunk/guix-test-swing/pom.xml trunk/maven-guix-gwt-archetype/pom.xml trunk/maven-guix-plugin/pom.xml trunk/maven-guix-swing-archetype/pom.xml trunk/pom.xml Log: [maven-release-plugin] prepare release guix-1.0.0 Modified: trunk/guix-compiler/pom.xml =================================================================== --- trunk/guix-compiler/pom.xml 2009-08-26 15:22:29 UTC (rev 1596) +++ trunk/guix-compiler/pom.xml 2009-08-26 15:47:59 UTC (rev 1597) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>guix</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.nuiton.guix</groupId> Modified: trunk/guix-compiler-gwt/pom.xml =================================================================== --- trunk/guix-compiler-gwt/pom.xml 2009-08-26 15:22:29 UTC (rev 1596) +++ trunk/guix-compiler-gwt/pom.xml 2009-08-26 15:47:59 UTC (rev 1597) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>guix</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.nuiton.guix</groupId> Modified: trunk/guix-compiler-swing/pom.xml =================================================================== --- trunk/guix-compiler-swing/pom.xml 2009-08-26 15:22:29 UTC (rev 1596) +++ trunk/guix-compiler-swing/pom.xml 2009-08-26 15:47:59 UTC (rev 1597) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>guix</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.nuiton.guix</groupId> Modified: trunk/guix-test-gwt/pom.xml =================================================================== --- trunk/guix-test-gwt/pom.xml 2009-08-26 15:22:29 UTC (rev 1596) +++ trunk/guix-test-gwt/pom.xml 2009-08-26 15:47:59 UTC (rev 1597) @@ -5,7 +5,7 @@ <parent> <artifactId>guix</artifactId> <groupId>org.nuiton</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.nuiton.guix</groupId> Modified: trunk/guix-test-swing/pom.xml =================================================================== --- trunk/guix-test-swing/pom.xml 2009-08-26 15:22:29 UTC (rev 1596) +++ trunk/guix-test-swing/pom.xml 2009-08-26 15:47:59 UTC (rev 1597) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>guix</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.nuiton.guix</groupId> Modified: trunk/maven-guix-gwt-archetype/pom.xml =================================================================== --- trunk/maven-guix-gwt-archetype/pom.xml 2009-08-26 15:22:29 UTC (rev 1596) +++ trunk/maven-guix-gwt-archetype/pom.xml 2009-08-26 15:47:59 UTC (rev 1597) @@ -1,14 +1,14 @@ <?xml version="1.0"?> -<project> +<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> <parent> <artifactId>guix</artifactId> <groupId>org.nuiton</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <name>${artifactId}</name> <groupId>org.nuiton.guix</groupId> <artifactId>maven-guix-gwt-archetype</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>jar</packaging> </project> Modified: trunk/maven-guix-plugin/pom.xml =================================================================== --- trunk/maven-guix-plugin/pom.xml 2009-08-26 15:22:29 UTC (rev 1596) +++ trunk/maven-guix-plugin/pom.xml 2009-08-26 15:47:59 UTC (rev 1597) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>guix</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.nuiton.guix</groupId> Modified: trunk/maven-guix-swing-archetype/pom.xml =================================================================== --- trunk/maven-guix-swing-archetype/pom.xml 2009-08-26 15:22:29 UTC (rev 1596) +++ trunk/maven-guix-swing-archetype/pom.xml 2009-08-26 15:47:59 UTC (rev 1597) @@ -1,14 +1,14 @@ <?xml version="1.0"?> -<project> +<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> <parent> <artifactId>guix</artifactId> <groupId>org.nuiton</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <name>${artifactId}</name> <groupId>org.nuiton.guix</groupId> <artifactId>maven-guix-swing-archetype</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>jar</packaging> </project> \ No newline at end of file Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-26 15:22:29 UTC (rev 1596) +++ trunk/pom.xml 2009-08-26 15:47:59 UTC (rev 1597) @@ -13,7 +13,7 @@ </parent> <artifactId>guix</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <modules> <module>guix-compiler</module> @@ -237,9 +237,9 @@ <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/guix/trunk</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/guix/trunk</developerConnection> - <url>http://www.nuiton.org/repositories/browse/guix/trunk</url> + <connection>scm:svn:http://svn.nuiton.org/svn/guix/tags/guix-1.0.0</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/guix/tags/guix-1.0.0</developerConnection> + <url>http://www.nuiton.org/repositories/browse/guix/tags/guix-1.0.0</url> </scm> </project>