You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/08/01 02:02:08 UTC

svn commit: r681560 - /maven/plugins/trunk/maven-idea-plugin/pom.xml

Author: dennisl
Date: Thu Jul 31 17:02:07 2008
New Revision: 681560

URL: http://svn.apache.org/viewvc?rev=681560&view=rev
Log:
[maven-release-plugin] prepare release maven-idea-plugin-2.2

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

Modified: maven/plugins/trunk/maven-idea-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-idea-plugin/pom.xml?rev=681560&r1=681559&r2=681560&view=diff
==============================================================================
--- maven/plugins/trunk/maven-idea-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-idea-plugin/pom.xml Thu Jul 31 17:02:07 2008
@@ -8,7 +8,7 @@
   <artifactId>maven-idea-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven IDEA Plugin</name>
-  <version>2.2-SNAPSHOT</version>
+  <version>2.2</version>
 
   <prerequisites>
     <maven>2.0.1</maven>
@@ -20,9 +20,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-idea-plugin/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-idea-plugin/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-idea-plugin/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-idea-plugin-2.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-idea-plugin-2.2</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-idea-plugin-2.2</url>
   </scm>
 
   <build>