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 02:05:45 UTC

commons-build-plugin git commit: Remove declared java versions, skip enforcer

Repository: commons-build-plugin
Updated Branches:
  refs/heads/master 2c701d023 -> 87bc0b488


Remove declared java versions, skip enforcer


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

Branch: refs/heads/master
Commit: 87bc0b48839f32bc1b25707672e9e8a01a0a2602
Parents: 2c701d0
Author: Rob Tompkins <ch...@gmail.com>
Authored: Sat Mar 31 22:04:58 2018 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Sat Mar 31 22:04:58 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/87bc0b48/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 27e4053..3e666eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,8 +175,9 @@
     </plugins>
   </reporting>
   <properties>
-    <maven.compiler.source>1.8</maven.compiler.source>
-    <maven.compiler.target>1.8</maven.compiler.target>
+    <enforcer.skip>true</enforcer.skip>
+    <maven.compiler.source />
+    <maven.compiler.target />
     <commons.manifestfile/>
     <commons.componentid>commons-build-plugin</commons.componentid>
     <commons.jira.id>COMMONSSITE</commons.jira.id>