r3862 - in branches/pollen-1.5.x: . pollen-persistence pollen-services pollen-ui-struts2 pollen-votecounting-aggregator pollen-votecounting-api pollen-votecounting-borda pollen-votecounting-condorcet pollen-votecounting-coombs pollen-votecounting-instant-runoff pollen-votecounting-normal pollen-votecounting-number pollen-votecounting-percentage
Author: tchemit Date: 2013-12-23 14:56:18 +0100 (Mon, 23 Dec 2013) New Revision: 3862 Url: http://chorem.org/projects/pollen/repository/revisions/3862 Log: [maven-release-plugin] prepare for next development iteration Modified: branches/pollen-1.5.x/pollen-persistence/pom.xml branches/pollen-1.5.x/pollen-services/pom.xml branches/pollen-1.5.x/pollen-ui-struts2/pom.xml branches/pollen-1.5.x/pollen-votecounting-aggregator/pom.xml branches/pollen-1.5.x/pollen-votecounting-api/pom.xml branches/pollen-1.5.x/pollen-votecounting-borda/pom.xml branches/pollen-1.5.x/pollen-votecounting-condorcet/pom.xml branches/pollen-1.5.x/pollen-votecounting-coombs/pom.xml branches/pollen-1.5.x/pollen-votecounting-instant-runoff/pom.xml branches/pollen-1.5.x/pollen-votecounting-normal/pom.xml branches/pollen-1.5.x/pollen-votecounting-number/pom.xml branches/pollen-1.5.x/pollen-votecounting-percentage/pom.xml branches/pollen-1.5.x/pom.xml Modified: branches/pollen-1.5.x/pollen-persistence/pom.xml =================================================================== --- branches/pollen-1.5.x/pollen-persistence/pom.xml 2013-12-23 13:56:15 UTC (rev 3861) +++ branches/pollen-1.5.x/pollen-persistence/pom.xml 2013-12-23 13:56:18 UTC (rev 3862) @@ -10,7 +10,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.5.5</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: branches/pollen-1.5.x/pollen-services/pom.xml =================================================================== --- branches/pollen-1.5.x/pollen-services/pom.xml 2013-12-23 13:56:15 UTC (rev 3861) +++ branches/pollen-1.5.x/pollen-services/pom.xml 2013-12-23 13:56:18 UTC (rev 3862) @@ -6,7 +6,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.5.5</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: branches/pollen-1.5.x/pollen-ui-struts2/pom.xml =================================================================== --- branches/pollen-1.5.x/pollen-ui-struts2/pom.xml 2013-12-23 13:56:15 UTC (rev 3861) +++ branches/pollen-1.5.x/pollen-ui-struts2/pom.xml 2013-12-23 13:56:18 UTC (rev 3862) @@ -6,7 +6,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.5.5</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: branches/pollen-1.5.x/pollen-votecounting-aggregator/pom.xml =================================================================== --- branches/pollen-1.5.x/pollen-votecounting-aggregator/pom.xml 2013-12-23 13:56:15 UTC (rev 3861) +++ branches/pollen-1.5.x/pollen-votecounting-aggregator/pom.xml 2013-12-23 13:56:18 UTC (rev 3862) @@ -6,7 +6,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.5.5</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: branches/pollen-1.5.x/pollen-votecounting-api/pom.xml =================================================================== --- branches/pollen-1.5.x/pollen-votecounting-api/pom.xml 2013-12-23 13:56:15 UTC (rev 3861) +++ branches/pollen-1.5.x/pollen-votecounting-api/pom.xml 2013-12-23 13:56:18 UTC (rev 3862) @@ -6,7 +6,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.5.5</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: branches/pollen-1.5.x/pollen-votecounting-borda/pom.xml =================================================================== --- branches/pollen-1.5.x/pollen-votecounting-borda/pom.xml 2013-12-23 13:56:15 UTC (rev 3861) +++ branches/pollen-1.5.x/pollen-votecounting-borda/pom.xml 2013-12-23 13:56:18 UTC (rev 3862) @@ -6,7 +6,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.5.5</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: branches/pollen-1.5.x/pollen-votecounting-condorcet/pom.xml =================================================================== --- branches/pollen-1.5.x/pollen-votecounting-condorcet/pom.xml 2013-12-23 13:56:15 UTC (rev 3861) +++ branches/pollen-1.5.x/pollen-votecounting-condorcet/pom.xml 2013-12-23 13:56:18 UTC (rev 3862) @@ -6,7 +6,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.5.5</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: branches/pollen-1.5.x/pollen-votecounting-coombs/pom.xml =================================================================== --- branches/pollen-1.5.x/pollen-votecounting-coombs/pom.xml 2013-12-23 13:56:15 UTC (rev 3861) +++ branches/pollen-1.5.x/pollen-votecounting-coombs/pom.xml 2013-12-23 13:56:18 UTC (rev 3862) @@ -6,7 +6,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.5.5</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: branches/pollen-1.5.x/pollen-votecounting-instant-runoff/pom.xml =================================================================== --- branches/pollen-1.5.x/pollen-votecounting-instant-runoff/pom.xml 2013-12-23 13:56:15 UTC (rev 3861) +++ branches/pollen-1.5.x/pollen-votecounting-instant-runoff/pom.xml 2013-12-23 13:56:18 UTC (rev 3862) @@ -6,7 +6,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.5.5</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: branches/pollen-1.5.x/pollen-votecounting-normal/pom.xml =================================================================== --- branches/pollen-1.5.x/pollen-votecounting-normal/pom.xml 2013-12-23 13:56:15 UTC (rev 3861) +++ branches/pollen-1.5.x/pollen-votecounting-normal/pom.xml 2013-12-23 13:56:18 UTC (rev 3862) @@ -6,7 +6,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.5.5</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: branches/pollen-1.5.x/pollen-votecounting-number/pom.xml =================================================================== --- branches/pollen-1.5.x/pollen-votecounting-number/pom.xml 2013-12-23 13:56:15 UTC (rev 3861) +++ branches/pollen-1.5.x/pollen-votecounting-number/pom.xml 2013-12-23 13:56:18 UTC (rev 3862) @@ -6,7 +6,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.5.5</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: branches/pollen-1.5.x/pollen-votecounting-percentage/pom.xml =================================================================== --- branches/pollen-1.5.x/pollen-votecounting-percentage/pom.xml 2013-12-23 13:56:15 UTC (rev 3861) +++ branches/pollen-1.5.x/pollen-votecounting-percentage/pom.xml 2013-12-23 13:56:18 UTC (rev 3862) @@ -6,7 +6,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.5.5</version> + <version>1.5.6-SNAPSHOT</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: branches/pollen-1.5.x/pom.xml =================================================================== --- branches/pollen-1.5.x/pom.xml 2013-12-23 13:56:15 UTC (rev 3861) +++ branches/pollen-1.5.x/pom.xml 2013-12-23 13:56:18 UTC (rev 3862) @@ -11,7 +11,7 @@ <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.5.5</version> + <version>1.5.6-SNAPSHOT</version> <modules> <module>pollen-votecounting-api</module> @@ -539,11 +539,11 @@ </build> <scm> - <connection>scm:svn:http://svn.chorem.org/svn/pollen/tags/pollen-1.5.5</connection> + <connection>scm:svn:http://svn.chorem.org/svn/pollen/trunk</connection> <developerConnection> - scm:svn:http://svn.chorem.org/svn/pollen/tags/pollen-1.5.5 + scm:svn:http://svn.chorem.org/svn/pollen/trunk </developerConnection> - <url>http://www.chorem.org/repositories/browse/pollen/tags/pollen-1.5.5</url> + <url>http://www.chorem.org/repositories/browse/pollen/trunk</url> </scm> <distributionManagement>
participants (1)
-
tchemit@users.chorem.org