Author: maven-release Date: 2012-08-23 22:47:26 +0200 (Thu, 23 Aug 2012) New Revision: 3635 Url: http://chorem.org/repositories/revision/lima/3635 Log: [maven-release-plugin] prepare release lima-0.6-rc-1 Modified: trunk/lima-business-api/pom.xml trunk/lima-business/pom.xml trunk/lima-callao/pom.xml trunk/lima-swing/pom.xml trunk/pom.xml Modified: trunk/lima-business/pom.xml =================================================================== --- trunk/lima-business/pom.xml 2012-08-23 20:39:26 UTC (rev 3634) +++ trunk/lima-business/pom.xml 2012-08-23 20:47:26 UTC (rev 3635) @@ -1,6 +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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <!-- ************************************************************* --> @@ -9,7 +7,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.6-rc-1-SNAPSHOT</version> + <version>0.6-rc-1</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-business-api/pom.xml =================================================================== --- trunk/lima-business-api/pom.xml 2012-08-23 20:39:26 UTC (rev 3634) +++ trunk/lima-business-api/pom.xml 2012-08-23 20:47:26 UTC (rev 3635) @@ -1,6 +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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <!-- ************************************************************* --> @@ -9,7 +7,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.6-rc-1-SNAPSHOT</version> + <version>0.6-rc-1</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-callao/pom.xml =================================================================== --- trunk/lima-callao/pom.xml 2012-08-23 20:39:26 UTC (rev 3634) +++ trunk/lima-callao/pom.xml 2012-08-23 20:47:26 UTC (rev 3635) @@ -8,7 +8,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.6-rc-1-SNAPSHOT</version> + <version>0.6-rc-1</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2012-08-23 20:39:26 UTC (rev 3634) +++ trunk/lima-swing/pom.xml 2012-08-23 20:47:26 UTC (rev 3635) @@ -9,7 +9,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.6-rc-1-SNAPSHOT</version> + <version>0.6-rc-1</version> </parent> <groupId>org.chorem.lima</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-08-23 20:39:26 UTC (rev 3634) +++ trunk/pom.xml 2012-08-23 20:47:26 UTC (rev 3635) @@ -15,7 +15,7 @@ <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.6-rc-1-SNAPSHOT</version> + <version>0.6-rc-1</version> <modules> <module>lima-callao</module> @@ -426,11 +426,11 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.chorem.org/svn/lima/trunk</connection> + <connection>scm:svn:http://svn.chorem.org/svn/lima/tags/lima-0.6-rc-1</connection> <developerConnection> - scm:svn:http://svn.chorem.org/svn/lima/trunk + scm:svn:http://svn.chorem.org/svn/lima/tags/lima-0.6-rc-1 </developerConnection> - <url>http://www.chorem.org/repositories/browse/lima/trunk</url> + <url>http://www.chorem.org/repositories/browse/lima/tags/lima-0.6-rc-1</url> </scm> <distributionManagement>