You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/07/23 17:01:00 UTC

svn commit: r1506094 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml

Author: sebb
Date: Tue Jul 23 15:01:00 2013
New Revision: 1506094

URL: http://svn.apache.org/r1506094
Log:
Add commons.compiler.version property so compiler plugin version can be overridden if necessary

Modified:
    commons/proper/commons-parent/trunk/pom.xml
    commons/proper/commons-parent/trunk/src/changes/changes.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1506094&r1=1506093&r2=1506094&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Jul 23 15:01:00 2013
@@ -228,7 +228,7 @@ http://svn.apache.org/repos/asf/commons/
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.1</version>
+          <version>${commons.compiler.version}</version>
           <configuration>
             <source>${maven.compiler.source}</source>
             <target>${maven.compiler.target}</target>
@@ -1234,6 +1234,7 @@ http://svn.apache.org/repos/asf/commons/
     <commons.jacoco.version>0.6.3.201306030806</commons.jacoco.version>
     <commons.cobertura.version>2.5.2</commons.cobertura.version>
     <commons.jdepend.version>2.0-beta-2</commons.jdepend.version>
+    <commons.compiler.version>3.1</commons.compiler.version>
 
 
     <!-- Default values for the download-page generation by commons-build-plugin -->

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1506094&r1=1506093&r2=1506094&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Tue Jul 23 15:01:00 2013
@@ -64,6 +64,7 @@ The <action> type attribute can be add,u
 The main changes in this release are:
 ">
             <!-- List each change individually so the changes html report is easier to read -->
+            <action type="update">Add commons.compiler.version property so compiler plugin version can be overridden if necessary</action>
         </release>
 
         <release version="32" date="2013-07-01" description="