You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/07/24 10:30:17 UTC

[commons-fileupload] branch master updated: Remove JDK 1.7 as the project source code is 1.8.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9958ea2  Remove JDK 1.7 as the project source code is 1.8.
9958ea2 is described below

commit 9958ea2426ec5682a7c929a13372c04426ee3818
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Jul 24 11:30:10 2019 +0100

    Remove JDK 1.7 as the project source code is 1.8.
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3aa1450..09131fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,6 @@ sudo: false
 jdk:
   - oraclejdk8
   - oraclejdk11
-  - openjdk7
   - openjdk8
   - openjdk11
   - openjdk12