You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2018/02/05 20:12:52 UTC

oodt git commit: update versions

Repository: oodt
Updated Branches:
  refs/heads/release-1.2.2 b2064c410 -> 7de9f6e0a


update versions


Project: http://git-wip-us.apache.org/repos/asf/oodt/repo
Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/7de9f6e0
Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/7de9f6e0
Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/7de9f6e0

Branch: refs/heads/release-1.2.2
Commit: 7de9f6e0a0eacfbe183f405fc04978b104f0a536
Parents: b2064c4
Author: Tom Barber <to...@jpl.nasa.gov>
Authored: Mon Feb 5 20:12:41 2018 +0000
Committer: Tom Barber <to...@jpl.nasa.gov>
Committed: Mon Feb 5 20:12:41 2018 +0000

----------------------------------------------------------------------
 cli/pom.xml                                       | 2 +-
 commons/pom.xml                                   | 2 +-
 core/pom.xml                                      | 2 +-
 crawler/pom.xml                                   | 2 +-
 curator/services/pom.xml                          | 2 +-
 curator/sso/pom.xml                               | 2 +-
 curator/webapp/pom.xml                            | 2 +-
 filemgr/pom.xml                                   | 2 +-
 metadata/pom.xml                                  | 2 +-
 mvn/archetypes/opsui/pom.xml                      | 2 +-
 mvn/archetypes/pom.xml                            | 2 +-
 mvn/archetypes/radix/pom.xml                      | 2 +-
 mvn/archetypes/radix/src/main/resources/bin/radix | 4 ++--
 mvn/plugins/cas-install/pom.xml                   | 2 +-
 pcs/core/pom.xml                                  | 2 +-
 pcs/input/pom.xml                                 | 2 +-
 pcs/opsui/pom.xml                                 | 2 +-
 pcs/services/pom.xml                              | 2 +-
 pge/pom.xml                                       | 2 +-
 pom.xml                                           | 2 +-
 resource/pom.xml                                  | 2 +-
 webapp/components/pom.xml                         | 2 +-
 webapp/fmbrowser/pom.xml                          | 2 +-
 webapp/fmprod/pom.xml                             | 2 +-
 webapp/wmonitor/pom.xml                           | 2 +-
 webapp/wmservices/pom.xml                         | 2 +-
 workflow/pom.xml                                  | 2 +-
 27 files changed, 28 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/cli/pom.xml
----------------------------------------------------------------------
diff --git a/cli/pom.xml b/cli/pom.xml
index 285c7c1..224a3d2 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-cli</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/commons/pom.xml
----------------------------------------------------------------------
diff --git a/commons/pom.xml b/commons/pom.xml
index 81ac7bf..e476276 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-commons</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 8df62a5..257532d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -25,7 +25,7 @@ the License.
   </parent>
   <groupId>org.apache.oodt</groupId>
   <artifactId>oodt-core</artifactId>
-  <version>1.2.1</version>
+  <version>1.2.2</version>
   <packaging>pom</packaging>
   <name>OODT Core</name>
   <properties>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/crawler/pom.xml
----------------------------------------------------------------------
diff --git a/crawler/pom.xml b/crawler/pom.xml
index 5d00f15..2a1120a 100644
--- a/crawler/pom.xml
+++ b/crawler/pom.xml
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-crawler</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/curator/services/pom.xml
----------------------------------------------------------------------
diff --git a/curator/services/pom.xml b/curator/services/pom.xml
index d9b7658..4dddaa4 100644
--- a/curator/services/pom.xml
+++ b/curator/services/pom.xml
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>curator-services</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/curator/sso/pom.xml
----------------------------------------------------------------------
diff --git a/curator/sso/pom.xml b/curator/sso/pom.xml
index 08bf414..ee36b66 100644
--- a/curator/sso/pom.xml
+++ b/curator/sso/pom.xml
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>curator-sso</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/curator/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/curator/webapp/pom.xml b/curator/webapp/pom.xml
index 58b0b0a..a43106d 100644
--- a/curator/webapp/pom.xml
+++ b/curator/webapp/pom.xml
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-curator</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/filemgr/pom.xml
----------------------------------------------------------------------
diff --git a/filemgr/pom.xml b/filemgr/pom.xml
index 798fa4e..7bd6dfa 100644
--- a/filemgr/pom.xml
+++ b/filemgr/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-filemgr</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/metadata/pom.xml
----------------------------------------------------------------------
diff --git a/metadata/pom.xml b/metadata/pom.xml
index cc69fec..50d597a 100644
--- a/metadata/pom.xml
+++ b/metadata/pom.xml
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-metadata</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/mvn/archetypes/opsui/pom.xml
----------------------------------------------------------------------
diff --git a/mvn/archetypes/opsui/pom.xml b/mvn/archetypes/opsui/pom.xml
index 2bef41c..d590e8f 100644
--- a/mvn/archetypes/opsui/pom.xml
+++ b/mvn/archetypes/opsui/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../../../core</relativePath>
   </parent>
   <artifactId>opsui-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/mvn/archetypes/pom.xml
