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 13:08:36 UTC

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

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

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


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 6101d44  AMBARI-21158. Eliminate Maven warning in Log Feeder Container Registry (#2076)
6101d44 is described below

commit 6101d44baeb2ab2c73795a600606f45251cdcc6d
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Wed Aug 15 15:08:34 2018 +0200

    AMBARI-21158. Eliminate Maven warning in Log Feeder Container Registry (#2076)
---
 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>