You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/07/25 15:05:23 UTC

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

Author: vsiveton
Date: Fri Jul 25 06:05:23 2008
New Revision: 679785

URL: http://svn.apache.org/viewvc?rev=679785&view=rev
Log:
[maven-release-plugin] prepare release maven-project-info-reports-plugin-2.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=679785&r1=679784&r2=679785&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Fri Jul 25 06:05:23 2008
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>maven-project-info-reports-plugin</artifactId>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <packaging>maven-plugin</packaging>
   <name>Maven Project Info Reports Plugin</name>
   <description>
@@ -60,9 +60,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-project-info-reports-plugin-2.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-project-info-reports-plugin-2.1</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-project-info-reports-plugin-2.1</url>
   </scm>
 
   <build>