[maven-release-plugin] prepare for next development iteration
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/d5b1b2d9 Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/d5b1b2d9 Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/d5b1b2d9 Branch: refs/heads/workflow-support Commit: d5b1b2d9766f831aa0d14d4b7ffa85319db23382 Parents: 0643c3a Author: Suresh Marru <[email protected]> Authored: Tue Jul 22 10:53:17 2014 -0400 Committer: Suresh Marru <[email protected]> Committed: Tue Jul 22 10:53:17 2014 -0400 ---------------------------------------------------------------------- airavata-api/airavata-api-server/pom.xml | 2 +- airavata-api/airavata-api-stubs/pom.xml | 2 +- airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml | 2 +- airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml | 2 +- airavata-api/airavata-client-sdks/java-client-samples/pom.xml | 2 +- airavata-api/airavata-client-sdks/pom.xml | 2 +- airavata-api/airavata-data-models/pom.xml | 2 +- airavata-api/airavata-model-utils/pom.xml | 2 +- airavata-api/pom.xml | 2 +- modules/airavata-client/pom.xml | 2 +- modules/app-catalog/app-catalog-cpi/pom.xml | 2 +- modules/app-catalog/app-catalog-data/pom.xml | 2 +- modules/app-catalog/pom.xml | 2 +- modules/commons/gfac-schema/pom.xml | 2 +- modules/commons/pom.xml | 2 +- modules/commons/utils/pom.xml | 2 +- modules/commons/workflow-execution-context/pom.xml | 2 +- modules/commons/workflow-tracking/pom.xml | 2 +- modules/configuration/client/pom.xml | 2 +- modules/configuration/pom.xml | 2 +- modules/configuration/server/pom.xml | 2 +- modules/credential-store-service/credential-store-webapp/pom.xml | 2 +- modules/credential-store-service/credential-store/pom.xml | 2 +- modules/credential-store-service/pom.xml | 2 +- modules/distribution/client/java/pom.xml | 2 +- modules/distribution/client/pom.xml | 2 +- modules/distribution/pom.xml | 2 +- modules/distribution/release/pom.xml | 2 +- modules/distribution/server/pom.xml | 2 +- modules/gfac/airavata-gfac-service/pom.xml | 2 +- modules/gfac/gfac-bes/pom.xml | 2 +- modules/gfac/gfac-core/pom.xml | 2 +- modules/gfac/gfac-ec2/pom.xml | 2 +- modules/gfac/gfac-gram/pom.xml | 2 +- modules/gfac/gfac-gsissh/pom.xml | 2 +- modules/gfac/gfac-hadoop/pom.xml | 2 +- modules/gfac/gfac-local/pom.xml | 2 +- modules/gfac/gfac-monitor/pom.xml | 2 +- modules/gfac/gfac-ssh/pom.xml | 2 +- modules/gfac/pom.xml | 2 +- modules/orchestrator/airavata-orchestrator-service/pom.xml | 2 +- modules/orchestrator/orchestrator-client-sdks/pom.xml | 2 +- modules/orchestrator/orchestrator-core/pom.xml | 2 +- modules/orchestrator/pom.xml | 2 +- modules/registry/airavata-jpa-registry/pom.xml | 2 +- modules/registry/pom.xml | 2 +- modules/registry/registry-api/pom.xml | 2 +- modules/registry/registry-cpi/pom.xml | 2 +- modules/security/pom.xml | 2 +- modules/server/pom.xml | 2 +- modules/test-suite/pom.xml | 2 +- modules/workflow-model/pom.xml | 2 +- modules/workflow-model/workflow-model-core/pom.xml | 2 +- modules/ws-messenger/client/pom.xml | 2 +- modules/ws-messenger/commons/pom.xml | 2 +- modules/ws-messenger/message-monitor/pom.xml | 2 +- modules/ws-messenger/pom.xml | 2 +- pom.xml | 4 ++-- tools/gsissh/pom.xml | 2 +- tools/pom.xml | 2 +- tools/registry-tool/pom.xml | 2 +- 61 files changed, 62 insertions(+), 62 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/airavata-api/airavata-api-server/pom.xml ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-api-server/pom.xml b/airavata-api/airavata-api-server/pom.xml index 16dfa59..68c5d9a 100644 --- a/airavata-api/airavata-api-server/pom.xml +++ b/airavata-api/airavata-api-server/pom.xml @@ -15,7 +15,7 @@ <parent> <artifactId>airavata-api</artifactId> <groupId>org.apache.airavata</groupId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/airavata-api/airavata-api-stubs/pom.xml ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-api-stubs/pom.xml b/airavata-api/airavata-api-stubs/pom.xml index 165d363..5675865 100644 --- a/airavata-api/airavata-api-stubs/pom.xml +++ b/airavata-api/airavata-api-stubs/pom.xml @@ -15,7 +15,7 @@ <parent> <artifactId>airavata-api</artifactId> <groupId>org.apache.airavata</groupId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml b/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml index 20c881a..5564b07 100644 --- a/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml +++ b/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata-client-sdks</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml b/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml index 422ceae..1129750 100644 --- a/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml +++ b/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata-client-sdks</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/airavata-api/airavata-client-sdks/java-client-samples/pom.xml ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-client-sdks/java-client-samples/pom.xml b/airavata-api/airavata-client-sdks/java-client-samples/pom.xml index b598c42..d51d9f5 100644 --- a/airavata-api/airavata-client-sdks/java-client-samples/pom.xml +++ b/airavata-api/airavata-client-sdks/java-client-samples/pom.xml @@ -15,7 +15,7 @@ <parent> <artifactId>airavata-client-sdks</artifactId> <groupId>org.apache.airavata</groupId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/airavata-api/airavata-client-sdks/pom.xml ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-client-sdks/pom.xml b/airavata-api/airavata-client-sdks/pom.xml index 52bf1a1..f0dd5e9 100644 --- a/airavata-api/airavata-client-sdks/pom.xml +++ b/airavata-api/airavata-client-sdks/pom.xml @@ -15,7 +15,7 @@ <parent> <artifactId>airavata-api</artifactId> <groupId>org.apache.airavata</groupId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/airavata-api/airavata-data-models/pom.xml ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-data-models/pom.xml b/airavata-api/airavata-data-models/pom.xml index 37a8657..95a948b 100644 --- a/airavata-api/airavata-data-models/pom.xml +++ b/airavata-api/airavata-data-models/pom.xml @@ -15,7 +15,7 @@ <parent> <artifactId>airavata-api</artifactId> <groupId>org.apache.airavata</groupId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/airavata-api/airavata-model-utils/pom.xml ---------------------------------------------------------------------- diff --git a/airavata-api/airavata-model-utils/pom.xml b/airavata-api/airavata-model-utils/pom.xml index 3a4d6e5..42413d9 100644 --- a/airavata-api/airavata-model-utils/pom.xml +++ b/airavata-api/airavata-model-utils/pom.xml @@ -15,7 +15,7 @@ <parent> <artifactId>airavata-api</artifactId> <groupId>org.apache.airavata</groupId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/airavata-api/pom.xml ---------------------------------------------------------------------- diff --git a/airavata-api/pom.xml b/airavata-api/pom.xml index 1fac3ac..39bd875 100644 --- a/airavata-api/pom.xml +++ b/airavata-api/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/airavata-client/pom.xml ---------------------------------------------------------------------- diff --git a/modules/airavata-client/pom.xml b/modules/airavata-client/pom.xml index 8e1a13e..feb967f 100644 --- a/modules/airavata-client/pom.xml +++ b/modules/airavata-client/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/app-catalog/app-catalog-cpi/pom.xml ---------------------------------------------------------------------- diff --git a/modules/app-catalog/app-catalog-cpi/pom.xml b/modules/app-catalog/app-catalog-cpi/pom.xml index 25b9149..9c7478d 100644 --- a/modules/app-catalog/app-catalog-cpi/pom.xml +++ b/modules/app-catalog/app-catalog-cpi/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>app-catalog</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/app-catalog/app-catalog-data/pom.xml ---------------------------------------------------------------------- diff --git a/modules/app-catalog/app-catalog-data/pom.xml b/modules/app-catalog/app-catalog-data/pom.xml index b923732..6e74435 100644 --- a/modules/app-catalog/app-catalog-data/pom.xml +++ b/modules/app-catalog/app-catalog-data/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>app-catalog</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/app-catalog/pom.xml ---------------------------------------------------------------------- diff --git a/modules/app-catalog/pom.xml b/modules/app-catalog/pom.xml index f8e995c..bf9dea0 100644 --- a/modules/app-catalog/pom.xml +++ b/modules/app-catalog/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/commons/gfac-schema/pom.xml ---------------------------------------------------------------------- diff --git a/modules/commons/gfac-schema/pom.xml b/modules/commons/gfac-schema/pom.xml index ea0e45b..09600db 100644 --- a/modules/commons/gfac-schema/pom.xml +++ b/modules/commons/gfac-schema/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>commons</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/commons/pom.xml ---------------------------------------------------------------------- diff --git a/modules/commons/pom.xml b/modules/commons/pom.xml index 58713bf..5ce886c 100644 --- a/modules/commons/pom.xml +++ b/modules/commons/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/commons/utils/pom.xml ---------------------------------------------------------------------- diff --git a/modules/commons/utils/pom.xml b/modules/commons/utils/pom.xml index 214bf12..8d99236 100644 --- a/modules/commons/utils/pom.xml +++ b/modules/commons/utils/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>commons</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/commons/workflow-execution-context/pom.xml ---------------------------------------------------------------------- diff --git a/modules/commons/workflow-execution-context/pom.xml b/modules/commons/workflow-execution-context/pom.xml index 66fb48f..5279a7f 100644 --- a/modules/commons/workflow-execution-context/pom.xml +++ b/modules/commons/workflow-execution-context/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>commons</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/commons/workflow-tracking/pom.xml ---------------------------------------------------------------------- diff --git a/modules/commons/workflow-tracking/pom.xml b/modules/commons/workflow-tracking/pom.xml index 34e5bb6..5faf8ce 100644 --- a/modules/commons/workflow-tracking/pom.xml +++ b/modules/commons/workflow-tracking/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>commons</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/configuration/client/pom.xml ---------------------------------------------------------------------- diff --git a/modules/configuration/client/pom.xml b/modules/configuration/client/pom.xml index 10d1f35..37ef7e8 100644 --- a/modules/configuration/client/pom.xml +++ b/modules/configuration/client/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata-configuration</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/configuration/pom.xml ---------------------------------------------------------------------- diff --git a/modules/configuration/pom.xml b/modules/configuration/pom.xml index 50f1c77..d16bd16 100644 --- a/modules/configuration/pom.xml +++ b/modules/configuration/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/configuration/server/pom.xml ---------------------------------------------------------------------- diff --git a/modules/configuration/server/pom.xml b/modules/configuration/server/pom.xml index 464cce9..8f415b9 100644 --- a/modules/configuration/server/pom.xml +++ b/modules/configuration/server/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata-configuration</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/credential-store-service/credential-store-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/modules/credential-store-service/credential-store-webapp/pom.xml b/modules/credential-store-service/credential-store-webapp/pom.xml index b2b12b8..9c8ca71 100644 --- a/modules/credential-store-service/credential-store-webapp/pom.xml +++ b/modules/credential-store-service/credential-store-webapp/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata-credential-store-service</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/credential-store-service/credential-store/pom.xml ---------------------------------------------------------------------- diff --git a/modules/credential-store-service/credential-store/pom.xml b/modules/credential-store-service/credential-store/pom.xml index 8df5eca..e3c8a4a 100644 --- a/modules/credential-store-service/credential-store/pom.xml +++ b/modules/credential-store-service/credential-store/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/credential-store-service/pom.xml ---------------------------------------------------------------------- diff --git a/modules/credential-store-service/pom.xml b/modules/credential-store-service/pom.xml index 91393aa..264eae3 100644 --- a/modules/credential-store-service/pom.xml +++ b/modules/credential-store-service/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/distribution/client/java/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/client/java/pom.xml b/modules/distribution/client/java/pom.xml index 2b3ba9b..e3b8fac 100644 --- a/modules/distribution/client/java/pom.xml +++ b/modules/distribution/client/java/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata-client-parent</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/distribution/client/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/client/pom.xml b/modules/distribution/client/pom.xml index 4895d38..9a8d636 100644 --- a/modules/distribution/client/pom.xml +++ b/modules/distribution/client/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>distribution</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 9f69911..ff886d5 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/distribution/release/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/release/pom.xml b/modules/distribution/release/pom.xml index 6c02865..e5faff5 100644 --- a/modules/distribution/release/pom.xml +++ b/modules/distribution/release/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>distribution</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/distribution/server/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/server/pom.xml b/modules/distribution/server/pom.xml index d94e0e6..4705f37 100644 --- a/modules/distribution/server/pom.xml +++ b/modules/distribution/server/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>distribution</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/gfac/airavata-gfac-service/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/airavata-gfac-service/pom.xml b/modules/gfac/airavata-gfac-service/pom.xml index a082f31..4387115 100644 --- a/modules/gfac/airavata-gfac-service/pom.xml +++ b/modules/gfac/airavata-gfac-service/pom.xml @@ -15,7 +15,7 @@ <parent> <artifactId>gfac</artifactId> <groupId>org.apache.airavata</groupId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/gfac/gfac-bes/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-bes/pom.xml b/modules/gfac/gfac-bes/pom.xml index 5615657..2f63d97 100644 --- a/modules/gfac/gfac-bes/pom.xml +++ b/modules/gfac/gfac-bes/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>gfac</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/gfac/gfac-core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-core/pom.xml b/modules/gfac/gfac-core/pom.xml index 2b6ad4e..f0a73f6 100644 --- a/modules/gfac/gfac-core/pom.xml +++ b/modules/gfac/gfac-core/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>gfac</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/gfac/gfac-ec2/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-ec2/pom.xml b/modules/gfac/gfac-ec2/pom.xml index b8efd62..26c3b75 100644 --- a/modules/gfac/gfac-ec2/pom.xml +++ b/modules/gfac/gfac-ec2/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>gfac</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/gfac/gfac-gram/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-gram/pom.xml b/modules/gfac/gfac-gram/pom.xml index 88fd21d..841e792 100644 --- a/modules/gfac/gfac-gram/pom.xml +++ b/modules/gfac/gfac-gram/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>gfac</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/gfac/gfac-gsissh/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-gsissh/pom.xml b/modules/gfac/gfac-gsissh/pom.xml index 53de8c5..359400c 100644 --- a/modules/gfac/gfac-gsissh/pom.xml +++ b/modules/gfac/gfac-gsissh/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>gfac</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/gfac/gfac-hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-hadoop/pom.xml b/modules/gfac/gfac-hadoop/pom.xml index e1b1c1b..3cd412c 100644 --- a/modules/gfac/gfac-hadoop/pom.xml +++ b/modules/gfac/gfac-hadoop/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>gfac</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/gfac/gfac-local/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-local/pom.xml b/modules/gfac/gfac-local/pom.xml index ac17997..9776f0a 100644 --- a/modules/gfac/gfac-local/pom.xml +++ b/modules/gfac/gfac-local/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>gfac</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/gfac/gfac-monitor/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-monitor/pom.xml b/modules/gfac/gfac-monitor/pom.xml index 3e3a1ab..e4601ea 100644 --- a/modules/gfac/gfac-monitor/pom.xml +++ b/modules/gfac/gfac-monitor/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>gfac</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/gfac/gfac-ssh/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-ssh/pom.xml b/modules/gfac/gfac-ssh/pom.xml index 73a1de4..1cd8722 100644 --- a/modules/gfac/gfac-ssh/pom.xml +++ b/modules/gfac/gfac-ssh/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>gfac</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/gfac/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/pom.xml b/modules/gfac/pom.xml index 8ef16ad..9454661 100644 --- a/modules/gfac/pom.xml +++ b/modules/gfac/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/orchestrator/airavata-orchestrator-service/pom.xml ---------------------------------------------------------------------- diff --git a/modules/orchestrator/airavata-orchestrator-service/pom.xml b/modules/orchestrator/airavata-orchestrator-service/pom.xml index e1a28a2..c3d2c9c 100644 --- a/modules/orchestrator/airavata-orchestrator-service/pom.xml +++ b/modules/orchestrator/airavata-orchestrator-service/pom.xml @@ -15,7 +15,7 @@ <parent> <artifactId>orchestrator</artifactId> <groupId>org.apache.airavata</groupId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/orchestrator/orchestrator-client-sdks/pom.xml ---------------------------------------------------------------------- diff --git a/modules/orchestrator/orchestrator-client-sdks/pom.xml b/modules/orchestrator/orchestrator-client-sdks/pom.xml index e698359..b2a4342 100644 --- a/modules/orchestrator/orchestrator-client-sdks/pom.xml +++ b/modules/orchestrator/orchestrator-client-sdks/pom.xml @@ -15,7 +15,7 @@ <parent> <artifactId>orchestrator</artifactId> <groupId>org.apache.airavata</groupId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/orchestrator/orchestrator-core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/orchestrator/orchestrator-core/pom.xml b/modules/orchestrator/orchestrator-core/pom.xml index b272a6d..9b17aad 100644 --- a/modules/orchestrator/orchestrator-core/pom.xml +++ b/modules/orchestrator/orchestrator-core/pom.xml @@ -14,7 +14,7 @@ the License. --> <parent> <groupId>org.apache.airavata</groupId> <artifactId>orchestrator</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/orchestrator/pom.xml ---------------------------------------------------------------------- diff --git a/modules/orchestrator/pom.xml b/modules/orchestrator/pom.xml index 3774f07..4eca9dc 100644 --- a/modules/orchestrator/pom.xml +++ b/modules/orchestrator/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/registry/airavata-jpa-registry/pom.xml ---------------------------------------------------------------------- diff --git a/modules/registry/airavata-jpa-registry/pom.xml b/modules/registry/airavata-jpa-registry/pom.xml index a1e13c4..483b31a 100644 --- a/modules/registry/airavata-jpa-registry/pom.xml +++ b/modules/registry/airavata-jpa-registry/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>registry</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/registry/pom.xml ---------------------------------------------------------------------- diff --git a/modules/registry/pom.xml b/modules/registry/pom.xml index ef2f2e8..482d51a 100644 --- a/modules/registry/pom.xml +++ b/modules/registry/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/registry/registry-api/pom.xml ---------------------------------------------------------------------- diff --git a/modules/registry/registry-api/pom.xml b/modules/registry/registry-api/pom.xml index 59b8592..bd1d5d1 100644 --- a/modules/registry/registry-api/pom.xml +++ b/modules/registry/registry-api/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>registry</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/registry/registry-cpi/pom.xml ---------------------------------------------------------------------- diff --git a/modules/registry/registry-cpi/pom.xml b/modules/registry/registry-cpi/pom.xml index fa534b5..57b7395 100644 --- a/modules/registry/registry-cpi/pom.xml +++ b/modules/registry/registry-cpi/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>registry</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/security/pom.xml ---------------------------------------------------------------------- diff --git a/modules/security/pom.xml b/modules/security/pom.xml index cf5a88d..f086ff8 100644 --- a/modules/security/pom.xml +++ b/modules/security/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/server/pom.xml ---------------------------------------------------------------------- diff --git a/modules/server/pom.xml b/modules/server/pom.xml index da3a2a6..dba1472 100644 --- a/modules/server/pom.xml +++ b/modules/server/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/test-suite/pom.xml ---------------------------------------------------------------------- diff --git a/modules/test-suite/pom.xml b/modules/test-suite/pom.xml index 110c61a..d3a36ed 100644 --- a/modules/test-suite/pom.xml +++ b/modules/test-suite/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/workflow-model/pom.xml ---------------------------------------------------------------------- diff --git a/modules/workflow-model/pom.xml b/modules/workflow-model/pom.xml index 729728b..2ea29c7 100644 --- a/modules/workflow-model/pom.xml +++ b/modules/workflow-model/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/workflow-model/workflow-model-core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/workflow-model/workflow-model-core/pom.xml b/modules/workflow-model/workflow-model-core/pom.xml index 1558164..975664b 100644 --- a/modules/workflow-model/workflow-model-core/pom.xml +++ b/modules/workflow-model/workflow-model-core/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata-workflow-model-parent</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/ws-messenger/client/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ws-messenger/client/pom.xml b/modules/ws-messenger/client/pom.xml index 9833262..cc0c1b8 100644 --- a/modules/ws-messenger/client/pom.xml +++ b/modules/ws-messenger/client/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata-ws-messenger</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/ws-messenger/commons/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ws-messenger/commons/pom.xml b/modules/ws-messenger/commons/pom.xml index 88ef654..899f4d3 100644 --- a/modules/ws-messenger/commons/pom.xml +++ b/modules/ws-messenger/commons/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata-ws-messenger</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/ws-messenger/message-monitor/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ws-messenger/message-monitor/pom.xml b/modules/ws-messenger/message-monitor/pom.xml index cd2f481..1b40937 100644 --- a/modules/ws-messenger/message-monitor/pom.xml +++ b/modules/ws-messenger/message-monitor/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata-ws-messenger</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/modules/ws-messenger/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ws-messenger/pom.xml b/modules/ws-messenger/pom.xml index daba602..5f18010 100644 --- a/modules/ws-messenger/pom.xml +++ b/modules/ws-messenger/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 63e2cbe..668600f 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <artifactId>airavata</artifactId> <packaging>pom</packaging> <name>Airavata</name> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <url>http://airavata.apache.org/</url> <inceptionYear>2011</inceptionYear> @@ -35,7 +35,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/airavata.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/airavata.git</developerConnection> <url> https://git-wip-us.apache.org/repos/asf?p=airavata.git</url> - <tag>airavata-0.13</tag> + <tag>HEAD</tag> </scm> <mailingLists> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/tools/gsissh/pom.xml ---------------------------------------------------------------------- diff --git a/tools/gsissh/pom.xml b/tools/gsissh/pom.xml index 406b7c5..bef33c8 100644 --- a/tools/gsissh/pom.xml +++ b/tools/gsissh/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/tools/pom.xml ---------------------------------------------------------------------- diff --git a/tools/pom.xml b/tools/pom.xml index 7d98c8e..c831119 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/d5b1b2d9/tools/registry-tool/pom.xml ---------------------------------------------------------------------- diff --git a/tools/registry-tool/pom.xml b/tools/registry-tool/pom.xml index b417e91..1b485a3 100644 --- a/tools/registry-tool/pom.xml +++ b/tools/registry-tool/pom.xml @@ -12,7 +12,7 @@ <parent> <groupId>org.apache.airavata</groupId> <artifactId>airavata-tools-parent</artifactId> - <version>0.13</version> + <version>0.14-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent>
