Author: fdesbois Date: 2010-01-08 17:42:31 +0100 (Fri, 08 Jan 2010) New Revision: 2687 Modified: trunk/callao-entity/pom.xml trunk/callao-service/pom.xml trunk/pom.xml Log: [maven-release-plugin] prepare release callao-0.1.2 Modified: trunk/callao-entity/pom.xml =================================================================== --- trunk/callao-entity/pom.xml 2010-01-08 16:05:12 UTC (rev 2686) +++ trunk/callao-entity/pom.xml 2010-01-08 16:42:31 UTC (rev 2687) @@ -9,7 +9,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>callao</artifactId> - <version>0.1.2-SNAPSHOT</version> + <version>0.1.2</version> </parent> <groupId>org.chorem.callao</groupId> Modified: trunk/callao-service/pom.xml =================================================================== --- trunk/callao-service/pom.xml 2010-01-08 16:05:12 UTC (rev 2686) +++ trunk/callao-service/pom.xml 2010-01-08 16:42:31 UTC (rev 2687) @@ -8,7 +8,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>callao</artifactId> - <version>0.1.2-SNAPSHOT</version> + <version>0.1.2</version> </parent> <groupId>org.chorem.callao</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-08 16:05:12 UTC (rev 2686) +++ trunk/pom.xml 2010-01-08 16:42:31 UTC (rev 2687) @@ -15,7 +15,7 @@ <groupId>org.chorem</groupId> <artifactId>callao</artifactId> - <version>0.1.2-SNAPSHOT</version> + <version>0.1.2</version> <modules> <module>callao-entity</module> @@ -165,9 +165,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.chorem.org/svn/callao/trunk</connection> - <developerConnection>scm:svn:http://svn.chorem.org/svn/callao/trunk</developerConnection> - <url>http://www.chorem.org/repositories/browse/callao/trunk</url> + <connection>scm:svn:http://svn.chorem.org/svn/callao/tags/callao-0.1.2</connection> + <developerConnection>scm:svn:http://svn.chorem.org/svn/callao/tags/callao-0.1.2</developerConnection> + <url>http://www.chorem.org/repositories/browse/callao/tags/callao-0.1.2</url> </scm> <repositories>