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

smarru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new 68711b9  updating maven assembly plugin version
68711b9 is described below

commit 68711b9cb68d156adc16ab929eb14055c570089f
Author: Suresh Marru <[email protected]>
AuthorDate: Wed Mar 20 22:41:41 2019 -0400

    updating maven assembly plugin version
---
 modules/distribution/pom.xml                                   | 2 +-
 modules/sharing-registry/sharing-registry-distribution/pom.xml | 2 +-
 pom.xml                                                        | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index de9cc8d..785260a 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -522,7 +522,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.5.5</version>
+                <version>${maven.assembly.plugin}</version>
                 <executions>
                     <execution>
                         <id>distribution-package</id>
diff --git a/modules/sharing-registry/sharing-registry-distribution/pom.xml 
b/modules/sharing-registry/sharing-registry-distribution/pom.xml
index d43e229..ebd5918 100644
--- a/modules/sharing-registry/sharing-registry-distribution/pom.xml
+++ b/modules/sharing-registry/sharing-registry-distribution/pom.xml
@@ -89,7 +89,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>2.3</version>
+                <version>${maven.assembly.plugin}</version>
                 <executions>
                     <execution>
                         <id>distribution-package</id>
diff --git a/pom.xml b/pom.xml
index 7d7f71d..402a0f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,6 +112,7 @@
         <snakeyaml.version>1.15</snakeyaml.version>
         <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
         <maven.replacer.plugin.version>1.5.3</maven.replacer.plugin.version>
+        <maven.assembly.plugin>3.1.1</maven.assembly.plugin>
         <kafka-clients.version>0.8.2.2</kafka-clients.version>
         <logback.version>1.1.6</logback.version>
         <json.version>20160212</json.version>

Reply via email to