You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2017/07/05 11:06:04 UTC

[10/15] ambari git commit: Revert "AMBARI-21380. Force to use JDK 8 for Ambari Server maven build (oleewere)"

Revert "AMBARI-21380. Force to use JDK 8 for Ambari Server maven build (oleewere)"

This reverts commit a740b50fd2866a317840f09859cc703ebdd4a26b.


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/15342be3
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/15342be3
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/15342be3

Branch: refs/heads/branch-feature-logsearch-ui
Commit: 15342be3c1a30739f62402aeb6ad6c4a06ceb4f0
Parents: ec0d01f
Author: oleewere <ol...@gmail.com>
Authored: Mon Jul 3 16:24:51 2017 +0200
Committer: oleewere <ol...@gmail.com>
Committed: Mon Jul 3 16:24:51 2017 +0200

----------------------------------------------------------------------
 ambari-server/pom.xml | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/15342be3/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index f3eb66f..4b75d9b 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -51,7 +51,6 @@
     <empty.dir>src/main/package</empty.dir> <!-- any directory in project with not very big amount of files (not to waste-load them) -->
     <el.log>ALL</el.log> <!-- log level for EclipseLink eclipselink-staticweave-maven-plugin -->
     <xlint>none</xlint> <!-- passed to Java compiler -Xlint: flag -->
-    <jdk.version>1.8</jdk.version>
   </properties>
   <build>
     <plugins>
@@ -112,8 +111,6 @@
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.2</version>
         <configuration>
-          <source>${jdk.version}</source>
-          <target>${jdk.version}</target>
           <useIncrementalCompilation>false</useIncrementalCompilation>
           <compilerArgs>
             <arg>-Xlint:${xlint}</arg>