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/03 23:11:00 UTC

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

Author: dennisl
Date: Sun Aug  3 14:11:00 2008
New Revision: 682218

URL: http://svn.apache.org/viewvc?rev=682218&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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=682218&r1=682217&r2=682218&view=diff
==============================================================================
--- maven/plugins/trunk/maven-idea-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-idea-plugin/pom.xml Sun Aug  3 14:11:00 2008
@@ -28,7 +28,7 @@
   <artifactId>maven-idea-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven IDEA Plugin</name>
-  <version>2.2</version>
+  <version>2.3-SNAPSHOT</version>
 
   <prerequisites>
     <maven>2.0.1</maven>
@@ -40,9 +40,9 @@
   </issueManagement>
 
   <scm>
-    <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>
+    <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>
   </scm>
 
   <build>