You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/02/13 06:27:44 UTC

svn commit: r506867 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

Author: carlos
Date: Mon Feb 12 21:27:44 2007
New Revision: 506867

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

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

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?view=diff&rev=506867&r1=506866&r2=506867
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Mon Feb 12 21:27:44 2007
@@ -8,7 +8,7 @@
   <artifactId>maven-compiler-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Compiler Plugin</name>
-  <version>2.0.2</version>
+  <version>2.1-SNAPSHOT</version>
   <inceptionYear>2001</inceptionYear>
   <prerequisites>
     <maven>2.0</maven>
@@ -56,10 +56,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-2.0.2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-2.0.2</developerConnection>
-    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-2.0.2</url>
-  </scm>
 </project>