Author: hudson Date: 2011-01-26 17:19:23 +0100 (Wed, 26 Jan 2011) New Revision: 53 Url: http://nuiton.org/repositories/revision/nuiton-web/53 Log: [maven-release-plugin] prepare for next development iteration Modified: trunk/nuiton-rss/pom.xml trunk/nuiton-tapestry/pom.xml trunk/nuiton-web/pom.xml trunk/pom.xml Modified: trunk/nuiton-rss/pom.xml =================================================================== --- trunk/nuiton-rss/pom.xml 2011-01-26 16:19:22 UTC (rev 52) +++ trunk/nuiton-rss/pom.xml 2011-01-26 16:19:23 UTC (rev 53) @@ -33,7 +33,7 @@ <parent> <groupId>org.nuiton.web</groupId> <artifactId>nuiton-web-parent</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> </parent> <artifactId>nuiton-rss</artifactId> Modified: trunk/nuiton-tapestry/pom.xml =================================================================== --- trunk/nuiton-tapestry/pom.xml 2011-01-26 16:19:22 UTC (rev 52) +++ trunk/nuiton-tapestry/pom.xml 2011-01-26 16:19:23 UTC (rev 53) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton.web</groupId> <artifactId>nuiton-web-parent</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> </parent> <artifactId>nuiton-tapestry</artifactId> Modified: trunk/nuiton-web/pom.xml =================================================================== --- trunk/nuiton-web/pom.xml 2011-01-26 16:19:22 UTC (rev 52) +++ trunk/nuiton-web/pom.xml 2011-01-26 16:19:23 UTC (rev 53) @@ -11,7 +11,7 @@ <parent> <groupId>org.nuiton.web</groupId> <artifactId>nuiton-web-parent</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> </parent> <artifactId>nuiton-web</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-01-26 16:19:22 UTC (rev 52) +++ trunk/pom.xml 2011-01-26 16:19:23 UTC (rev 53) @@ -15,7 +15,7 @@ <groupId>org.nuiton.web</groupId> <artifactId>nuiton-web-parent</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <modules> <module>nuiton-web</module> @@ -202,11 +202,11 @@ <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/nuiton-web/tags/nuiton-web-1.0</connection> + <connection>scm:svn:http://svn.nuiton.org/svn/nuiton-web/trunk</connection> <developerConnection> - scm:svn:http://svn.nuiton.org/svn/nuiton-web/tags/nuiton-web-1.0 + scm:svn:http://svn.nuiton.org/svn/nuiton-web/trunk </developerConnection> - <url>http://www.nuiton.org/repositories/browse/nuiton-web/tags/nuiton-web-1.0</url> + <url>http://www.nuiton.org/repositories/browse/nuiton-web/trunk</url> </scm> </project>
participants (1)
-
hudson@users.nuiton.org