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 2021/09/25 13:56:37 UTC

[oodt] branch master updated: Fix version numbers

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

imesha 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 a4d84d0  Fix version numbers
a4d84d0 is described below

commit a4d84d0a5df70e82bad640255dcf7c81f4867866
Author: Imesha Sudasingha <im...@gmail.com>
AuthorDate: Sat Sep 25 19:25:27 2021 +0530

    Fix version numbers
---
 cli/pom.xml                     | 2 +-
 commons/pom.xml                 | 4 ++--
 config/pom.xml                  | 2 +-
 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 +-
 resource/pom.xml                | 4 ++--
 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, 34 insertions(+), 34 deletions(-)

diff --git a/cli/pom.xml b/cli/pom.xml
index 5d987d7..97e7896 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-cli</artifactId>
diff --git a/commons/pom.xml b/commons/pom.xml
index 1c15531..04d96e8 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-commons</artifactId>
@@ -151,7 +151,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.9.1</tag>
+    <tag>0.13-SNAPSHOT</tag>
   </scm>
   <profiles>
     <profile>
diff --git a/config/pom.xml b/config/pom.xml
index 2c3b4b9..58191df 100644
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>oodt-core</artifactId>
         <groupId>org.apache.oodt</groupId>
-        <version>1.9.1</version>
+        <version>1.10-SNAPSHOT</version>
         <relativePath>../core/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/core/pom.xml b/core/pom.xml
index 26f4a38..00ffd74 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.9.1</version>
+  <version>1.10-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>OODT Core</name>
   <properties>
@@ -979,7 +979,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.9.1</tag>
+    <tag>0.13-SNAPSHOT</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
diff --git a/crawler/pom.xml b/crawler/pom.xml
index d6c2aa9..ac29fe2 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-crawler</artifactId>
@@ -208,6 +208,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.9.1</tag>
+    <tag>0.13-SNAPSHOT</tag>
   </scm>
 </project>
diff --git a/curator/services/pom.xml b/curator/services/pom.xml
index 0b223bd..04ae8a5 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>curator-services</artifactId>
diff --git a/curator/sso/pom.xml b/curator/sso/pom.xml
index a5cabbd..37b0107 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>curator-sso</artifactId>
diff --git a/curator/webapp/pom.xml b/curator/webapp/pom.xml
index 0db428d..793c9d9 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-curator</artifactId>
diff --git a/filemgr/pom.xml b/filemgr/pom.xml
index a5c277e..4902250 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-filemgr</artifactId>
@@ -351,7 +351,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.9.1</tag>
+    <tag>0.13-SNAPSHOT</tag>
   </scm>
   <repositories>
     <repository>
diff --git a/metadata/pom.xml b/metadata/pom.xml
index 6ee73fb..4dec3b4 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.9.1</version>
+    <version>1.10-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.9.1</tag>
+    <tag>0.13-SNAPSHOT</tag>
   </scm>
   <profiles>
     <profile>
diff --git a/mvn/archetypes/opsui/pom.xml b/mvn/archetypes/opsui/pom.xml
index f36f1c7..f2edabd 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../../../core</relativePath>
   </parent>
   <artifactId>opsui-archetype</artifactId>
diff --git a/mvn/archetypes/pom.xml b/mvn/archetypes/pom.xml
index 1aec34f..0661a70 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../../core</relativePath>
   </parent>
 
diff --git a/mvn/archetypes/radix/pom.xml b/mvn/archetypes/radix/pom.xml
index 931f0c0..d38533f 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../../../core</relativePath>
   </parent>
   <artifactId>radix-archetype</artifactId>
diff --git a/mvn/plugins/cas-install/pom.xml b/mvn/plugins/cas-install/pom.xml
index 3c3f5e0..37a41a5 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../../../core/pom.xml</relativePath>
   </parent>
   <artifactId>maven-cas-install-plugin</artifactId>
diff --git a/pcs/core/pom.xml b/pcs/core/pom.xml
index d0c5bde..a8f153a 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>pcs-core</artifactId>
diff --git a/pcs/input/pom.xml b/pcs/input/pom.xml
index 1c92f16..3c21e79 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>pcs-input</artifactId>
diff --git a/pcs/opsui/pom.xml b/pcs/opsui/pom.xml
index adfa934..e37e0e2 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>pcs-opsui</artifactId>
diff --git a/pcs/services/pom.xml b/pcs/services/pom.xml
index 7bf7ecb..bfd44c0 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
     <artifactId>pcs-services</artifactId>
diff --git a/pge/pom.xml b/pge/pom.xml
index b2e16fb..0dc99af 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-pge</artifactId>
diff --git a/resource/pom.xml b/resource/pom.xml
index 76f62a6..e5458cd 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-resource</artifactId>
@@ -51,7 +51,7 @@ 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.9.1</tag>
+    <tag>HEAD</tag>
   </scm>
   <build>
     <plugins>
diff --git a/webapp/components/pom.xml b/webapp/components/pom.xml
index d350fb4..07ba846 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>oodt-webapp-components</artifactId>
diff --git a/webapp/fmbrowser/pom.xml b/webapp/fmbrowser/pom.xml
index e5f39b1..068b8d3 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>fmbrowser</artifactId>
@@ -143,6 +143,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.9.1</tag>
+    <tag>0.13-SNAPSHOT</tag>
   </scm>
 </project>
diff --git a/webapp/fmprod/pom.xml b/webapp/fmprod/pom.xml
index e29b9e8..84f0cac 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-product</artifactId>
diff --git a/webapp/wmonitor/pom.xml b/webapp/wmonitor/pom.xml
index c56841b..ee450fb 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../../core/pom.xml</relativePath>
   </parent>
   <artifactId>wmonitor</artifactId>
@@ -149,6 +149,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.9.1</tag>
+    <tag>0.13-SNAPSHOT</tag>
   </scm>
 </project>
diff --git a/webapp/wmservices/pom.xml b/webapp/wmservices/pom.xml
index 4ce3664..872446f 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.9.1</version>
+		<version>1.10-SNAPSHOT</version>
 		<relativePath>../../core/pom.xml</relativePath>
 	</parent>
 	<artifactId>workflow-services</artifactId>
diff --git a/workflow/pom.xml b/workflow/pom.xml
index 41d0db8..6f72b44 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.9.1</version>
+    <version>1.10-SNAPSHOT</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent>
   <artifactId>cas-workflow</artifactId>