Repository: oodt Updated Branches: refs/heads/master 13dc9b849 -> d26d33cd9
Roll POMs forward to 1.9-dev; last release in the 1.x series that includes both XML-RPC *and* AvroRPC. Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/d26d33cd Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/d26d33cd Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/d26d33cd Branch: refs/heads/master Commit: d26d33cd9e4293c16adb6fd4a250529be7ce3d3f Parents: 13dc9b8 Author: Chris Mattmann <[email protected]> Authored: Fri Oct 13 08:51:16 2017 -0700 Committer: Chris Mattmann <[email protected]> Committed: Fri Oct 13 08:51:16 2017 -0700 ---------------------------------------------------------------------- cli/pom.xml | 2 +- commons/pom.xml | 2 +- config/pom.xml | 4 ++-- 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 | 3 +-- webapp/fmprod/pom.xml | 2 +- webapp/wmonitor/pom.xml | 3 +-- webapp/wmservices/pom.xml | 2 +- workflow/pom.xml | 2 +- 26 files changed, 27 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/cli/pom.xml ---------------------------------------------------------------------- diff --git a/cli/pom.xml b/cli/pom.xml index 8404cb2..053c324 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.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-cli</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/commons/pom.xml ---------------------------------------------------------------------- diff --git a/commons/pom.xml b/commons/pom.xml index 9085b26..d5108a2 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.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>oodt-commons</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/config/pom.xml ---------------------------------------------------------------------- diff --git a/config/pom.xml b/config/pom.xml index e34ff44..15f8f3e 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>oodt-core</artifactId> <groupId>org.apache.oodt</groupId> - <version>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -137,4 +137,4 @@ </plugin> </plugins> </build> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/crawler/pom.xml ---------------------------------------------------------------------- diff --git a/crawler/pom.xml b/crawler/pom.xml index 7dd760f..535d457 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.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-crawler</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/curator/services/pom.xml ---------------------------------------------------------------------- diff --git a/curator/services/pom.xml b/curator/services/pom.xml index ba080a8..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>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>curator-services</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/curator/sso/pom.xml ---------------------------------------------------------------------- diff --git a/curator/sso/pom.xml b/curator/sso/pom.xml index 2fb29ef..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>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>curator-sso</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/curator/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/curator/webapp/pom.xml b/curator/webapp/pom.xml index 204512e..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>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-curator</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/filemgr/pom.xml ---------------------------------------------------------------------- diff --git a/filemgr/pom.xml b/filemgr/pom.xml index 1f6229a..9d3c424 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.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-filemgr</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/metadata/pom.xml ---------------------------------------------------------------------- diff --git a/metadata/pom.xml b/metadata/pom.xml index ce658b6..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>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-metadata</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/mvn/archetypes/opsui/pom.xml ---------------------------------------------------------------------- diff --git a/mvn/archetypes/opsui/pom.xml b/mvn/archetypes/opsui/pom.xml index 0765756..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>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../../core</relativePath> </parent> <artifactId>opsui-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/mvn/archetypes/pom.xml ---------------------------------------------------------------------- diff --git a/mvn/archetypes/pom.xml b/mvn/archetypes/pom.xml index 183cdb3..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>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/mvn/archetypes/radix/pom.xml ---------------------------------------------------------------------- diff --git a/mvn/archetypes/radix/pom.xml b/mvn/archetypes/radix/pom.xml index a255304..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>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../../core</relativePath> </parent> <artifactId>radix-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/mvn/plugins/cas-install/pom.xml ---------------------------------------------------------------------- diff --git a/mvn/plugins/cas-install/pom.xml b/mvn/plugins/cas-install/pom.xml index 40f9db9..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>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../../core/pom.xml</relativePath> </parent> <artifactId>maven-cas-install-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/pcs/core/pom.xml ---------------------------------------------------------------------- diff --git a/pcs/core/pom.xml b/pcs/core/pom.xml index 751b2ca..a167866 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.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>pcs-core</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/pcs/input/pom.xml ---------------------------------------------------------------------- diff --git a/pcs/input/pom.xml b/pcs/input/pom.xml index f019cda..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>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>pcs-input</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/pcs/opsui/pom.xml ---------------------------------------------------------------------- diff --git a/pcs/opsui/pom.xml b/pcs/opsui/pom.xml index 58dc8cb..0b80826 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.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>pcs-opsui</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/pcs/services/pom.xml ---------------------------------------------------------------------- diff --git a/pcs/services/pom.xml b/pcs/services/pom.xml index 6be72b7..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>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>pcs-services</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/pge/pom.xml ---------------------------------------------------------------------- diff --git a/pge/pom.xml b/pge/pom.xml index 72a33d9..449adbc 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.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-pge</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 08e6c5c..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>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>core/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/resource/pom.xml ---------------------------------------------------------------------- diff --git a/resource/pom.xml b/resource/pom.xml index f0edcbc..07f4884 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.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-resource</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/webapp/components/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/components/pom.xml b/webapp/components/pom.xml index 559ae66..29dbbbb 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.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>oodt-webapp-components</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/webapp/fmbrowser/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/fmbrowser/pom.xml b/webapp/fmbrowser/pom.xml index 927e0ed..06ed48c 100644 --- a/webapp/fmbrowser/pom.xml +++ b/webapp/fmbrowser/pom.xml @@ -21,11 +21,10 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>fmbrowser</artifactId> - <version>1.3-SNAPSHOT</version> <packaging>war</packaging> <name>CAS File Manager Browser Web App</name> <properties> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/webapp/fmprod/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/fmprod/pom.xml b/webapp/fmprod/pom.xml index 7c9c0f9..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>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-product</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/webapp/wmonitor/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/wmonitor/pom.xml b/webapp/wmonitor/pom.xml index e8f6703..1bd0ab2 100644 --- a/webapp/wmonitor/pom.xml +++ b/webapp/wmonitor/pom.xml @@ -21,11 +21,10 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>wmonitor</artifactId> - <version>1.3-SNAPSHOT</version> <packaging>war</packaging> <name>CAS Workflow Manager Monitor Web App</name> <properties> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/webapp/wmservices/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/wmservices/pom.xml b/webapp/wmservices/pom.xml index f19b641..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>1.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>workflow-services</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/d26d33cd/workflow/pom.xml ---------------------------------------------------------------------- diff --git a/workflow/pom.xml b/workflow/pom.xml index 03062aa..ea0d6b2 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.3-SNAPSHOT</version> + <version>1.9-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-workflow</artifactId>
