This is an automated email from the ASF dual-hosted git repository.
magicaltrout pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oodt.git
The following commit(s) were added to refs/heads/master by this push:
new da9063d update assembly plugin
da9063d is described below
commit da9063dc2bc57920c8c5ad903290b718c6354d4f
Author: magicaltrout <[email protected]>
AuthorDate: Thu Sep 26 22:54:19 2019 +0200
update assembly plugin
---
cli/pom.xml | 2 +-
config/pom.xml | 2 +-
crawler/pom.xml | 2 +-
filemgr/pom.xml | 2 +-
.../radix/src/main/resources/archetype-resources/crawler/pom.xml | 2 +-
.../radix/src/main/resources/archetype-resources/distribution/pom.xml | 2 +-
.../radix/src/main/resources/archetype-resources/extensions/pom.xml | 2 +-
.../radix/src/main/resources/archetype-resources/filemgr/pom.xml | 2 +-
mvn/archetypes/radix/src/main/resources/archetype-resources/pcs/pom.xml | 2 +-
mvn/archetypes/radix/src/main/resources/archetype-resources/pge/pom.xml | 2 +-
.../radix/src/main/resources/archetype-resources/resmgr/pom.xml | 2 +-
.../radix/src/main/resources/archetype-resources/solr/pom.xml | 2 +-
.../radix/src/main/resources/archetype-resources/workflow/pom.xml | 2 +-
pcs/core/pom.xml | 2 +-
pge/pom.xml | 2 +-
resource/pom.xml | 2 +-
workflow/pom.xml | 2 +-
17 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/cli/pom.xml b/cli/pom.xml
index 053c324..8ea1263 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -81,7 +81,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git a/config/pom.xml b/config/pom.xml
index c89d64e..205b087 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -63,7 +63,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git a/crawler/pom.xml b/crawler/pom.xml
index 192ec78..f805e7e 100644
--- a/crawler/pom.xml
+++ b/crawler/pom.xml
@@ -182,7 +182,7 @@ the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git a/filemgr/pom.xml b/filemgr/pom.xml
index 75e33a3..a68d67e 100644
--- a/filemgr/pom.xml
+++ b/filemgr/pom.xml
@@ -325,7 +325,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git
a/mvn/archetypes/radix/src/main/resources/archetype-resources/crawler/pom.xml
b/mvn/archetypes/radix/src/main/resources/archetype-resources/crawler/pom.xml
index 8a033d6..99d2c4b 100644
---
a/mvn/archetypes/radix/src/main/resources/archetype-resources/crawler/pom.xml
+++
b/mvn/archetypes/radix/src/main/resources/archetype-resources/crawler/pom.xml
@@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git
a/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/pom.xml
b/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/pom.xml
index 7a1ec25..2936f29 100644
---
a/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/pom.xml
+++
b/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/pom.xml
@@ -159,7 +159,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git
a/mvn/archetypes/radix/src/main/resources/archetype-resources/extensions/pom.xml
b/mvn/archetypes/radix/src/main/resources/archetype-resources/extensions/pom.xml
index 97526c7..be75752 100644
---
a/mvn/archetypes/radix/src/main/resources/archetype-resources/extensions/pom.xml
+++
b/mvn/archetypes/radix/src/main/resources/archetype-resources/extensions/pom.xml
@@ -36,7 +36,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git
a/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/pom.xml
b/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/pom.xml
index d0216db..d91098a 100644
---
a/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/pom.xml
+++
b/mvn/archetypes/radix/src/main/resources/archetype-resources/filemgr/pom.xml
@@ -40,7 +40,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git
a/mvn/archetypes/radix/src/main/resources/archetype-resources/pcs/pom.xml
b/mvn/archetypes/radix/src/main/resources/archetype-resources/pcs/pom.xml
index 4e99cb9..5950c9f 100644
--- a/mvn/archetypes/radix/src/main/resources/archetype-resources/pcs/pom.xml
+++ b/mvn/archetypes/radix/src/main/resources/archetype-resources/pcs/pom.xml
@@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git
a/mvn/archetypes/radix/src/main/resources/archetype-resources/pge/pom.xml
b/mvn/archetypes/radix/src/main/resources/archetype-resources/pge/pom.xml
index b1410cd..c87c14e 100644
--- a/mvn/archetypes/radix/src/main/resources/archetype-resources/pge/pom.xml
+++ b/mvn/archetypes/radix/src/main/resources/archetype-resources/pge/pom.xml
@@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git
a/mvn/archetypes/radix/src/main/resources/archetype-resources/resmgr/pom.xml
b/mvn/archetypes/radix/src/main/resources/archetype-resources/resmgr/pom.xml
index e044feb..7b439bb 100644
--- a/mvn/archetypes/radix/src/main/resources/archetype-resources/resmgr/pom.xml
+++ b/mvn/archetypes/radix/src/main/resources/archetype-resources/resmgr/pom.xml
@@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git
a/mvn/archetypes/radix/src/main/resources/archetype-resources/solr/pom.xml
b/mvn/archetypes/radix/src/main/resources/archetype-resources/solr/pom.xml
index c9798de..056ed10 100644
--- a/mvn/archetypes/radix/src/main/resources/archetype-resources/solr/pom.xml
+++ b/mvn/archetypes/radix/src/main/resources/archetype-resources/solr/pom.xml
@@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git
a/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/pom.xml
b/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/pom.xml
index d7670a4..87bffc9 100644
---
a/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/pom.xml
+++
b/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/pom.xml
@@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git a/pcs/core/pom.xml b/pcs/core/pom.xml
index a167866..8eb722a 100644
--- a/pcs/core/pom.xml
+++ b/pcs/core/pom.xml
@@ -93,7 +93,7 @@ the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git a/pge/pom.xml b/pge/pom.xml
index 449adbc..1d155bd 100644
--- a/pge/pom.xml
+++ b/pge/pom.xml
@@ -117,7 +117,7 @@ the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git a/resource/pom.xml b/resource/pom.xml
index be627f9..9708997 100644
--- a/resource/pom.xml
+++ b/resource/pom.xml
@@ -120,7 +120,7 @@ the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
diff --git a/workflow/pom.xml b/workflow/pom.xml
index b23f30b..320f424 100644
--- a/workflow/pom.xml
+++ b/workflow/pom.xml
@@ -249,7 +249,7 @@ the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-2</version>
+ <version>2.6</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>