r2948 - in branches/pollen-1.2.5-1.2.x: . pollen-business pollen-ui pollen-votecounting
Author: echatellier Date: 2010-03-16 09:59:17 +0100 (Tue, 16 Mar 2010) New Revision: 2948 Log: Prepare next snapshot version Modified: branches/pollen-1.2.5-1.2.x/pollen-business/pom.xml branches/pollen-1.2.5-1.2.x/pollen-ui/pom.xml branches/pollen-1.2.5-1.2.x/pollen-votecounting/pom.xml branches/pollen-1.2.5-1.2.x/pom.xml Modified: branches/pollen-1.2.5-1.2.x/pollen-business/pom.xml =================================================================== --- branches/pollen-1.2.5-1.2.x/pollen-business/pom.xml 2010-03-16 08:53:19 UTC (rev 2947) +++ branches/pollen-1.2.5-1.2.x/pollen-business/pom.xml 2010-03-16 08:59:17 UTC (rev 2948) @@ -10,7 +10,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.2.5</version> + <version>1.2.6-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: branches/pollen-1.2.5-1.2.x/pollen-ui/pom.xml =================================================================== --- branches/pollen-1.2.5-1.2.x/pollen-ui/pom.xml 2010-03-16 08:53:19 UTC (rev 2947) +++ branches/pollen-1.2.5-1.2.x/pollen-ui/pom.xml 2010-03-16 08:59:17 UTC (rev 2948) @@ -10,7 +10,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.2.5</version> + <version>1.2.6-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: branches/pollen-1.2.5-1.2.x/pollen-votecounting/pom.xml =================================================================== --- branches/pollen-1.2.5-1.2.x/pollen-votecounting/pom.xml 2010-03-16 08:53:19 UTC (rev 2947) +++ branches/pollen-1.2.5-1.2.x/pollen-votecounting/pom.xml 2010-03-16 08:59:17 UTC (rev 2948) @@ -10,7 +10,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.2.5</version> + <version>1.2.6-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: branches/pollen-1.2.5-1.2.x/pom.xml =================================================================== --- branches/pollen-1.2.5-1.2.x/pom.xml 2010-03-16 08:53:19 UTC (rev 2947) +++ branches/pollen-1.2.5-1.2.x/pom.xml 2010-03-16 08:59:17 UTC (rev 2948) @@ -15,7 +15,7 @@ <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.2.5</version> + <version>1.2.6-SNAPSHOT</version> <modules> <module>pollen-ui</module> @@ -345,9 +345,9 @@ <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.chorem.org/svn/pollen/tags/pollen-1.2.5</connection> - <developerConnection>scm:svn:http://svn.chorem.org/svn/pollen/tags/pollen-1.2.5</developerConnection> - <url>http://www.chorem.org/repositories/browse/pollen/tags/pollen-1.2.5</url> + <connection>scm:svn:http://svn.chorem.org/svn/pollen/branches/pollen-1.2.5-1.2.x</connection> + <developerConnection>scm:svn:http://svn.chorem.org/svn/pollen/branches/pollen-1.2.5-1.2.x</developerConnection> + <url>http://www.chorem.org/repositories/browse/pollen/branches/pollen-1.2.5-1.2.x</url> </scm> <repositories>
participants (1)
-
echatellier@users.chorem.org