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 2005/10/15 19:06:36 UTC

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

Author: brett
Date: Sat Oct 15 10:06:32 2005
New Revision: 321377

URL: http://svn.apache.org/viewcvs?rev=321377&view=rev
Log:
[maven-release-plugin] prepare release maven-compiler-plugin-2.0

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

Modified: maven/components/trunk/maven-plugins/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-compiler-plugin/pom.xml?rev=321377&r1=321376&r2=321377&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-compiler-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-compiler-plugin/pom.xml Sat Oct 15 10:06:32 2005
@@ -8,19 +8,13 @@
   <artifactId>maven-compiler-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Compiler Plugin</name>
-  <version>2.0-beta-2-SNAPSHOT</version>
+  <version>2.0</version>
   <inceptionYear>2001</inceptionYear>
   <dependencies>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-compiler-javac</artifactId>
+      <artifactId>plexus-compiler-api</artifactId>
       <version>1.5.1</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -29,8 +23,14 @@
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-compiler-api</artifactId>
+      <artifactId>plexus-compiler-javac</artifactId>
       <version>1.5.1</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>2.0</version>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file