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

svn commit: r1498776 - /commons/proper/compress/trunk/pom.xml

Author: bodewig
Date: Tue Jul  2 04:17:30 2013
New Revision: 1498776

URL: http://svn.apache.org/r1498776
Log:
upgrade to CP32

Modified:
    commons/proper/compress/trunk/pom.xml

Modified: commons/proper/compress/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1498776&r1=1498775&r2=1498776&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Tue Jul  2 04:17:30 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>30</version>
+    <version>32</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
@@ -35,8 +35,8 @@ These include: bzip2, gzip, pack200, xz 
   </description>
 
   <properties>
-    <maven.compile.source>1.5</maven.compile.source>
-    <maven.compile.target>1.5</maven.compile.target>
+    <maven.compiler.source>1.5</maven.compiler.source>
+    <maven.compiler.target>1.5</maven.compiler.target>
     <commons.componentid>compress</commons.componentid>
     <commons.jira.id>COMPRESS</commons.jira.id>
     <commons.jira.pid>12310904</commons.jira.pid>
@@ -199,7 +199,7 @@ These include: bzip2, gzip, pack200, xz 
         <version>2.5</version>
         <configuration>
           <minimumTokens>200</minimumTokens>
-          <targetJdk>${maven.compile.source}</targetJdk>
+          <targetJdk>${maven.compiler.source}</targetJdk>
           <rulesets>
             <ruleset>${basedir}/pmd-ruleset.xml</ruleset>
           </rulesets>
@@ -211,7 +211,7 @@ These include: bzip2, gzip, pack200, xz 
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration> 
           <quiet>true</quiet>
-          <source>${maven.compile.source}</source>
+          <source>${maven.compiler.source}</source>
           <encoding>${commons.encoding}</encoding>
           <docEncoding>${commons.docEncoding}</docEncoding>
           <linksource>true</linksource>