You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2010/02/06 02:31:57 UTC

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

Author: jdcasey
Date: Sat Feb  6 01:31:56 2010
New Revision: 907155

URL: http://svn.apache.org/viewvc?rev=907155&view=rev
Log:
use updated javac compiler release, which rolls back the mistaken commit.

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?rev=907155&r1=907154&r2=907155&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Sat Feb  6 01:31:56 2010
@@ -36,10 +36,6 @@
   <description>The Compiler Plugin is used to compile the sources of your project.</description>
   <inceptionYear>2001</inceptionYear>
 
-  <properties>
-  	<plexus-compiler-version>1.7</plexus-compiler-version>
-  </properties>
-  
   <prerequisites>
     <maven>2.0.9</maven>
   </prerequisites>
@@ -82,7 +78,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-api</artifactId>
-      <version>${plexus-compiler-version}</version>
+      <version>1.7</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
@@ -98,7 +94,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-manager</artifactId>
-      <version>${plexus-compiler-version}</version>
+      <version>1.7</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
@@ -109,7 +105,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-javac</artifactId>
-      <version>${plexus-compiler-version}</version>
+      <version>1.7.1</version>
       <scope>runtime</scope>
       <exclusions>
         <exclusion>