This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new dcb22dd Issue-1143 Error on Java 9 using BookKeeperAdmin API and
bookkeeper-server-shaded
dcb22dd is described below
commit dcb22dddf5a7d97d7c320605facb142cc836c5fd
Author: Enrico Olivelli <[email protected]>
AuthorDate: Tue Feb 13 10:51:54 2018 +0100
Issue-1143 Error on Java 9 using BookKeeperAdmin API and
bookkeeper-server-shaded
Update Maven Shade Plugin to 3.1.0
Relates to issue #1143
Author: Enrico Olivelli <[email protected]>
Reviewers: Ivan Kelly <[email protected]>, Sijie Guo <[email protected]>
This closes #1144 from eolivelli/fix/update-shade-plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0742417..bfe43bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
<maven-deploy-plugin.version>2.7</maven-deploy-plugin.version>
<maven-jar-plugin.version>2.2</maven-jar-plugin.version>
<maven-javadoc-plugin.version>2.10.4</maven-javadoc-plugin.version>
- <maven-shade-plugin.version>2.4.3</maven-shade-plugin.version>
+ <maven-shade-plugin.version>3.1.0</maven-shade-plugin.version>
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
<maven-assembly-plugin.version>2.2.1</maven-assembly-plugin.version>
--
To stop receiving notification emails like this one, please contact
[email protected].