Author: nrannou Date: 2009-08-27 17:54:05 +0200 (Thu, 27 Aug 2009) New Revision: 2763 Modified: trunk/pollen-business/pom.xml trunk/pollen-ui/pom.xml trunk/pollen-votecounting/pom.xml trunk/pom.xml Log: [maven-release-plugin] prepare release pollen-1.1.0 Modified: trunk/pollen-business/pom.xml =================================================================== --- trunk/pollen-business/pom.xml 2009-08-27 15:51:09 UTC (rev 2762) +++ trunk/pollen-business/pom.xml 2009-08-27 15:54:05 UTC (rev 2763) @@ -10,7 +10,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.1.0-beta-3-SNAPSHOT</version> + <version>1.1.0</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: trunk/pollen-ui/pom.xml =================================================================== --- trunk/pollen-ui/pom.xml 2009-08-27 15:51:09 UTC (rev 2762) +++ trunk/pollen-ui/pom.xml 2009-08-27 15:54:05 UTC (rev 2763) @@ -10,7 +10,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.1.0-beta-3-SNAPSHOT</version> + <version>1.1.0</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: trunk/pollen-votecounting/pom.xml =================================================================== --- trunk/pollen-votecounting/pom.xml 2009-08-27 15:51:09 UTC (rev 2762) +++ trunk/pollen-votecounting/pom.xml 2009-08-27 15:54:05 UTC (rev 2763) @@ -10,7 +10,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.1.0-beta-3-SNAPSHOT</version> + <version>1.1.0</version> </parent> <groupId>org.chorem.pollen</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-27 15:51:09 UTC (rev 2762) +++ trunk/pom.xml 2009-08-27 15:54:05 UTC (rev 2763) @@ -15,7 +15,7 @@ <groupId>org.chorem</groupId> <artifactId>pollen</artifactId> - <version>1.1.0-beta-3-SNAPSHOT</version> + <version>1.1.0</version> <modules> <module>pollen-ui</module> @@ -311,9 +311,9 @@ <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.chorem.org/svn/pollen/trunk</connection> - <developerConnection>scm:svn:http://svn.chorem.org/svn/pollen/trunk</developerConnection> - <url>http://www.chorem.org/repositories/browse/pollen/trunk</url> + <connection>scm:svn:http://svn.chorem.org/svn/pollen/tags/pollen-1.1.0</connection> + <developerConnection>scm:svn:http://svn.chorem.org/svn/pollen/tags/pollen-1.1.0</developerConnection> + <url>http://www.chorem.org/repositories/browse/pollen/tags/pollen-1.1.0</url> </scm> <repositories>