Author: jdcasey
Date: Fri Feb  5 23:51:22 2010
New Revision: 907132

URL: http://svn.apache.org/viewvc?rev=907132&view=rev
Log:
[MCOMPILER-71][MCOMPILER-116][MCOMPILER-115] updating to plexus-compiler-* 
version 1.7


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=907132&r1=907131&r2=907132&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Fri Feb  5 23:51:22 2010
@@ -36,6 +36,10 @@
   <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>
@@ -78,7 +82,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-api</artifactId>
-      <version>1.6</version>
+      <version>${plexus-compiler-version}</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
@@ -94,7 +98,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-manager</artifactId>
-      <version>1.6</version>
+      <version>${plexus-compiler-version}</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
@@ -105,7 +109,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-javac</artifactId>
-      <version>1.6</version>
+      <version>${plexus-compiler-version}</version>
       <scope>runtime</scope>
       <exclusions>
         <exclusion>


Reply via email to