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:56:24 UTC

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

Author: brett
Date: Sat May 13 20:56:24 2006
New Revision: 406236

URL: http://svn.apache.org/viewcvs?rev=406236&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/viewcvs/maven/plugins/trunk/maven-idea-plugin/pom.xml?rev=406236&r1=406235&r2=406236&view=diff
==============================================================================
--- maven/plugins/trunk/maven-idea-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-idea-plugin/pom.xml Sat May 13 20:56:24 2006
@@ -8,7 +8,7 @@
   <artifactId>maven-idea-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven IDEA Plugin</name>
-  <version>2.0</version>
+  <version>2.1-SNAPSHOT</version>
   <prerequisites>
     <maven>2.0.1</maven>
   </prerequisites>
@@ -66,10 +66,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-idea-plugin-2.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-idea-plugin-2.0</developerConnection>
-    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-idea-plugin-2.0</url>
-  </scm>
 </project>