----------------------------------------------------------------------
diff --git a/mvn/archetypes/pom.xml b/mvn/archetypes/pom.xml
index 0825e54..2ca5dba 100644
--- a/mvn/archetypes/pom.xml
+++ b/mvn/archetypes/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../../core</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/mvn/archetypes/radix/pom.xml
----------------------------------------------------------------------
diff --git a/mvn/archetypes/radix/pom.xml b/mvn/archetypes/radix/pom.xml
index 9e22c88..26c44e5 100644
--- a/mvn/archetypes/radix/pom.xml
+++ b/mvn/archetypes/radix/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../../../core</relativePath>
   </parent>
   <artifactId>radix-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/mvn/archetypes/radix/src/main/resources/bin/radix
----------------------------------------------------------------------
diff --git a/mvn/archetypes/radix/src/main/resources/bin/radix b/mvn/archetypes/radix/src/main/resources/bin/radix
index 4a9f21c..4face1d 100755
--- a/mvn/archetypes/radix/src/main/resources/bin/radix
+++ b/mvn/archetypes/radix/src/main/resources/bin/radix
@@ -14,6 +14,6 @@
 # limitations under the License.
 
 mvn archetype:generate -DarchetypeGroupId=org.apache.oodt \
-    -DarchetypeArtifactId=radix-archetype -DarchetypeVersion=1.0 \
-    -Doodt=1.1 -DgroupId=com.mycompany \
+    -DarchetypeArtifactId=radix-archetype -DarchetypeVersion=1.2.2 \
+    -Doodt=1.2.2 -DgroupId=com.mycompany \
     -DartifactId=oodt -Dversion=0.1

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/mvn/plugins/cas-install/pom.xml
----------------------------------------------------------------------
diff --git a/mvn/plugins/cas-install/pom.xml b/mvn/plugins/cas-install/pom.xml
index 34d9dc2..85d1ddb 100644
--- a/mvn/plugins/cas-install/pom.xml
+++ b/mvn/plugins/cas-install/pom.xml
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../../../core/pom.xml</relativePath>
   </parent>
   <artifactId>maven-cas-install-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/pcs/core/pom.xml
----------------------------------------------------------------------
diff --git a/pcs/core/pom.xml b/pcs/core/pom.xml
index 130746a..51939fb 100644
--- a/pcs/core/pom.xml
+++ b/pcs/core/pom.xml
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>pcs-core</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/pcs/input/pom.xml
----------------------------------------------------------------------
diff --git a/pcs/input/pom.xml b/pcs/input/pom.xml
index 826ff6f..54342bf 100644
--- a/pcs/input/pom.xml
+++ b/pcs/input/pom.xml
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>pcs-input</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/pcs/opsui/pom.xml
----------------------------------------------------------------------
diff --git a/pcs/opsui/pom.xml b/pcs/opsui/pom.xml
index 59ea074..a9df3f7 100755
--- a/pcs/opsui/pom.xml
+++ b/pcs/opsui/pom.xml
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>pcs-opsui</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/pcs/services/pom.xml
----------------------------------------------------------------------
diff --git a/pcs/services/pom.xml b/pcs/services/pom.xml
index b247fa2..98a046a 100644
--- a/pcs/services/pom.xml
+++ b/pcs/services/pom.xml
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
     <artifactId>pcs-services</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/pge/pom.xml
----------------------------------------------------------------------
diff --git a/pge/pom.xml b/pge/pom.xml
index b795ad0..9b934ab 100644
--- a/pge/pom.xml
+++ b/pge/pom.xml
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-pge</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a08a7c7..d3a9647 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>core/pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/resource/pom.xml
----------------------------------------------------------------------
diff --git a/resource/pom.xml b/resource/pom.xml
index 18f7c92..d83815e 100644
--- a/resource/pom.xml
+++ b/resource/pom.xml
@@ -20,7 +20,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-resource</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/webapp/components/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/components/pom.xml b/webapp/components/pom.xml
index 7c069d8..4043e45 100644
--- a/webapp/components/pom.xml
+++ b/webapp/components/pom.xml
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-webapp-components</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/webapp/fmbrowser/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/fmbrowser/pom.xml b/webapp/fmbrowser/pom.xml
index fdf9897..2379c88 100644
--- a/webapp/fmbrowser/pom.xml
+++ b/webapp/fmbrowser/pom.xml
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>fmbrowser</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/webapp/fmprod/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/fmprod/pom.xml b/webapp/fmprod/pom.xml
index cd45667..6abf6ef 100644
--- a/webapp/fmprod/pom.xml
+++ b/webapp/fmprod/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-product</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/webapp/wmonitor/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/wmonitor/pom.xml b/webapp/wmonitor/pom.xml
index 9e05687..b540bba 100644
--- a/webapp/wmonitor/pom.xml
+++ b/webapp/wmonitor/pom.xml
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>wmonitor</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/webapp/wmservices/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/wmservices/pom.xml b/webapp/wmservices/pom.xml
index 01004c9..48670d4 100644
--- a/webapp/wmservices/pom.xml
+++ b/webapp/wmservices/pom.xml
@@ -14,7 +14,7 @@
 	<parent>
 		<groupId>org.apache.oodt</groupId>
 		<artifactId>oodt-core</artifactId>
-		<version>1.2.1</version>
+		<version>1.2.2</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>workflow-services</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/7de9f6e0/workflow/pom.xml
----------------------------------------------------------------------
diff --git a/workflow/pom.xml b/workflow/pom.xml
index ce591e3..cf054c1 100644
--- a/workflow/pom.xml
+++ b/workflow/pom.xml
@@ -21,7 +21,7 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2.1</version>
+    <version>1.2.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-workflow</artifactId>