Repository: oodt Updated Branches: refs/heads/master b63b3ee0d -> 94a1c72df
[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/94a1c72d Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/94a1c72d Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/94a1c72d Branch: refs/heads/master Commit: 94a1c72df30574c2395f2340160a871cda371d39 Parents: b63b3ee Author: Tom Barber <[email protected]> Authored: Tue Jun 21 09:55:37 2016 +0100 Committer: Tom Barber <[email protected]> Committed: Tue Jun 21 09:55:37 2016 +0100 ---------------------------------------------------------------------- app/fmbrowser/pom.xml | 4 ++-- app/weditor/pom.xml | 2 +- catalog/pom.xml | 4 ++-- cli/pom.xml | 2 +- commons/pom.xml | 4 ++-- core/pom.xml | 4 ++-- crawler/pom.xml | 4 ++-- curator/services/pom.xml | 2 +- curator/webapp/pom.xml | 2 +- filemgr/pom.xml | 4 ++-- grid/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 +- opendapps/pom.xml | 4 ++-- 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 ++-- product/pom.xml | 4 ++-- profile/pom.xml | 4 ++-- protocol/api/pom.xml | 2 +- protocol/ftp/pom.xml | 2 +- protocol/http/pom.xml | 2 +- protocol/imaps/pom.xml | 2 +- protocol/sftp/pom.xml | 2 +- pushpull/pom.xml | 4 ++-- resource/pom.xml | 4 ++-- sso/pom.xml | 2 +- webapp/components/pom.xml | 2 +- webapp/fmbrowser/pom.xml | 6 +++--- webapp/fmprod/pom.xml | 2 +- webapp/wmonitor/pom.xml | 6 +++--- workflow/pom.xml | 2 +- xmlps/pom.xml | 4 ++-- xmlquery/pom.xml | 4 ++-- 40 files changed, 60 insertions(+), 60 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/app/fmbrowser/pom.xml ---------------------------------------------------------------------- diff --git a/app/fmbrowser/pom.xml b/app/fmbrowser/pom.xml index 9106737..a3a2ce6 100644 --- a/app/fmbrowser/pom.xml +++ b/app/fmbrowser/pom.xml @@ -20,7 +20,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-fm-browser</artifactId> @@ -75,6 +75,6 @@ the License. <!--<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/app/fmbrowser</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/app/fmbrowser</developerConnection> <url>http://svn.apache.org/viewvc/oodt/trunk/app/fmbrowser</url>--> - <tag>1.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> </project> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/app/weditor/pom.xml ---------------------------------------------------------------------- diff --git a/app/weditor/pom.xml b/app/weditor/pom.xml index ae06094..107e4a4 100644 --- a/app/weditor/pom.xml +++ b/app/weditor/pom.xml @@ -20,7 +20,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>weditor</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/catalog/pom.xml ---------------------------------------------------------------------- diff --git a/catalog/pom.xml b/catalog/pom.xml index 87803db..72c538b 100644 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-catalog</artifactId> @@ -140,7 +140,7 @@ <!--<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/catalog</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/catalog</developerConnection> <url>http://svn.apache.org/viewvc/oodt/trunk/catalog</url>--> - <tag>1.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> <ciManagement> <notifiers> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/cli/pom.xml ---------------------------------------------------------------------- diff --git a/cli/pom.xml b/cli/pom.xml index a93aa82..acb4a49 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-cli</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/commons/pom.xml ---------------------------------------------------------------------- diff --git a/commons/pom.xml b/commons/pom.xml index 2c98e4e..1d9ee9b 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.0</version> + <version>1.1-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.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 1ec9139..ccebd33 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.0</version> + <version>1.1-SNAPSHOT</version> <packaging>pom</packaging> <name>OODT Core</name> <properties> @@ -920,7 +920,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.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/crawler/pom.xml ---------------------------------------------------------------------- diff --git a/crawler/pom.xml b/crawler/pom.xml index ac4597b..5428b53 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-crawler</artifactId> @@ -188,6 +188,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.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> </project> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/curator/services/pom.xml ---------------------------------------------------------------------- diff --git a/curator/services/pom.xml b/curator/services/pom.xml index 1b531a0..dfe83ed 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>curator-services</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/curator/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/curator/webapp/pom.xml b/curator/webapp/pom.xml index e029817..5dd050a 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-curator</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/filemgr/pom.xml ---------------------------------------------------------------------- diff --git a/filemgr/pom.xml b/filemgr/pom.xml index 7bc37e1..f85b88b 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-filemgr</artifactId> @@ -259,7 +259,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.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> <repositories> <repository> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/grid/pom.xml ---------------------------------------------------------------------- diff --git a/grid/pom.xml b/grid/pom.xml index 8d6f11d..59a355d 100644 --- a/grid/pom.xml +++ b/grid/pom.xml @@ -20,7 +20,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>web-grid</artifactId> @@ -133,6 +133,6 @@ the License. <!--<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/grid</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/grid</developerConnection> <url>http://svn.apache.org/viewvc/oodt/trunk/grid</url>--> - <tag>1.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> </project> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/metadata/pom.xml ---------------------------------------------------------------------- diff --git a/metadata/pom.xml b/metadata/pom.xml index 3459918..0510389 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.0</version> + <version>1.1-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.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/mvn/archetypes/opsui/pom.xml ---------------------------------------------------------------------- diff --git a/mvn/archetypes/opsui/pom.xml b/mvn/archetypes/opsui/pom.xml index b994d66..a2ca03a 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../../core</relativePath> </parent> <artifactId>opsui-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/mvn/archetypes/pom.xml ---------------------------------------------------------------------- diff --git a/mvn/archetypes/pom.xml b/mvn/archetypes/pom.xml index 5ae6272..09bc258 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/mvn/archetypes/radix/pom.xml ---------------------------------------------------------------------- diff --git a/mvn/archetypes/radix/pom.xml b/mvn/archetypes/radix/pom.xml index 27a075b..1754725 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../../core</relativePath> </parent> <artifactId>radix-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/mvn/plugins/cas-install/pom.xml ---------------------------------------------------------------------- diff --git a/mvn/plugins/cas-install/pom.xml b/mvn/plugins/cas-install/pom.xml index e6fae2a..b64c98f 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../../core/pom.xml</relativePath> </parent> <artifactId>maven-cas-install-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/opendapps/pom.xml ---------------------------------------------------------------------- diff --git a/opendapps/pom.xml b/opendapps/pom.xml index 7337bd8..7f7f051 100644 --- a/opendapps/pom.xml +++ b/opendapps/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>opendapps</artifactId> @@ -90,6 +90,6 @@ <!--<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/opendapps</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/opendapps</developerConnection> <url>http://svn.apache.org/viewvc/oodt/trunk/opendapps</url>--> - <tag>1.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> </project> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/pcs/core/pom.xml ---------------------------------------------------------------------- diff --git a/pcs/core/pom.xml b/pcs/core/pom.xml index adc248d..70b922a 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>pcs-core</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/pcs/input/pom.xml ---------------------------------------------------------------------- diff --git a/pcs/input/pom.xml b/pcs/input/pom.xml index 9bc2012..06a5745 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>pcs-input</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/pcs/opsui/pom.xml ---------------------------------------------------------------------- diff --git a/pcs/opsui/pom.xml b/pcs/opsui/pom.xml index f8f1d66..ab6fad9 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>pcs-opsui</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/pcs/services/pom.xml ---------------------------------------------------------------------- diff --git a/pcs/services/pom.xml b/pcs/services/pom.xml index a7abbd2..8ee1d4d 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>pcs-services</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/pge/pom.xml ---------------------------------------------------------------------- diff --git a/pge/pom.xml b/pge/pom.xml index 773d99d..5f86380 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-pge</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d70a741..f5b1c3c 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>core/pom.xml</relativePath> </parent> @@ -73,7 +73,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.0</tag> + <tag>HEAD</tag> </scm> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/product/pom.xml ---------------------------------------------------------------------- diff --git a/product/pom.xml b/product/pom.xml index 47b6720..aa00f92 100644 --- a/product/pom.xml +++ b/product/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>oodt-product</artifactId> @@ -109,7 +109,7 @@ <!-- <connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/product</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/product</developerConnection> <url>http://svn.apache.org/viewvc/oodt/trunk/product</url>--> - <tag>1.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/profile/pom.xml ---------------------------------------------------------------------- diff --git a/profile/pom.xml b/profile/pom.xml index b119ba1..3d67496 100644 --- a/profile/pom.xml +++ b/profile/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>oodt-profile</artifactId> @@ -121,7 +121,7 @@ <!-- <connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/profile</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/profile</developerConnection> <url>http://svn.apache.org/viewvc/oodt/trunk/profile</url>--> - <tag>1.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/protocol/api/pom.xml ---------------------------------------------------------------------- diff --git a/protocol/api/pom.xml b/protocol/api/pom.xml index 576782d..0cbe0a4 100644 --- a/protocol/api/pom.xml +++ b/protocol/api/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-protocol-api</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/protocol/ftp/pom.xml ---------------------------------------------------------------------- diff --git a/protocol/ftp/pom.xml b/protocol/ftp/pom.xml index 697eb3d..7c500d5 100644 --- a/protocol/ftp/pom.xml +++ b/protocol/ftp/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-protocol-ftp</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/protocol/http/pom.xml ---------------------------------------------------------------------- diff --git a/protocol/http/pom.xml b/protocol/http/pom.xml index 89624b4..22013f5 100644 --- a/protocol/http/pom.xml +++ b/protocol/http/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-protocol-http</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/protocol/imaps/pom.xml ---------------------------------------------------------------------- diff --git a/protocol/imaps/pom.xml b/protocol/imaps/pom.xml index 6f7c6bb..9e54a1f 100644 --- a/protocol/imaps/pom.xml +++ b/protocol/imaps/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-protocol-imaps</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/protocol/sftp/pom.xml ---------------------------------------------------------------------- diff --git a/protocol/sftp/pom.xml b/protocol/sftp/pom.xml index 3648fe3..71ab9df 100644 --- a/protocol/sftp/pom.xml +++ b/protocol/sftp/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-protocol-sftp</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/pushpull/pom.xml ---------------------------------------------------------------------- diff --git a/pushpull/pom.xml b/pushpull/pom.xml index e00389c..a451ce2 100644 --- a/pushpull/pom.xml +++ b/pushpull/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-pushpull</artifactId> @@ -147,7 +147,7 @@ <!--<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/pushpull</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/pushpull</developerConnection> <url>http://svn.apache.org/viewvc/oodt/trunk/pushpull</url>--> - <tag>1.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> <profiles> <profile> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/resource/pom.xml ---------------------------------------------------------------------- diff --git a/resource/pom.xml b/resource/pom.xml index bde5260..6ccb724 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.0</version> + <version>1.1-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.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> </project> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/sso/pom.xml ---------------------------------------------------------------------- diff --git a/sso/pom.xml b/sso/pom.xml index 563f063..cdb59a2 100644 --- a/sso/pom.xml +++ b/sso/pom.xml @@ -20,7 +20,7 @@ the License. <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>oodt-sso</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/webapp/components/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/components/pom.xml b/webapp/components/pom.xml index f351ba1..ebe39de 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>oodt-webapp-components</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/webapp/fmbrowser/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/fmbrowser/pom.xml b/webapp/fmbrowser/pom.xml index 3b090db..dd22f8d 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>fmbrowser</artifactId> - <version>1.0</version> + <version>1.1-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.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> </project> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/webapp/fmprod/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/fmprod/pom.xml b/webapp/fmprod/pom.xml index 48a2762..f5e4646 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>cas-product</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/webapp/wmonitor/pom.xml ---------------------------------------------------------------------- diff --git a/webapp/wmonitor/pom.xml b/webapp/wmonitor/pom.xml index 42fce10..c97132b 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../../core/pom.xml</relativePath> </parent> <artifactId>wmonitor</artifactId> - <version>1.0</version> + <version>1.1-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.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> </project> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/workflow/pom.xml ---------------------------------------------------------------------- diff --git a/workflow/pom.xml b/workflow/pom.xml index edb6fa5..7cd03eb 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.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>cas-workflow</artifactId> http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/xmlps/pom.xml ---------------------------------------------------------------------- diff --git a/xmlps/pom.xml b/xmlps/pom.xml index 2b5704e..01b49c3 100644 --- a/xmlps/pom.xml +++ b/xmlps/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>oodt-xmlps</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <name>XML-configured, DBMS-based Product and Profile Server</name> <description>An XML-configured DBMS-based Product and Profile meant to easily sit on top of Web-Grid and other Product and Profile server contexts http://git-wip-us.apache.org/repos/asf/oodt/blob/94a1c72d/xmlquery/pom.xml ---------------------------------------------------------------------- diff --git a/xmlquery/pom.xml b/xmlquery/pom.xml index cf88957..f227b81 100644 --- a/xmlquery/pom.xml +++ b/xmlquery/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.oodt</groupId> <artifactId>oodt-core</artifactId> - <version>1.0</version> + <version>1.1-SNAPSHOT</version> <relativePath>../core/pom.xml</relativePath> </parent> <artifactId>oodt-xmlquery</artifactId> @@ -94,7 +94,7 @@ <!--<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/xmlquery</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/xmlquery</developerConnection> <url>http://svn.apache.org/viewvc/oodt/trunk/xmlquery</url>--> - <tag>1.0</tag> + <tag>0.13-SNAPSHOT</tag> </scm> <profiles> <profile>
