Repository: oodt
Updated Branches:
  refs/heads/release-1.2.2 6597a782d -> 6eae5ae00


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/release-1.2.2
Commit: 6eae5ae00eae971e125f544aa88f25c4d047cb1e
Parents: 6597a78
Author: Tom Barber <[email protected]>
Authored: Mon Feb 5 20:38:06 2018 +0000
Committer: Tom Barber <[email protected]>
Committed: Mon Feb 5 20:38:06 2018 +0000

----------------------------------------------------------------------
 cli/pom.xml                     | 2 +-
 commons/pom.xml                 | 4 ++--
 core/pom.xml                    | 4 ++--
 crawler/pom.xml                 | 4 ++--
 curator/services/pom.xml        | 2 +-
 curator/sso/pom.xml             | 2 +-
 curator/webapp/pom.xml          | 2 +-
 filemgr/pom.xml                 | 4 ++--
 metadata/pom.xml                | 4 ++--
 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                         | 4 ++--
 resource/pom.xml                | 4 ++--
 webapp/components/pom.xml       | 2 +-
 webapp/fmbrowser/pom.xml        | 6 +++---
 webapp/fmprod/pom.xml           | 2 +-
 webapp/wmonitor/pom.xml         | 6 +++---
 webapp/wmservices/pom.xml       | 2 +-
 workflow/pom.xml                | 2 +-
 26 files changed, 37 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/cli/pom.xml
----------------------------------------------------------------------
diff --git a/cli/pom.xml b/cli/pom.xml
index 224a3d2..c1c5f7e 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-cli</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/commons/pom.xml
----------------------------------------------------------------------
diff --git a/commons/pom.xml b/commons/pom.xml
index a594d75..40b9170 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-commons</artifactId>
@@ -139,7 +139,7 @@
   <!--  
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/commons</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/commons</developerConnection>
     <url>http://svn.apache.org/viewvc/oodt/trunk/commons</url>-->
-    <tag>1.2.2</tag>
+    <tag>1.2.1</tag>
   </scm>
   <profiles>
     <profile>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index ab96862..532f958 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.2</version>
+  <version>1.3.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>OODT Core</name>
   <properties>
@@ -922,7 +922,7 @@ mm
     
<!--<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/core</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/core</developerConnection>
     <url>http://svn.apache.org/viewvc/oodt/trunk/core</url>-->
-    <tag>1.2.2</tag>
+    <tag>1.2.1</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/crawler/pom.xml
----------------------------------------------------------------------
diff --git a/crawler/pom.xml b/crawler/pom.xml
index a405a04..13c383d 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-crawler</artifactId>
@@ -202,6 +202,6 @@ the License.
     
<!--<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/crawler</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/crawler</developerConnection>
     <url>http://svn.apache.org/viewvc/oodt/trunk/crawler</url>-->
-    <tag>1.2.2</tag>
+    <tag>1.2.1</tag>
   </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/curator/services/pom.xml
----------------------------------------------------------------------
diff --git a/curator/services/pom.xml b/curator/services/pom.xml
index 4dddaa4..6ef0a49 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>curator-services</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/curator/sso/pom.xml
----------------------------------------------------------------------
diff --git a/curator/sso/pom.xml b/curator/sso/pom.xml
index ee36b66..4e5a7b5 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>curator-sso</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/curator/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/curator/webapp/pom.xml b/curator/webapp/pom.xml
index a43106d..4184837 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-curator</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/filemgr/pom.xml
----------------------------------------------------------------------
diff --git a/filemgr/pom.xml b/filemgr/pom.xml
index 2ec9f58..26e7fb7 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-filemgr</artifactId>
@@ -268,7 +268,7 @@
     
<!--<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/filemgr</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/filemgr</developerConnection>
     <url>http://svn.apache.org/viewvc/oodt/trunk/filemgr</url>-->
-    <tag>1.2.2</tag>
+    <tag>1.2.1</tag>
   </scm>
   <repositories>
     <repository>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/metadata/pom.xml
----------------------------------------------------------------------
diff --git a/metadata/pom.xml b/metadata/pom.xml
index aea9d52..7fd99ce 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-metadata</artifactId>
@@ -160,7 +160,7 @@ the License.
     
<!--<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/metadata</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/metadata</developerConnection>
     <url>http://svn.apache.org/viewvc/oodt/trunk/metadata</url>-->
-    <tag>1.2.2</tag>
+    <tag>1.2.1</tag>
   </scm>
   <profiles>
     <profile>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/mvn/archetypes/opsui/pom.xml
----------------------------------------------------------------------
diff --git a/mvn/archetypes/opsui/pom.xml b/mvn/archetypes/opsui/pom.xml
index d590e8f..f9c9873 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../../core</relativePath>
   </parent>
   <artifactId>opsui-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/mvn/archetypes/pom.xml
