You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/11/03 21:04:13 UTC

svn commit: r1712391 - /commons/sandbox/beanutils2/trunk/pom.xml

Author: britter
Date: Tue Nov  3 20:04:13 2015
New Revision: 1712391

URL: http://svn.apache.org/viewvc?rev=1712391&view=rev
Log:
Update to a more recent JDK version

Modified:
    commons/sandbox/beanutils2/trunk/pom.xml

Modified: commons/sandbox/beanutils2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/beanutils2/trunk/pom.xml?rev=1712391&r1=1712390&r2=1712391&view=diff
==============================================================================
--- commons/sandbox/beanutils2/trunk/pom.xml (original)
+++ commons/sandbox/beanutils2/trunk/pom.xml Tue Nov  3 20:04:13 2015
@@ -78,8 +78,8 @@
   </distributionManagement>
 
   <properties>
-    <maven.compiler.source>1.5</maven.compiler.source>
-    <maven.compiler.target>1.5</maven.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
     <commons.componentid>beanutils2</commons.componentid>
     <commons.release.version>0.1-SNAPSHOT</commons.release.version>
     <commons.jira.id>SANDBOX</commons.jira.id>
@@ -201,7 +201,7 @@
         <artifactId>maven-pmd-plugin</artifactId>
         <version>2.3</version>
         <configuration>
-          <targetJdk>1.5</targetJdk>
+          <targetJdk>1.7</targetJdk>
         </configuration>
         <!--Use default rules-->
       </plugin>