You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/09/27 20:03:52 UTC

svn commit: r1842150 - in /commons/proper/configuration/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Thu Sep 27 20:03:51 2018
New Revision: 1842150

URL: http://svn.apache.org/viewvc?rev=1842150&view=rev
Log:
[CONFIGURATION-694] Update Java requirement from version 7 to 8.

Modified:
    commons/proper/configuration/trunk/pom.xml
    commons/proper/configuration/trunk/src/changes/changes.xml

Modified: commons/proper/configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1842150&r1=1842149&r2=1842150&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Thu Sep 27 20:03:51 2018
@@ -544,8 +544,8 @@
     <commons.rc.version>RC2</commons.rc.version>
     <commons.jira.id>CONFIGURATION</commons.jira.id>
     <commons.jira.pid>12310467</commons.jira.pid>
-    <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
 
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-configuration</commons.scmPubUrl>
 

Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1842150&r1=1842149&r2=1842150&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Thu Sep 27 20:03:51 2018
@@ -47,6 +47,9 @@
       <action dev="ggregory" type="update" issue="CONFIGURATION-720">
         Replace use of deprecated Commons Lang string substitution code for Commons Text.
       </action>
+      <action dev="ggregory" type="update" issue="CONFIGURATION-694">
+        Update Java requirement from version 7 to 8.
+      </action>
     </release>
 
     <release version="2.3" date="2018-08-04"