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/01/14 21:29:06 UTC

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

Author: carlos
Date: Sun Jan 14 12:29:05 2007
New Revision: 496132

URL: http://svn.apache.org/viewvc?view=rev&rev=496132
Log:
Upgrade plexus-compiler

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=496132&r1=496131&r2=496132
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Sun Jan 14 12:29:05 2007
@@ -32,17 +32,17 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-api</artifactId>
-      <version>1.6-SNAPSHOT</version>
+      <version>1.5.3</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-manager</artifactId>
-      <version>1.5.2</version>
+      <version>1.5.3</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-javac</artifactId>
-      <version>1.6-SNAPSHOT</version>
+      <version>1.5.3</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -65,11 +65,5 @@
       </plugin>
     </plugins>
   </reporting>
-  <repositories>
-    <repository>
-      <id>codehaus.org</id>
-      <url>http://snapshots.repository.codehaus.org/</url>
-    </repository>
-  </repositories>
 </project>