Author: rchapelet Date: 2009-08-28 12:01:06 +0200 (Fri, 28 Aug 2009) New Revision: 2657 Modified: trunk/callao-entity/pom.xml trunk/callao-service/pom.xml trunk/pom.xml Log: [maven-release-plugin] prepare release callao-0.1.0 Modified: trunk/callao-entity/pom.xml =================================================================== --- trunk/callao-entity/pom.xml 2009-08-28 09:51:12 UTC (rev 2656) +++ trunk/callao-entity/pom.xml 2009-08-28 10:01:06 UTC (rev 2657) @@ -1,5 +1,4 @@ -<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> @@ -10,7 +9,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>callao</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0</version> </parent> <groupId>org.chorem.callao</groupId> Modified: trunk/callao-service/pom.xml =================================================================== --- trunk/callao-service/pom.xml 2009-08-28 09:51:12 UTC (rev 2656) +++ trunk/callao-service/pom.xml 2009-08-28 10:01:06 UTC (rev 2657) @@ -1,6 +1,5 @@ -<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> <!-- ************************************************************* --> @@ -9,7 +8,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>callao</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0</version> </parent> <groupId>org.chorem.callao</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-28 09:51:12 UTC (rev 2656) +++ trunk/pom.xml 2009-08-28 10:01:06 UTC (rev 2657) @@ -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.0-SNAPSHOT</version> + <version>0.1.0</version> <modules> <module>callao-entity</module> @@ -156,9 +155,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.0</connection> + <developerConnection>scm:svn:http://svn.chorem.org/svn/callao/tags/callao-0.1.0</developerConnection> + <url>http://www.chorem.org/repositories/browse/callao/tags/callao-0.1.0</url> </scm>