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 2017/08/14 22:32:28 UTC

oodt git commit: update version

Repository: oodt
Updated Branches:
  refs/heads/release-1.2 [created] 0d32d6e0c


update version


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

Branch: refs/heads/release-1.2
Commit: 0d32d6e0c91dd282ca3512190da026f2019677e2
Parents: ef0aa5a
Author: Tom Barber <to...@analytical-labs.com>
Authored: Mon Aug 14 23:31:12 2017 +0100
Committer: Tom Barber <to...@analytical-labs.com>
Committed: Mon Aug 14 23:31:12 2017 +0100

----------------------------------------------------------------------
 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/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                         | 8 ++++----
 resource/pom.xml                | 2 +-
 webapp/components/pom.xml       | 2 +-
 webapp/fmbrowser/pom.xml        | 4 ++--
 webapp/fmprod/pom.xml           | 2 +-
 webapp/wmonitor/pom.xml         | 4 ++--
 webapp/wmservices/pom.xml       | 2 +-
 workflow/pom.xml                | 2 +-
 26 files changed, 31 insertions(+), 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/cli/pom.xml
----------------------------------------------------------------------
diff --git a/cli/pom.xml b/cli/pom.xml
index 860730d..afe80c8 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-cli</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/commons/pom.xml
----------------------------------------------------------------------
diff --git a/commons/pom.xml b/commons/pom.xml
index 1ed8d1b..6a79ec1 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-commons</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 4ebae52..a0d0943 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-SNAPSHOT</version>
+  <version>1.2</version>
   <packaging>pom</packaging>
   <name>OODT Core</name>
   <properties>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/crawler/pom.xml
----------------------------------------------------------------------
diff --git a/crawler/pom.xml b/crawler/pom.xml
index dca649b..242aa51 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-crawler</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/curator/services/pom.xml
----------------------------------------------------------------------
diff --git a/curator/services/pom.xml b/curator/services/pom.xml
index 5b68e75..ef8c137 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>curator-services</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/curator/sso/pom.xml
----------------------------------------------------------------------
diff --git a/curator/sso/pom.xml b/curator/sso/pom.xml
index c1eabc6..29cc84a 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>curator-sso</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/curator/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/curator/webapp/pom.xml b/curator/webapp/pom.xml
index e8311d8..b3bf153 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-curator</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/filemgr/pom.xml
----------------------------------------------------------------------
diff --git a/filemgr/pom.xml b/filemgr/pom.xml
index f6e9699..8bd7bfb 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-filemgr</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/metadata/pom.xml
----------------------------------------------------------------------
diff --git a/metadata/pom.xml b/metadata/pom.xml
index 946be7c..ad9b591 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-metadata</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/mvn/archetypes/opsui/pom.xml
----------------------------------------------------------------------
diff --git a/mvn/archetypes/opsui/pom.xml b/mvn/archetypes/opsui/pom.xml
index 5e9ba5a..b018974 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../../../core</relativePath>
   </parent>
   <artifactId>opsui-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/mvn/archetypes/pom.xml
----------------------------------------------------------------------
diff --git a/mvn/archetypes/pom.xml b/mvn/archetypes/pom.xml
index 0a6b689..06b4b6d 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../../core</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/mvn/archetypes/radix/pom.xml
----------------------------------------------------------------------
diff --git a/mvn/archetypes/radix/pom.xml b/mvn/archetypes/radix/pom.xml
index d0a0e26..e4f4e3e 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../../../core</relativePath>
   </parent>
   <artifactId>radix-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/mvn/plugins/cas-install/pom.xml
----------------------------------------------------------------------
diff --git a/mvn/plugins/cas-install/pom.xml b/mvn/plugins/cas-install/pom.xml
index e10d98e..81a16da 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../../../core/pom.xml</relativePath>
   </parent>
   <artifactId>maven-cas-install-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/pcs/core/pom.xml
----------------------------------------------------------------------
diff --git a/pcs/core/pom.xml b/pcs/core/pom.xml
index f166130..fc1aea6 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>pcs-core</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/pcs/input/pom.xml
----------------------------------------------------------------------
diff --git a/pcs/input/pom.xml b/pcs/input/pom.xml
index 0a68d6e..71bf15f 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>pcs-input</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/pcs/opsui/pom.xml
----------------------------------------------------------------------
diff --git a/pcs/opsui/pom.xml b/pcs/opsui/pom.xml
index 425a0fa..50946ac 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>pcs-opsui</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/pcs/services/pom.xml
----------------------------------------------------------------------
diff --git a/pcs/services/pom.xml b/pcs/services/pom.xml
index 61b647f..4b7182d 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
     <artifactId>pcs-services</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/pge/pom.xml
----------------------------------------------------------------------
diff --git a/pge/pom.xml b/pge/pom.xml
index f7f8837..87c825b 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-pge</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 19ab9e3..7631e0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,13 +14,12 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
 License for the specific language governing permissions and limitations under
 the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>core/pom.xml</relativePath>
   </parent>
 
@@ -53,6 +52,7 @@ the License.
     <module>pcs/core</module>
     <module>pcs/opsui</module>
     <module>pcs/services</module>
+    <module>oodt</module>
   </modules>
 
   <scm>
@@ -88,4 +88,4 @@ the License.
       </build>
     </profile>
   </profiles>
-</project>
+</project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/resource/pom.xml
----------------------------------------------------------------------
diff --git a/resource/pom.xml b/resource/pom.xml
index 247a6e8..4a7c53c 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-resource</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/webapp/components/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/components/pom.xml b/webapp/components/pom.xml
index 43aea65..0ee8990 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-webapp-components</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/webapp/fmbrowser/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/fmbrowser/pom.xml b/webapp/fmbrowser/pom.xml
index ed21724..c7d388d 100644
--- a/webapp/fmbrowser/pom.xml
+++ b/webapp/fmbrowser/pom.xml
@@ -21,11 +21,11 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>fmbrowser</artifactId>
-  <version>1.2-SNAPSHOT</version>
+  <version>1.2</version>
   <packaging>war</packaging>
   <name>CAS File Manager Browser Web App</name>
   <properties>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/webapp/fmprod/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/fmprod/pom.xml b/webapp/fmprod/pom.xml
index df94550..780ddfe 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-product</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/webapp/wmonitor/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/wmonitor/pom.xml b/webapp/wmonitor/pom.xml
index 31e5e58..d1dd3fd 100644
--- a/webapp/wmonitor/pom.xml
+++ b/webapp/wmonitor/pom.xml
@@ -21,11 +21,11 @@ the License.
   <parent>
     <groupId>org.apache.oodt</groupId>
     <artifactId>oodt-core</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>wmonitor</artifactId>
-  <version>1.2-SNAPSHOT</version>
+  <version>1.2</version>
   <packaging>war</packaging>
   <name>CAS Workflow Manager Monitor Web App</name>
   <properties>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/webapp/wmservices/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/wmservices/pom.xml b/webapp/wmservices/pom.xml
index 5d45ba7..344795e 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-SNAPSHOT</version>
+		<version>1.2</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>workflow-services</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/0d32d6e0/workflow/pom.xml
----------------------------------------------------------------------
diff --git a/workflow/pom.xml b/workflow/pom.xml
index 0377f99..7efffe9 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-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-workflow</artifactId>