You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2016/12/17 01:40:28 UTC

bookkeeper git commit: BOOKKEEPER-987: BookKeeper build is broken due to the shade plugin

Repository: bookkeeper
Updated Branches:
  refs/heads/master 6d2737ca2 -> d2e82d494


BOOKKEEPER-987: BookKeeper build is broken due to the shade plugin

This is simply an upgrade of the maven-shade-plugin to version 2.4.3

Author: eolivelli <eo...@gmail.com>

Reviewers: Rithin Shetty <ri...@gmail.com>, Sijie Guo <si...@apache.org>

Closes #94 from eolivelli/BOOKKEEPER-987


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

Branch: refs/heads/master
Commit: d2e82d4942be079cbfdb179e9a3fe3e574beff8d
Parents: 6d2737c
Author: eolivelli <eo...@gmail.com>
Authored: Fri Dec 16 17:40:25 2016 -0800
Committer: Sijie Guo <si...@apache.org>
Committed: Fri Dec 16 17:40:25 2016 -0800

----------------------------------------------------------------------
 bookkeeper-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/d2e82d49/bookkeeper-server/pom.xml
----------------------------------------------------------------------
diff --git a/bookkeeper-server/pom.xml b/bookkeeper-server/pom.xml
index bd143f1..b3d6970 100644
--- a/bookkeeper-server/pom.xml
+++ b/bookkeeper-server/pom.xml
@@ -184,7 +184,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.4.3</version>
         <configuration>
           <!-- put your configurations here -->
         </configuration>