You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/04/01 01:50:53 UTC

commons-build-plugin git commit: commons-parent requires java version declaration

Repository: commons-build-plugin
Updated Branches:
  refs/heads/master 888c9b4ef -> 2c701d023


commons-parent requires java version declaration


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/2c701d02
Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/2c701d02
Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/2c701d02

Branch: refs/heads/master
Commit: 2c701d02331f800e7fe4da5cc1e44670795a81a3
Parents: 888c9b4
Author: Rob Tompkins <ch...@gmail.com>
Authored: Sat Mar 31 21:50:42 2018 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Sat Mar 31 21:50:42 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/2c701d02/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 732d340..27e4053 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,8 +175,8 @@
     </plugins>
   </reporting>
   <properties>
-    <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>