You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2018/02/16 21:27:00 UTC

[kafka] branch 1.0 updated: KAFKA-6536: Adding versions for japicmp-maven-plugin and maven-shade-plugin in quickstart (#4569)

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

mjsax pushed a commit to branch 1.0
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/1.0 by this push:
     new 26c8072  KAFKA-6536: Adding versions for japicmp-maven-plugin and maven-shade-plugin in quickstart (#4569)
26c8072 is described below

commit 26c8072bd85acb178e95ca295b1ed0d844310b10
Author: Yaswanth Kumar <ya...@gmail.com>
AuthorDate: Sat Feb 17 02:54:18 2018 +0530

    KAFKA-6536: Adding versions for japicmp-maven-plugin and maven-shade-plugin in quickstart (#4569)
    
    Author: Yaswanth Kumar <ya...@gmail.com>
    
    Reviewers: Guozhang Wang <gu...@confluent.io>, Matthias J. Sax <ma...@confluent.io>
---
 streams/quickstart/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/streams/quickstart/pom.xml b/streams/quickstart/pom.xml
index f67d9b3..40ada23 100644
--- a/streams/quickstart/pom.xml
+++ b/streams/quickstart/pom.xml
@@ -64,6 +64,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
+                <version>3.1.0</version>
                 <executions>
                     <execution>
                         <phase/>
@@ -74,6 +75,7 @@
             <plugin>
                 <groupId>com.github.siom79.japicmp</groupId>
                 <artifactId>japicmp-maven-plugin</artifactId>
+                <version>0.11.0</version>
                 <configuration>
                     <skip>true</skip>
                 </configuration>

-- 
To stop receiving notification emails like this one, please contact
mjsax@apache.org.