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/06/13 21:35:36 UTC

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

Repository: commons-build-plugin
Updated Branches:
  refs/heads/master 9d7553c5f -> 610136c63


Require Java 8.

Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/610136c6
Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/610136c6
Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/610136c6

Branch: refs/heads/master
Commit: 610136c63a216a266a7af23e499dc92e9ab0830b
Parents: 9d7553c
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Jun 13 15:35:30 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Jun 13 15:35:30 2018 -0600

----------------------------------------------------------------------
 .travis.yml | 1 -
 pom.xml     | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/610136c6/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index f60f4bc..419667d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,5 +17,4 @@ language: java
 sudo: false
 
 jdk:
-  - openjdk7
   - oraclejdk8

http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/610136c6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4833d5d..ca77fed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,8 +195,8 @@
   </reporting>
   <properties>
     <enforcer.skip>true</enforcer.skip>
-    <maven.compiler.source />
-    <maven.compiler.target />
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
     <commons.manifestfile/>
     <commons.componentid>commons-build-plugin</commons.componentid>
     <commons.jira.id>COMMONSSITE</commons.jira.id>