You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by im...@apache.org on 2019/07/20 15:24:45 UTC

[oodt] branch development updated: update beta versions to latest 2.x version in maven-assembly-plugin

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

imesha pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/oodt.git


The following commit(s) were added to refs/heads/development by this push:
     new 9556996  update beta versions to latest 2.x version in maven-assembly-plugin
     new 14bc54f  Merge pull request #99 from yasithmilinda/OODT-1013
9556996 is described below

commit 955699636d0932815b4e9bd4cbb59303bef1e785
Author: yasith <ya...@cs.odu.edu>
AuthorDate: Mon Jul 15 04:01:09 2019 -0400

    update beta versions to latest 2.x version in maven-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/extensions/pom.xml   | 2 +-
 .../radix/src/main/resources/archetype-resources/filemgr/pom.xml      | 4 ++--
 .../radix/src/main/resources/archetype-resources/pcs/pom.xml          | 2 +-
 .../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 +-
 16 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 ccf610f..31172d0 100644
--- a/filemgr/pom.xml
+++ b/filemgr/pom.xml
@@ -326,7 +326,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/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..7267f88 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>
@@ -67,7 +67,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.fm-solr-catalog.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 6f1ebdd..12d5814 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 55259dd..c63a23b 100644
--- a/workflow/pom.xml
+++ b/workflow/pom.xml
@@ -253,7 +253,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>