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

[ambari] branch trunk updated: AMBARI-21158. Eliminate Maven warning in Log Feeder Container Registry (#2075)

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

adoroszlai pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 47aa256  AMBARI-21158. Eliminate Maven warning in Log Feeder Container Registry (#2075)
47aa256 is described below

commit 47aa2562fee6d16e8cd4e38fd701d577b2e77bc2
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Wed Aug 15 11:37:44 2018 +0200

    AMBARI-21158. Eliminate Maven warning in Log Feeder Container Registry (#2075)
---
 ambari-logsearch/ambari-logsearch-logfeeder-container-registry/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ambari-logsearch/ambari-logsearch-logfeeder-container-registry/pom.xml b/ambari-logsearch/ambari-logsearch-logfeeder-container-registry/pom.xml
index 001d6fa..bdcff62 100644
--- a/ambari-logsearch/ambari-logsearch-logfeeder-container-registry/pom.xml
+++ b/ambari-logsearch/ambari-logsearch-logfeeder-container-registry/pom.xml
@@ -73,6 +73,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
+        <version>3.1.0</version>
         <configuration>
           <excludes>
             <exclude>**/log4j.properties</exclude>