This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 802deac  Update to Java 7+
802deac is described below

commit 802deac6a0e6e525011d9eeda5e18ce63c50276a
Author: Sebb <[email protected]>
AuthorDate: Mon Jun 22 22:36:22 2020 +0100

    Update to Java 7+
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 403183e..66faaec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,8 +42,8 @@ Supported protocols include: Echo, Finger, FTP, NNTP, NTP, 
POP3(S), SMTP(S), Tel
 
     <properties>
         <!-- Environment -->
-        <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.javadoc.java.link>http://download.oracle.com/javase/1.6.0/docs/api/</commons.javadoc.java.link>
         <commons.componentid>net</commons.componentid>
         <commons.module.name>org.apache.commons.net</commons.module.name>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c04001e..8d6e8d6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
         <release version="3.7" date="TBA" descriptioon="
 This is mainly a bug-fix release. See further details below.
 
+ This release requires a minimum of Java 7.
 
  This release is binary compatible with previous releases.
  However it is not source compatible with releases before 3.4, as some methods 
were added to the interface NtpV3Packet in 3.4

Reply via email to