Author: ggregory
Date: Mon Apr 10 21:49:43 2017
New Revision: 1790898
URL: http://svn.apache.org/viewvc?rev=1790898&view=rev
Log:
[CONFIGURATION-661] Update platform requirement from Java 6 to 7.
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=1790898&r1=1790897&r2=1790898&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Mon Apr 10 21:49:43 2017
@@ -481,8 +481,8 @@
<commons.rc.version>RC1</commons.rc.version>
<commons.jira.id>CONFIGURATION</commons.jira.id>
<commons.jira.pid>12310467</commons.jira.pid>
- <maven.compiler.source>1.6</maven.compiler.source>
- <maven.compiler.target>1.6</maven.compiler.target>
+ <maven.compiler.source>1.7</maven.compiler.source>
+ <maven.compiler.target>1.7</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=1790898&r1=1790897&r2=1790898&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Mon Apr 10
21:49:43 2017
@@ -41,6 +41,9 @@
<action dev="ggregory" type="add" issue="CONFIGURATION-658">
Add API
org.apache.commons.configuration2.DataConfiguration.getURI(String) methods.
</action>
+ <action dev="ggregory" type="update" issue="CONFIGURATION-661">
+ Update platform requirement from Java 6 to 7.
+ </action>
</release>
<release version="2.1.1" date="2017-02-05"