Author: vmassol Date: Sun Apr 15 07:27:58 2007 New Revision: 528984 URL: http://svn.apache.org/viewvc?view=rev&rev=528984 Log: [maven-release-plugin] prepare release maven-clover-plugin-2.4
Modified: maven/plugins/trunk/maven-clover-plugin/pom.xml Modified: maven/plugins/trunk/maven-clover-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clover-plugin/pom.xml?view=diff&rev=528984&r1=528983&r2=528984 ============================================================================== --- maven/plugins/trunk/maven-clover-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-clover-plugin/pom.xml Sun Apr 15 07:27:58 2007 @@ -1,5 +1,4 @@ -<?xml version='1.0' encoding='UTF-8'?> -<project 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' xmlns='http://maven.apache.org/POM/4.0.0'> +<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"> <parent> <artifactId>maven-plugins</artifactId> <groupId>org.apache.maven.plugins</groupId> @@ -12,7 +11,7 @@ <artifactId>maven-clover-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Maven Clover Plugin</name> - <version>2.4-SNAPSHOT</version> + <version>2.4</version> <description>Maven plugin for Clover</description> <issueManagement> <system>jira</system> @@ -202,5 +201,10 @@ </build> </profile> </profiles> -</project> + <scm> + <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-clover-plugin-2.4</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-clover-plugin-2.4</developerConnection> + <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-clover-plugin-2.4</url> + </scm> +</project> \ No newline at end of file