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>


Reply via email to