Author: maven-release Date: 2012-10-04 15:06:41 +0200 (Thu, 04 Oct 2012) New Revision: 347 Url: http://nuiton.org/repositories/revision/jredmine/347 Log: [maven-release-plugin] prepare release jredmine-1.4 Modified: branches/jredmine-1.x/jredmine-client/pom.xml branches/jredmine-1.x/jredmine-maven-plugin/pom.xml branches/jredmine-1.x/pom.xml Modified: branches/jredmine-1.x/jredmine-client/pom.xml =================================================================== --- branches/jredmine-1.x/jredmine-client/pom.xml 2012-10-04 13:05:18 UTC (rev 346) +++ branches/jredmine-1.x/jredmine-client/pom.xml 2012-10-04 13:06:41 UTC (rev 347) @@ -32,7 +32,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jredmine</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> </parent> <groupId>org.nuiton.jredmine</groupId> Modified: branches/jredmine-1.x/jredmine-maven-plugin/pom.xml =================================================================== --- branches/jredmine-1.x/jredmine-maven-plugin/pom.xml 2012-10-04 13:05:18 UTC (rev 346) +++ branches/jredmine-1.x/jredmine-maven-plugin/pom.xml 2012-10-04 13:06:41 UTC (rev 347) @@ -21,9 +21,7 @@ #L% --> -<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> @@ -33,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jredmine</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> </parent> <groupId>org.nuiton.jredmine</groupId> Modified: branches/jredmine-1.x/pom.xml =================================================================== --- branches/jredmine-1.x/pom.xml 2012-10-04 13:05:18 UTC (rev 346) +++ branches/jredmine-1.x/pom.xml 2012-10-04 13:06:41 UTC (rev 347) @@ -35,7 +35,7 @@ </parent> <artifactId>jredmine</artifactId> - <version>1.4-SNAPSHOT</version> + <version>1.4</version> <modules> <module>jredmine-client</module> @@ -45,13 +45,13 @@ <!-- Source control management. --> <scm> <connection> - scm:svn:http://svn.nuiton.org/svn/jredmine/branches/jredmine-1.x + scm:svn:http://svn.nuiton.org/svn/jredmine/tags/jredmine-1.4 </connection> <developerConnection> - scm:svn:http://svn.nuiton.org/svn/jredmine/branches/jredmine-1.x + scm:svn:http://svn.nuiton.org/svn/jredmine/tags/jredmine-1.4 </developerConnection> <url> - http://www.nuiton.org/repositories/browse/jredmine/branches/jredmine-1.x + http://www.nuiton.org/repositories/browse/jredmine/tags/jredmine-1.4 </url> </scm>