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:10:23 UTC

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

Author: dennisl
Date: Thu Jul 31 17:10:23 2008
New Revision: 681562

URL: http://svn.apache.org/viewvc?rev=681562&view=rev
Log:
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=681562&r1=681561&r2=681562&view=diff
==============================================================================
--- maven/plugins/trunk/maven-idea-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-idea-plugin/pom.xml Thu Jul 31 17:10:23 2008
@@ -8,7 +8,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>
@@ -20,9 +20,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>