Repository: incubator-ratis
Updated Branches:
  refs/heads/master 9591cbca0 -> 091d2fcb9


RATIS-128. Fix missing maven plugin version for protobuf and shade plugins. 
Contributed by Tsz Wo Nicholas Sze.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/091d2fcb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/091d2fcb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/091d2fcb

Branch: refs/heads/master
Commit: 091d2fcb9db72f9f8531e2b2bc73927cd043c79f
Parents: 9591cbc
Author: Jing Zhao <[email protected]>
Authored: Fri Nov 3 14:54:22 2017 -0700
Committer: Jing Zhao <[email protected]>
Committed: Fri Nov 3 14:54:22 2017 -0700

----------------------------------------------------------------------
 pom.xml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/091d2fcb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 587ca82..d98ef50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,12 +143,13 @@
     <maven-javadoc-plugin.version>2.10.3</maven-javadoc-plugin.version>
     <maven-pdf-plugin.version>1.2</maven-pdf-plugin.version>
     <maven-resources-plugin.version>2.6</maven-resources-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-site-plugin.version>3.5</maven-site-plugin.version>
     <maven-source-plugin.version>2.3</maven-source-plugin.version>
     <maven-stylus-skin.version>1.5</maven-stylus-skin.version>
     <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
-    <maven-xolstice-plugin.version>0.5.0</maven-xolstice-plugin.version>
+
+    <protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version>
 
     <!--
       ! Can be removed if changing to ASF parent version 19
@@ -345,6 +346,15 @@
           <version>${maven-clean-plugin.version}</version>
         </plugin>
         <plugin>
+          <artifactId>maven-shade-plugin</artifactId>
+          <version>${maven-shade-plugin.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.xolstice.maven.plugins</groupId>
+          <artifactId>protobuf-maven-plugin</artifactId>
+          <version>${protobuf-maven-plugin.version}</version>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
           <version>${build-helper-maven-plugin.version}</version>

Reply via email to