You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ol...@apache.org on 2018/09/24 19:47:17 UTC

[ambari] 02/12: refresh compiler versions

This is an automated email from the ASF dual-hosted git repository.

oleewere pushed a commit to branch branch-feature-logsearch-ga
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit 83060107eb25e67096635ce28db2cb8654572c6c
Author: Oliver Szabo <ol...@gmail.com>
AuthorDate: Sun Sep 16 02:21:51 2018 +0200

    refresh compiler versions
---
 ambari-logsearch/ambari-logsearch-server/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-logsearch/ambari-logsearch-server/pom.xml b/ambari-logsearch/ambari-logsearch-server/pom.xml
index f7f2ba2..86ba721 100755
--- a/ambari-logsearch/ambari-logsearch-server/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-server/pom.xml
@@ -58,7 +58,7 @@
           <plugins>
             <plugin>
               <artifactId>maven-compiler-plugin</artifactId>
-              <version>3.0</version>
+              <version>3.8.0</version>
             </plugin>
             <plugin>
               <artifactId>maven-dependency-plugin</artifactId>
@@ -70,7 +70,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-compiler-plugin</artifactId>
-            <version>3.0</version>
+            <version>3.8.0</version>
             <configuration>
               <source>${jdk.version}</source>
               <target>${jdk.version}</target>