This is an automated email from the ASF dual-hosted git repository. magicaltrout pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/oodt.git
commit 246604aee42e2177d8a4a66c41ae5e594b8628d7 Author: magicaltrout <[email protected]> AuthorDate: Mon Sep 30 15:07:51 2019 +0200 fix version number --- cli/pom.xml | 2 +- commons/pom.xml | 2 +- config/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 | 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, 27 insertions(+), 27 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index e1f1c3f..8ea1263 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-cli</artifactId> diff --git a/commons/pom.xml b/commons/pom.xml index f452a6f..c251d46 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>oodt-commons</artifactId> diff --git a/config/pom.xml b/config/pom.xml index 68235fa..35b25c8 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>oodt-core</artifactId> <groupId>org.apache.oodt</groupId> - <version>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/core/pom.xml b/core/pom.xml index 1ca136c..caac3d5 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>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <packaging>pom</packaging> <name>OODT Core</name> <properties> diff --git a/crawler/pom.xml b/crawler/pom.xml index d4dc2bc..f805e7e 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>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-crawler</artifactId> diff --git a/curator/services/pom.xml b/curator/services/pom.xml index 6998da0..3882f3a 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>2.0-SNAPSHOT</version> + <version>1.9-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 6cb7d74..145ce53 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>2.0-SNAPSHOT</version> + <version>1.9-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 2ef86bd..c368671 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>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-curator</artifactId> diff --git a/filemgr/pom.xml b/filemgr/pom.xml index d25f7dd..a68d67e 100644 --- a/filemgr/pom.xml +++ b/filemgr/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-filemgr</artifactId> diff --git a/metadata/pom.xml b/metadata/pom.xml index 562e624..5a1d186 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>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-metadata</artifactId> diff --git a/mvn/archetypes/opsui/pom.xml b/mvn/archetypes/opsui/pom.xml index 91212ee..d1f0023 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>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../../core</relativePath> </parent> <artifactId>opsui-archetype</artifactId> diff --git a/mvn/archetypes/pom.xml b/mvn/archetypes/pom.xml index 97bf39f..6062bef 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>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core</relativePath> </parent> diff --git a/mvn/archetypes/radix/pom.xml b/mvn/archetypes/radix/pom.xml index f2eea51..8808fc0 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>2.0-SNAPSHOT</version> + <version>1.9-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 412d80f..673a75d 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>2.0-SNAPSHOT</version> + <version>1.9-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 32bbaf4..8eb722a 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>2.0-SNAPSHOT</version> + <version>1.9-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 24404e8..e837313 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>2.0-SNAPSHOT</version> + <version>1.9-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 e861557..6b941cb 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>2.0-SNAPSHOT</version> + <version>1.9-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 e9ac6fc..50289f7 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>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>pcs-services</artifactId> diff --git a/pge/pom.xml b/pge/pom.xml index 69639c1..1d155bd 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>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-pge</artifactId> diff --git a/pom.xml b/pom.xml index 6cc1a1b..184644b 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>core/pom.xml</relativePath> </parent> diff --git a/resource/pom.xml b/resource/pom.xml index 08b4473..89cb8f3 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>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-resource</artifactId> diff --git a/webapp/components/pom.xml b/webapp/components/pom.xml index 29bfa1a..1ae4154 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>2.0-SNAPSHOT</version> + <version>1.9-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 48a100d..c4faeb3 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>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>fmbrowser</artifactId> diff --git a/webapp/fmprod/pom.xml b/webapp/fmprod/pom.xml index 545283c..c817559 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>2.0-SNAPSHOT</version> + <version>1.9-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 515288b..a8cf2a1 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>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>wmonitor</artifactId> diff --git a/webapp/wmservices/pom.xml b/webapp/wmservices/pom.xml index 8379055..099ffee 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>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>workflow-services</artifactId> diff --git a/workflow/pom.xml b/workflow/pom.xml index ab96401..320f424 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>2.0-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-workflow</artifactId>
