commons-release-plugin git commit: Require Java 8.

2018-06-13 Thread ggregory
Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 8dbfc1155 -> 8de6999c8


Require Java 8.

Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/8de6999c
Tree: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/8de6999c
Diff: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/8de6999c

Branch: refs/heads/master
Commit: 8de6999c87e02a7514469265358ba3b022bed479
Parents: 8dbfc11
Author: Gary Gregory 
Authored: Wed Jun 13 15:34:59 2018 -0600
Committer: Gary Gregory 
Committed: Wed Jun 13 15:34:59 2018 -0600

--
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/8de6999c/.travis.yml
--
diff --git a/.travis.yml b/.travis.yml
index 8db0db2..f34346b 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,6 @@ language: java
 sudo: false
 
 jdk:
-  - openjdk7
   - oraclejdk8
 
 script:



commons-release-plugin git commit: Require Java 8.

2018-06-13 Thread ggregory
Repository: commons-release-plugin
Updated Branches:
  refs/heads/master fac2d0a71 -> 8dbfc1155


Require Java 8.

Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/8dbfc115
Tree: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/8dbfc115
Diff: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/8dbfc115

Branch: refs/heads/master
Commit: 8dbfc1155f78abdd191d17cba85173829cd0c550
Parents: fac2d0a
Author: Gary Gregory 
Authored: Wed Jun 13 15:34:27 2018 -0600
Committer: Gary Gregory 
Committed: Wed Jun 13 15:34:27 2018 -0600

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/8dbfc115/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 2cb4d73..6c5c7f2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -76,8 +76,8 @@
   
 
 false
-1.7
-1.7
+1.8
+1.8
 3.5.3
 commons-release-plugin
 COMMONSSITE