----------------------------------------------------------------------
diff --git a/mvn/archetypes/pom.xml b/mvn/archetypes/pom.xml
index 2ca5dba..571635f 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../core</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/mvn/archetypes/radix/pom.xml
----------------------------------------------------------------------
diff --git a/mvn/archetypes/radix/pom.xml b/mvn/archetypes/radix/pom.xml
index 26c44e5..9968232 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../../core</relativePath>
   </parent>
   <artifactId>radix-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/mvn/plugins/cas-install/pom.xml
----------------------------------------------------------------------
diff --git a/mvn/plugins/cas-install/pom.xml b/mvn/plugins/cas-install/pom.xml
index 85d1ddb..54301d5 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../../core/pom.xml</relativePath>
   </parent>
   <artifactId>maven-cas-install-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/pcs/core/pom.xml
----------------------------------------------------------------------
diff --git a/pcs/core/pom.xml b/pcs/core/pom.xml
index 51939fb..c49fa5d 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>pcs-core</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/pcs/input/pom.xml
----------------------------------------------------------------------
diff --git a/pcs/input/pom.xml b/pcs/input/pom.xml
index 54342bf..0f50614 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>pcs-input</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/pcs/opsui/pom.xml
----------------------------------------------------------------------
diff --git a/pcs/opsui/pom.xml b/pcs/opsui/pom.xml
index a9df3f7..2562fdf 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>pcs-opsui</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/pcs/services/pom.xml
----------------------------------------------------------------------
diff --git a/pcs/services/pom.xml b/pcs/services/pom.xml
index 98a046a..9fdff76 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
     <artifactId>pcs-services</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/pge/pom.xml
----------------------------------------------------------------------
diff --git a/pge/pom.xml b/pge/pom.xml
index 9b934ab..046b665 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-pge</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5469ec3..2bd4ed4 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>core/pom.xml</relativePath>
   </parent>
 
@@ -58,7 +58,7 @@ the License.
     
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/oodt.git</connection>
     
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/oodt.git</developerConnection>
     <url>http://svn.apache.org/viewvc/oodt/trunk</url>
-    <tag>1.2.2</tag>
+    <tag>1.2.1</tag>
   </scm>
   <profiles>
     <profile>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/resource/pom.xml
----------------------------------------------------------------------
diff --git a/resource/pom.xml b/resource/pom.xml
index fb851f3..86830a1 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-resource</artifactId>
@@ -174,6 +174,6 @@ the License.
    <!-- 
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/resource</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/resource</developerConnection>
     <url>http://svn.apache.org/viewvc/oodt/trunk/resource</url>-->
-    <tag>1.2.2</tag>
+    <tag>1.2.1</tag>
   </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/webapp/components/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/components/pom.xml b/webapp/components/pom.xml
index 4043e45..bfe5a44 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-webapp-components</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/webapp/fmbrowser/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/fmbrowser/pom.xml b/webapp/fmbrowser/pom.xml
index f8f31ec..edcc617 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>fmbrowser</artifactId>
-  <version>1.2</version>
+  <version>1.3.0-SNAPSHOT</version>
   <packaging>war</packaging>
   <name>CAS File Manager Browser Web App</name>
   <properties>
@@ -144,6 +144,6 @@ the License.
    <!-- 
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/fmbrowser</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/fmbrowser</developerConnection>
     <url>http://svn.apache.org/viewvc/oodt/trunk/webapp/fmbrowser</url>-->
-    <tag>1.2.2</tag>
+    <tag>1.2.1</tag>
   </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/webapp/fmprod/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/fmprod/pom.xml b/webapp/fmprod/pom.xml
index 6abf6ef..6a59f13 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-product</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/webapp/wmonitor/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/wmonitor/pom.xml b/webapp/wmonitor/pom.xml
index 41c749b..e3d7e31 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>wmonitor</artifactId>
-  <version>1.2</version>
+  <version>1.3.0-SNAPSHOT</version>
   <packaging>war</packaging>
   <name>CAS Workflow Manager Monitor Web App</name>
   <properties>
@@ -150,6 +150,6 @@ the License.
     
<!--<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/wmonitor</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/webapp/wmonitor</developerConnection>
     <url>http://svn.apache.org/viewvc/oodt/trunk/webapp/wmonitor</url>-->
-    <tag>1.2.2</tag>
+    <tag>1.2.1</tag>
   </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/webapp/wmservices/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/wmservices/pom.xml b/webapp/wmservices/pom.xml
index 48670d4..b871c46 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.2</version>
+               <version>1.3.0-SNAPSHOT</version>
                <relativePath>../../core/pom.xml</relativePath>
        </parent>
        <artifactId>workflow-services</artifactId>

http://git-wip-us.apache.org/repos/asf/oodt/blob/6eae5ae0/workflow/pom.xml
----------------------------------------------------------------------
diff --git a/workflow/pom.xml b/workflow/pom.xml
index cf054c1..c882ab0 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.2</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-workflow</artifactId>

Reply via email to