[maven-release-plugin] prepare release airavata-0.13
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/0643c3ad Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/0643c3ad Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/0643c3ad Branch: refs/heads/workflow-support Commit: 0643c3ad92c28cc5a8fe8773578a3faf84a02611 Parents: d63455a Author: Suresh Marru <[email protected]> Authored: Tue Jul 22 10:53:07 2014 -0400 Committer: Suresh Marru <[email protected]> Committed: Tue Jul 22 10:53:07 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 | 5 ++--- 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 | 5 ++--- 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 +- .../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 | 5 ++--- modules/gfac/gfac-ssh/pom.xml | 5 ++--- 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, 66 insertions(+), 70 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 c585408..16dfa59 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 4303ad5..165d363 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 892e8c1..20c881a 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 92e6b4a..422ceae 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 f678f3a..b598c42 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 d638485..52bf1a1 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 2e1548b..37a8657 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 964743a..3a4d6e5 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/airavata-api/pom.xml ---------------------------------------------------------------------- diff --git a/airavata-api/pom.xml b/airavata-api/pom.xml index 8ff0bd9..1fac3ac 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/airavata-client/pom.xml ---------------------------------------------------------------------- diff --git a/modules/airavata-client/pom.xml b/modules/airavata-client/pom.xml index a8e59b2..8e1a13e 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 2cf5cb5..25b9149 100644 --- a/modules/app-catalog/app-catalog-cpi/pom.xml +++ b/modules/app-catalog/app-catalog-cpi/pom.xml @@ -8,13 +8,12 @@ ANY ~ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.airavata</groupId> <artifactId>app-catalog</artifactId> - <version>0.13-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 c96b1e6..b923732 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/app-catalog/pom.xml ---------------------------------------------------------------------- diff --git a/modules/app-catalog/pom.xml b/modules/app-catalog/pom.xml index 400bcb8..f8e995c 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/commons/gfac-schema/pom.xml ---------------------------------------------------------------------- diff --git a/modules/commons/gfac-schema/pom.xml b/modules/commons/gfac-schema/pom.xml index 56b4c10..ea0e45b 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/commons/pom.xml ---------------------------------------------------------------------- diff --git a/modules/commons/pom.xml b/modules/commons/pom.xml index 383c3b7..58713bf 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/commons/utils/pom.xml ---------------------------------------------------------------------- diff --git a/modules/commons/utils/pom.xml b/modules/commons/utils/pom.xml index aca8fea..214bf12 100644 --- a/modules/commons/utils/pom.xml +++ b/modules/commons/utils/pom.xml @@ -8,13 +8,12 @@ ANY ~ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.airavata</groupId> <artifactId>commons</artifactId> - <version>0.13-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 ab496ad..66fb48f 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/commons/workflow-tracking/pom.xml ---------------------------------------------------------------------- diff --git a/modules/commons/workflow-tracking/pom.xml b/modules/commons/workflow-tracking/pom.xml index 8d7eda3..34e5bb6 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/configuration/client/pom.xml ---------------------------------------------------------------------- diff --git a/modules/configuration/client/pom.xml b/modules/configuration/client/pom.xml index c19c225..10d1f35 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/configuration/pom.xml ---------------------------------------------------------------------- diff --git a/modules/configuration/pom.xml b/modules/configuration/pom.xml index aaa13d4..50f1c77 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/configuration/server/pom.xml ---------------------------------------------------------------------- diff --git a/modules/configuration/server/pom.xml b/modules/configuration/server/pom.xml index 510cc5b..464cce9 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 85f5c23..b2b12b8 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 43c11d1..8df5eca 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/credential-store-service/pom.xml ---------------------------------------------------------------------- diff --git a/modules/credential-store-service/pom.xml b/modules/credential-store-service/pom.xml index 19ed25a..91393aa 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/distribution/client/java/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/client/java/pom.xml b/modules/distribution/client/java/pom.xml index 632847a..2b3ba9b 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/distribution/client/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/client/pom.xml b/modules/distribution/client/pom.xml index 9fe6e48..4895d38 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 0bdcb8f..9f69911 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/distribution/release/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/release/pom.xml b/modules/distribution/release/pom.xml index fa7690c..6c02865 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/distribution/server/pom.xml ---------------------------------------------------------------------- diff --git a/modules/distribution/server/pom.xml b/modules/distribution/server/pom.xml index fcc4ec4..d94e0e6 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 d02a658..a082f31 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/gfac/gfac-bes/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-bes/pom.xml b/modules/gfac/gfac-bes/pom.xml index 1ed24d7..5615657 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/gfac/gfac-core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-core/pom.xml b/modules/gfac/gfac-core/pom.xml index e5a0f00..2b6ad4e 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/gfac/gfac-ec2/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-ec2/pom.xml b/modules/gfac/gfac-ec2/pom.xml index 6b95319..b8efd62 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/gfac/gfac-gram/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-gram/pom.xml b/modules/gfac/gfac-gram/pom.xml index 2b25558..88fd21d 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/gfac/gfac-gsissh/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-gsissh/pom.xml b/modules/gfac/gfac-gsissh/pom.xml index 49b3ce4..53de8c5 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/gfac/gfac-hadoop/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-hadoop/pom.xml b/modules/gfac/gfac-hadoop/pom.xml index 0a64ab8..e1b1c1b 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/gfac/gfac-local/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-local/pom.xml b/modules/gfac/gfac-local/pom.xml index ff86b0e..ac17997 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/gfac/gfac-monitor/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-monitor/pom.xml b/modules/gfac/gfac-monitor/pom.xml index 0665490..3e3a1ab 100644 --- a/modules/gfac/gfac-monitor/pom.xml +++ b/modules/gfac/gfac-monitor/pom.xml @@ -8,12 +8,11 @@ ANY ~ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.airavata</groupId> <artifactId>gfac</artifactId> - <version>0.13-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/gfac/gfac-ssh/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/gfac-ssh/pom.xml b/modules/gfac/gfac-ssh/pom.xml index e850a49..73a1de4 100644 --- a/modules/gfac/gfac-ssh/pom.xml +++ b/modules/gfac/gfac-ssh/pom.xml @@ -8,12 +8,11 @@ ANY ~ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.apache.airavata</groupId> <artifactId>gfac</artifactId> - <version>0.13-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/gfac/pom.xml ---------------------------------------------------------------------- diff --git a/modules/gfac/pom.xml b/modules/gfac/pom.xml index fc4447b..8ef16ad 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 ca58413..e1a28a2 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 5e9486b..e698359 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/orchestrator/orchestrator-core/pom.xml ---------------------------------------------------------------------- diff --git a/modules/orchestrator/orchestrator-core/pom.xml b/modules/orchestrator/orchestrator-core/pom.xml index 5f5382e..b272a6d 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/orchestrator/pom.xml ---------------------------------------------------------------------- diff --git a/modules/orchestrator/pom.xml b/modules/orchestrator/pom.xml index 6f48b3f..3774f07 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 9a58037..a1e13c4 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/registry/pom.xml ---------------------------------------------------------------------- diff --git a/modules/registry/pom.xml b/modules/registry/pom.xml index 03578a9..ef2f2e8 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/registry/registry-api/pom.xml ---------------------------------------------------------------------- diff --git a/modules/registry/registry-api/pom.xml b/modules/registry/registry-api/pom.xml index a8f640b..59b8592 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/registry/registry-cpi/pom.xml ---------------------------------------------------------------------- diff --git a/modules/registry/registry-cpi/pom.xml b/modules/registry/registry-cpi/pom.xml index 53037a8..fa534b5 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/security/pom.xml ---------------------------------------------------------------------- diff --git a/modules/security/pom.xml b/modules/security/pom.xml index 3135bde..cf5a88d 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/server/pom.xml ---------------------------------------------------------------------- diff --git a/modules/server/pom.xml b/modules/server/pom.xml index 3d432ec..da3a2a6 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/test-suite/pom.xml ---------------------------------------------------------------------- diff --git a/modules/test-suite/pom.xml b/modules/test-suite/pom.xml index 255cb56..110c61a 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/workflow-model/pom.xml ---------------------------------------------------------------------- diff --git a/modules/workflow-model/pom.xml b/modules/workflow-model/pom.xml index d9d1554..729728b 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 e4db95a..1558164 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/ws-messenger/client/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ws-messenger/client/pom.xml b/modules/ws-messenger/client/pom.xml index 0ee67a0..9833262 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-SNAPSHOT</version> + <version>0.13</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/ws-messenger/commons/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ws-messenger/commons/pom.xml b/modules/ws-messenger/commons/pom.xml index 17c9207..88ef654 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-SNAPSHOT</version> + <version>0.13</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/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 ded47a7..cd2f481 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-SNAPSHOT</version> + <version>0.13</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/modules/ws-messenger/pom.xml ---------------------------------------------------------------------- diff --git a/modules/ws-messenger/pom.xml b/modules/ws-messenger/pom.xml index 363b00d..daba602 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 694afb9..63e2cbe 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <artifactId>airavata</artifactId> <packaging>pom</packaging> <name>Airavata</name> - <version>0.13-SNAPSHOT</version> + <version>0.13</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>HEAD</tag> + <tag>airavata-0.13</tag> </scm> <mailingLists> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/tools/gsissh/pom.xml ---------------------------------------------------------------------- diff --git a/tools/gsissh/pom.xml b/tools/gsissh/pom.xml index 4edb016..406b7c5 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/tools/pom.xml ---------------------------------------------------------------------- diff --git a/tools/pom.xml b/tools/pom.xml index 64eb40c..7d98c8e 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/airavata/blob/0643c3ad/tools/registry-tool/pom.xml ---------------------------------------------------------------------- diff --git a/tools/registry-tool/pom.xml b/tools/registry-tool/pom.xml index 89b333d..b417e91 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-SNAPSHOT</version> + <version>0.13</version> <relativePath>../pom.xml</relativePath> </parent>
