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 <garydgreg...@gmail.com>
Authored: Wed Jun 13 15:34:27 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
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 @@
   <properties>
     <!-- clirr.failOnError=False-->
     <failOnError>false</failOnError>
-    <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
     <maven.dependency.version>3.5.3</maven.dependency.version>
     <commons.componentid>commons-release-plugin</commons.componentid>
     <commons.jira.id>COMMONSSITE</commons.jira.id>

Reply via email to