Author: sletellier Date: 2011-05-17 17:21:52 +0200 (Tue, 17 May 2011) New Revision: 26 Url: http://chorem.org/repositories/revision/vradi/26 Log: [maven-release-plugin] prepare release vradi-0.6 Modified: trunk/pom.xml trunk/vradi-entities/pom.xml trunk/vradi-services-web/pom.xml trunk/vradi-services/pom.xml trunk/vradi-swing/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-05-17 15:15:25 UTC (rev 25) +++ trunk/pom.xml 2011-05-17 15:21:52 UTC (rev 26) @@ -11,7 +11,7 @@ <groupId>org.chorem</groupId> <artifactId>vradi</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <modules> <module>vradi-entities</module> @@ -93,11 +93,11 @@ </developers> <scm> - <connection>scm:svn:http://svn.chorem.org/svn/vradi/trunk</connection> + <connection>scm:svn:http://svn.chorem.org/svn/vradi/tags/vradi-0.6</connection> <developerConnection> - scm:svn:http://svn.chorem.org/svn/vradi/trunk + scm:svn:http://svn.chorem.org/svn/vradi/tags/vradi-0.6 </developerConnection> - <url>http://www.chorem.org/repositories/browse/vradi/trunk</url> + <url>http://www.chorem.org/repositories/browse/vradi/tags/vradi-0.6</url> </scm> <packaging>pom</packaging> Modified: trunk/vradi-entities/pom.xml =================================================================== --- trunk/vradi-entities/pom.xml 2011-05-17 15:15:25 UTC (rev 25) +++ trunk/vradi-entities/pom.xml 2011-05-17 15:21:52 UTC (rev 26) @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>vradi</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> </parent> <groupId>org.chorem.vradi</groupId> Modified: trunk/vradi-services/pom.xml =================================================================== --- trunk/vradi-services/pom.xml 2011-05-17 15:15:25 UTC (rev 25) +++ trunk/vradi-services/pom.xml 2011-05-17 15:21:52 UTC (rev 26) @@ -1,13 +1,11 @@ <?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/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> <parent> <groupId>org.chorem</groupId> <artifactId>vradi</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> </parent> <groupId>org.chorem.vradi</groupId> Modified: trunk/vradi-services-web/pom.xml =================================================================== --- trunk/vradi-services-web/pom.xml 2011-05-17 15:15:25 UTC (rev 25) +++ trunk/vradi-services-web/pom.xml 2011-05-17 15:21:52 UTC (rev 26) @@ -5,7 +5,7 @@ <parent> <groupId>org.chorem</groupId> <artifactId>vradi</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> </parent> <groupId>org.chorem.vradi</groupId> Modified: trunk/vradi-swing/pom.xml =================================================================== --- trunk/vradi-swing/pom.xml 2011-05-17 15:15:25 UTC (rev 25) +++ trunk/vradi-swing/pom.xml 2011-05-17 15:21:52 UTC (rev 26) @@ -1,13 +1,11 @@ <?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/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> <parent> <groupId>org.chorem</groupId> <artifactId>vradi</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> </parent> <groupId>org.chorem.vradi</groupId>