r2674 - in trunk: . callao-entity callao-service
Author: tchemit Date: 2009-11-04 17:35:35 +0100 (Wed, 04 Nov 2009) New Revision: 2674 Modified: trunk/callao-entity/pom.xml trunk/callao-service/pom.xml trunk/pom.xml Log: [maven-release-plugin] prepare release callao-0.1.1 Modified: trunk/callao-entity/pom.xml =================================================================== --- trunk/callao-entity/pom.xml 2009-11-03 18:07:36 UTC (rev 2673) +++ trunk/callao-entity/pom.xml 2009-11-04 16:35:35 UTC (rev 2674) @@ -9,7 +9,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>callao</artifactId> - <version>0.1.1-SNAPSHOT</version> + <version>0.1.1</version> </parent> <groupId>org.chorem.callao</groupId> Modified: trunk/callao-service/pom.xml =================================================================== --- trunk/callao-service/pom.xml 2009-11-03 18:07:36 UTC (rev 2673) +++ trunk/callao-service/pom.xml 2009-11-04 16:35:35 UTC (rev 2674) @@ -8,7 +8,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>callao</artifactId> - <version>0.1.1-SNAPSHOT</version> + <version>0.1.1</version> </parent> <groupId>org.chorem.callao</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-03 18:07:36 UTC (rev 2673) +++ trunk/pom.xml 2009-11-04 16:35:35 UTC (rev 2674) @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -16,7 +15,7 @@ <groupId>org.chorem</groupId> <artifactId>callao</artifactId> - <version>0.1.1-SNAPSHOT</version> + <version>0.1.1</version> <modules> <module>callao-entity</module> @@ -161,9 +160,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.1</connection> + <developerConnection>scm:svn:http://svn.chorem.org/svn/callao/tags/callao-0.1.1</developerConnection> + <url>http://www.chorem.org/repositories/browse/callao/tags/callao-0.1.1</url> </scm> <repositories>
participants (1)
-
tchemit@users.chorem.org