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

svn commit: r415311 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: carlos
Date: Mon Jun 19 05:42:51 2006
New Revision: 415311

URL: http://svn.apache.org/viewvc?rev=415311&view=rev
Log:
[maven-release-plugin] prepare release maven-project-info-reports-plugin-2.0.1

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=415311&r1=415310&r2=415311&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Mon Jun 19 05:42:51 2006
@@ -26,7 +26,7 @@
   <artifactId>maven-project-info-reports-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Project Info Reports Plugin</name>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.0.1</version>
   <inceptionYear>2005</inceptionYear>
   <contributors>
     <contributor>
@@ -151,4 +151,10 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-project-info-reports-plugin-2.0.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-project-info-reports-plugin-2.0.1</developerConnection>
+    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-project-info-reports-plugin-2.0.1</url>
+  </scm>
 </project>