You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/05/14 05:58:14 UTC

svn commit: r406237 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Author: brett
Date: Sat May 13 20:58:13 2006
New Revision: 406237

URL: http://svn.apache.org/viewcvs?rev=406237&view=rev
Log:
[maven-release-plugin] prepare release maven-checkstyle-plugin-2.1

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=406237&r1=406236&r2=406237&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sat May 13 20:58:13 2006
@@ -11,7 +11,7 @@
   <artifactId>maven-checkstyle-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Checkstyle Plugin</name>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <issueManagement>
     <system>JIRA</system>
     <url>http://jira.codehaus.org/browse/MCHECKSTYLE</url>
@@ -67,4 +67,10 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-checkstyle-plugin-2.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-checkstyle-plugin-2.1</developerConnection>
+    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-checkstyle-plugin-2.1</url>
+  </scm>
 </project>