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/03/07 04:47:14 UTC

svn commit: r1826070 - in /commons/proper/email/trunk: pom.xml src/changes/changes.xml

Author: ggregory
Date: Wed Mar  7 04:47:14 2018
New Revision: 1826070

URL: http://svn.apache.org/viewvc?rev=1826070&view=rev
Log:
[EMAIL-177] Update from Java 6 to 7.

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

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1826070&r1=1826069&r2=1826070&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Mar  7 04:47:14 2018
@@ -292,8 +292,8 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <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.componentid>email</commons.componentid>
         <commons.module.name>org.apache.commons.mail</commons.module.name>
         <commons.jira.id>EMAIL</commons.jira.id>

Modified: commons/proper/email/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/changes/changes.xml?rev=1826070&r1=1826069&r2=1826070&view=diff
==============================================================================
--- commons/proper/email/trunk/src/changes/changes.xml (original)
+++ commons/proper/email/trunk/src/changes/changes.xml Wed Mar  7 04:47:14 2018
@@ -22,10 +22,13 @@
   </properties>
 
   <body>
-    <release version="1.5.2" date="Not yet released">
+    <release version="1.6.0" date="Not yet released, update from Java 6 to 7.">
       <action issue="EMAIL-174" type="fix" due-to="Vegard Stuen">
         Upgrade javax.mail dependency to 1.6.1, so that i18n is supported for email addresses.
       </action>
+      <action issue="EMAIL-177" type="update" due-to="Gary Gregory">
+        Update from Java 6 to 7.
+      </action>
     </release>
     <release version="1.5.1" date="2017-MM-DD">
       <action issue="EMAIL-176" type="add" dev="pschumacher">Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility</action>