This is an automated email from the ASF dual-hosted git repository.
smarru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new bcbfb67 [maven-release-plugin] prepare for next development iteration
bcbfb67 is described below
commit bcbfb67ab59bff3bcdc08e04dbef0ae4bb2e688e
Author: Suresh Marru <[email protected]>
AuthorDate: Thu Mar 21 00:25:09 2019 -0400
[maven-release-plugin] prepare for next development iteration
---
airavata-api/airavata-api-server/pom.xml | 4 ++--
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/airavata-python-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 +-
airavata-services/pom.xml | 2 +-
airavata-services/profile-service/iam-admin-services-core/pom.xml | 2 +-
airavata-services/profile-service/pom.xml | 2 +-
.../profile-service-client-sdks/java-client-samples/pom.xml | 2 +-
airavata-services/profile-service/profile-service-client-sdks/pom.xml | 2 +-
airavata-services/profile-service/profile-service-commons/pom.xml | 2 +-
airavata-services/profile-service/profile-service-server/pom.xml | 2 +-
airavata-services/profile-service/profile-service-stubs/pom.xml | 2 +-
airavata-services/profile-service/profile-tenant-core/pom.xml | 2 +-
airavata-services/profile-service/profile-user-core/pom.xml | 2 +-
airavata-services/services-security/pom.xml | 2 +-
modules/cloud/aurora-client/pom.xml | 2 +-
modules/cloud/cloud-provisioning/pom.xml | 2 +-
modules/cloud/pom.xml | 2 +-
modules/cluster-monitoring/pom.xml | 2 +-
modules/commons/pom.xml | 2 +-
modules/compute-account-provisioning/pom.xml | 2 +-
modules/configuration/client/pom.xml | 2 +-
modules/configuration/pom.xml | 2 +-
modules/configuration/server/pom.xml | 2 +-
modules/credential-store/credential-store-service/pom.xml | 2 +-
modules/credential-store/credential-store-stubs/pom.xml | 2 +-
modules/credential-store/pom.xml | 2 +-
modules/db-event-manager/pom.xml | 4 ++--
modules/distribution/pom.xml | 2 +-
modules/gfac/gfac-application-specific-handlers/pom.xml | 2 +-
modules/gfac/gfac-client/pom.xml | 2 +-
modules/gfac/gfac-core/pom.xml | 2 +-
modules/gfac/gfac-impl/pom.xml | 2 +-
modules/gfac/gfac-service/pom.xml | 2 +-
modules/gfac/pom.xml | 2 +-
modules/messaging/client/pom.xml | 2 +-
modules/messaging/core/pom.xml | 2 +-
modules/messaging/pom.xml | 2 +-
modules/monitoring/pom.xml | 2 +-
modules/orchestrator/orchestrator-client/pom.xml | 2 +-
modules/orchestrator/orchestrator-core/pom.xml | 2 +-
modules/orchestrator/orchestrator-service/pom.xml | 2 +-
modules/orchestrator/pom.xml | 2 +-
modules/registry/pom.xml | 2 +-
modules/registry/registry-core/pom.xml | 2 +-
modules/registry/registry-cpi/pom.xml | 2 +-
modules/registry/registry-server/pom.xml | 2 +-
modules/registry/registry-server/registry-api-service/pom.xml | 2 +-
modules/registry/registry-server/registry-api-stubs/pom.xml | 2 +-
modules/registry/registry-tools/jpa-gen/pom.xml | 2 +-
modules/registry/registry-tools/pom.xml | 2 +-
modules/registry/registry-tools/registry-tool/pom.xml | 2 +-
modules/security/pom.xml | 2 +-
modules/server/pom.xml | 2 +-
modules/sharing-registry/pom.xml | 2 +-
modules/sharing-registry/sharing-data-migrator/pom.xml | 4 ++--
modules/sharing-registry/sharing-registry-distribution/pom.xml | 2 +-
modules/sharing-registry/sharing-registry-server/pom.xml | 4 ++--
modules/sharing-registry/sharing-registry-stubs/pom.xml | 4 ++--
modules/user-profile-migration/pom.xml | 4 ++--
modules/workflow/pom.xml | 4 ++--
modules/workflow/workflow-core/pom.xml | 2 +-
pom.xml | 4 ++--
69 files changed, 77 insertions(+), 77 deletions(-)
diff --git a/airavata-api/airavata-api-server/pom.xml
b/airavata-api/airavata-api-server/pom.xml
index c112fce..d0a47b2 100644
--- a/airavata-api/airavata-api-server/pom.xml
+++ b/airavata-api/airavata-api-server/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-api</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -176,7 +176,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>services-security</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/airavata-api/airavata-api-stubs/pom.xml
b/airavata-api/airavata-api-stubs/pom.xml
index 39eb7f3..6ef6cee 100644
--- a/airavata-api/airavata-api-stubs/pom.xml
+++ b/airavata-api/airavata-api-stubs/pom.xml
@@ -27,7 +27,7 @@
<parent>
<artifactId>airavata-api</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
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 c751b8f..701e16d 100644
--- a/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml
+++ b/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-client-sdks</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
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 a382521..3e18ef7 100644
--- a/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml
+++ b/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-client-sdks</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-api/airavata-client-sdks/airavata-python-sdk/pom.xml
b/airavata-api/airavata-client-sdks/airavata-python-sdk/pom.xml
index 13b9bf1..b261497 100644
--- a/airavata-api/airavata-client-sdks/airavata-python-sdk/pom.xml
+++ b/airavata-api/airavata-client-sdks/airavata-python-sdk/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-client-sdks</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
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 fea2c2b..2e8ce40 100644
--- a/airavata-api/airavata-client-sdks/java-client-samples/pom.xml
+++ b/airavata-api/airavata-client-sdks/java-client-samples/pom.xml
@@ -27,7 +27,7 @@
<parent>
<artifactId>airavata-client-sdks</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-api/airavata-client-sdks/pom.xml
b/airavata-api/airavata-client-sdks/pom.xml
index abca58c..2427640 100644
--- a/airavata-api/airavata-client-sdks/pom.xml
+++ b/airavata-api/airavata-client-sdks/pom.xml
@@ -27,7 +27,7 @@
<parent>
<artifactId>airavata-api</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-api/airavata-data-models/pom.xml
b/airavata-api/airavata-data-models/pom.xml
index d67f754..b50d7ad 100644
--- a/airavata-api/airavata-data-models/pom.xml
+++ b/airavata-api/airavata-data-models/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-api</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-api/airavata-model-utils/pom.xml
b/airavata-api/airavata-model-utils/pom.xml
index 8c9c03f..52e71e4 100644
--- a/airavata-api/airavata-model-utils/pom.xml
+++ b/airavata-api/airavata-model-utils/pom.xml
@@ -27,7 +27,7 @@
<parent>
<artifactId>airavata-api</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-api/pom.xml b/airavata-api/pom.xml
index c00cb3d..7a262ff 100644
--- a/airavata-api/pom.xml
+++ b/airavata-api/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-services/pom.xml b/airavata-services/pom.xml
index 3406938..02681fa 100644
--- a/airavata-services/pom.xml
+++ b/airavata-services/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>airavata</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-services/profile-service/iam-admin-services-core/pom.xml
b/airavata-services/profile-service/iam-admin-services-core/pom.xml
index 4f08091..389bb61 100644
--- a/airavata-services/profile-service/iam-admin-services-core/pom.xml
+++ b/airavata-services/profile-service/iam-admin-services-core/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>profile-service</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-services/profile-service/pom.xml
b/airavata-services/profile-service/pom.xml
index 763c805..f062be4 100644
--- a/airavata-services/profile-service/pom.xml
+++ b/airavata-services/profile-service/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-services</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git
a/airavata-services/profile-service/profile-service-client-sdks/java-client-samples/pom.xml
b/airavata-services/profile-service/profile-service-client-sdks/java-client-samples/pom.xml
index 4088b53..e0a4596 100644
---
a/airavata-services/profile-service/profile-service-client-sdks/java-client-samples/pom.xml
+++
b/airavata-services/profile-service/profile-service-client-sdks/java-client-samples/pom.xml
@@ -27,7 +27,7 @@
<parent>
<artifactId>profile-service-client-sdks</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git
a/airavata-services/profile-service/profile-service-client-sdks/pom.xml
b/airavata-services/profile-service/profile-service-client-sdks/pom.xml
index da9ca6d..3e07abc 100644
--- a/airavata-services/profile-service/profile-service-client-sdks/pom.xml
+++ b/airavata-services/profile-service/profile-service-client-sdks/pom.xml
@@ -27,7 +27,7 @@
<parent>
<artifactId>profile-service</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-services/profile-service/profile-service-commons/pom.xml
b/airavata-services/profile-service/profile-service-commons/pom.xml
index 989afd3..e3e9d26 100644
--- a/airavata-services/profile-service/profile-service-commons/pom.xml
+++ b/airavata-services/profile-service/profile-service-commons/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>profile-service</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/airavata-services/profile-service/profile-service-server/pom.xml
b/airavata-services/profile-service/profile-service-server/pom.xml
index 64417fc..7113389 100644
--- a/airavata-services/profile-service/profile-service-server/pom.xml
+++ b/airavata-services/profile-service/profile-service-server/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>profile-service</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-services/profile-service/profile-service-stubs/pom.xml
b/airavata-services/profile-service/profile-service-stubs/pom.xml
index b1d9293..18b6ef9 100644
--- a/airavata-services/profile-service/profile-service-stubs/pom.xml
+++ b/airavata-services/profile-service/profile-service-stubs/pom.xml
@@ -27,7 +27,7 @@
<parent>
<artifactId>profile-service</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-services/profile-service/profile-tenant-core/pom.xml
b/airavata-services/profile-service/profile-tenant-core/pom.xml
index 3739738..a4f3741 100644
--- a/airavata-services/profile-service/profile-tenant-core/pom.xml
+++ b/airavata-services/profile-service/profile-tenant-core/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>profile-service</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-services/profile-service/profile-user-core/pom.xml
b/airavata-services/profile-service/profile-user-core/pom.xml
index 0a58164..8b61414 100644
--- a/airavata-services/profile-service/profile-user-core/pom.xml
+++ b/airavata-services/profile-service/profile-user-core/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>profile-service</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-services/services-security/pom.xml
b/airavata-services/services-security/pom.xml
index 99aca6d..c488b26 100644
--- a/airavata-services/services-security/pom.xml
+++ b/airavata-services/services-security/pom.xml
@@ -27,7 +27,7 @@
<parent>
<artifactId>airavata-services</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/cloud/aurora-client/pom.xml
b/modules/cloud/aurora-client/pom.xml
index fab7186..29f595b 100644
--- a/modules/cloud/aurora-client/pom.xml
+++ b/modules/cloud/aurora-client/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-cloud</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/cloud/cloud-provisioning/pom.xml
b/modules/cloud/cloud-provisioning/pom.xml
index 2415c21..5db0280 100644
--- a/modules/cloud/cloud-provisioning/pom.xml
+++ b/modules/cloud/cloud-provisioning/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-cloud</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/cloud/pom.xml b/modules/cloud/pom.xml
index 2680afb..100ae07 100644
--- a/modules/cloud/pom.xml
+++ b/modules/cloud/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/cluster-monitoring/pom.xml
b/modules/cluster-monitoring/pom.xml
index 386cd6b..572dced 100644
--- a/modules/cluster-monitoring/pom.xml
+++ b/modules/cluster-monitoring/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>airavata</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/modules/commons/pom.xml b/modules/commons/pom.xml
index f7f2248..1cae29c 100644
--- a/modules/commons/pom.xml
+++ b/modules/commons/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/compute-account-provisioning/pom.xml
b/modules/compute-account-provisioning/pom.xml
index d2c0096..685e5bd 100644
--- a/modules/compute-account-provisioning/pom.xml
+++ b/modules/compute-account-provisioning/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>airavata</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/modules/configuration/client/pom.xml
b/modules/configuration/client/pom.xml
index efd9740..c5bc426 100644
--- a/modules/configuration/client/pom.xml
+++ b/modules/configuration/client/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-configuration</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/configuration/pom.xml b/modules/configuration/pom.xml
index eb37854..f189f35 100644
--- a/modules/configuration/pom.xml
+++ b/modules/configuration/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/configuration/server/pom.xml
b/modules/configuration/server/pom.xml
index 12e1d38..a2dfe70 100644
--- a/modules/configuration/server/pom.xml
+++ b/modules/configuration/server/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-configuration</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/credential-store/credential-store-service/pom.xml
b/modules/credential-store/credential-store-service/pom.xml
index f728285..ec8d9c0 100644
--- a/modules/credential-store/credential-store-service/pom.xml
+++ b/modules/credential-store/credential-store-service/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
diff --git a/modules/credential-store/credential-store-stubs/pom.xml
b/modules/credential-store/credential-store-stubs/pom.xml
index b193aeb..997fd7e 100644
--- a/modules/credential-store/credential-store-stubs/pom.xml
+++ b/modules/credential-store/credential-store-stubs/pom.xml
@@ -27,7 +27,7 @@
<parent>
<artifactId>credential-store</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/credential-store/pom.xml b/modules/credential-store/pom.xml
index 8bb20d3..7ea5d54 100644
--- a/modules/credential-store/pom.xml
+++ b/modules/credential-store/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/db-event-manager/pom.xml b/modules/db-event-manager/pom.xml
index 1adc25e..b177991 100644
--- a/modules/db-event-manager/pom.xml
+++ b/modules/db-event-manager/pom.xml
@@ -25,7 +25,7 @@
<parent>
<artifactId>airavata</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-messaging-core</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index d195fca..d65b922 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/gfac/gfac-application-specific-handlers/pom.xml
b/modules/gfac/gfac-application-specific-handlers/pom.xml
index 8c5d1ba..8eead51 100644
--- a/modules/gfac/gfac-application-specific-handlers/pom.xml
+++ b/modules/gfac/gfac-application-specific-handlers/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>airavata-gfac</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/modules/gfac/gfac-client/pom.xml b/modules/gfac/gfac-client/pom.xml
index cb4fd79..931fdaf 100644
--- a/modules/gfac/gfac-client/pom.xml
+++ b/modules/gfac/gfac-client/pom.xml
@@ -27,7 +27,7 @@
<parent>
<artifactId>airavata-gfac</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/gfac/gfac-core/pom.xml b/modules/gfac/gfac-core/pom.xml
index 282e35a..9a1a1cf 100644
--- a/modules/gfac/gfac-core/pom.xml
+++ b/modules/gfac/gfac-core/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-gfac</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/gfac/gfac-impl/pom.xml b/modules/gfac/gfac-impl/pom.xml
index c4e1839..94f20d4 100644
--- a/modules/gfac/gfac-impl/pom.xml
+++ b/modules/gfac/gfac-impl/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-gfac</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/gfac/gfac-service/pom.xml
b/modules/gfac/gfac-service/pom.xml
index ff91f0a..0ae4aa7 100644
--- a/modules/gfac/gfac-service/pom.xml
+++ b/modules/gfac/gfac-service/pom.xml
@@ -27,7 +27,7 @@
<parent>
<artifactId>airavata-gfac</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/gfac/pom.xml b/modules/gfac/pom.xml
index b0945c3..3596ab5 100644
--- a/modules/gfac/pom.xml
+++ b/modules/gfac/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/messaging/client/pom.xml b/modules/messaging/client/pom.xml
index d3f2082..fef01ac 100644
--- a/modules/messaging/client/pom.xml
+++ b/modules/messaging/client/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>messaging</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/messaging/core/pom.xml b/modules/messaging/core/pom.xml
index ce5a967..3b69f79 100644
--- a/modules/messaging/core/pom.xml
+++ b/modules/messaging/core/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>messaging</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/messaging/pom.xml b/modules/messaging/pom.xml
index f2b3033..6c52491 100644
--- a/modules/messaging/pom.xml
+++ b/modules/messaging/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/monitoring/pom.xml b/modules/monitoring/pom.xml
index ec4e750..56a3753 100644
--- a/modules/monitoring/pom.xml
+++ b/modules/monitoring/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/orchestrator/orchestrator-client/pom.xml
b/modules/orchestrator/orchestrator-client/pom.xml
index 8a62400..7d16c73 100644
--- a/modules/orchestrator/orchestrator-client/pom.xml
+++ b/modules/orchestrator/orchestrator-client/pom.xml
@@ -27,7 +27,7 @@
<parent>
<artifactId>orchestrator</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/orchestrator/orchestrator-core/pom.xml
b/modules/orchestrator/orchestrator-core/pom.xml
index 7ef5d80..02ca887 100644
--- a/modules/orchestrator/orchestrator-core/pom.xml
+++ b/modules/orchestrator/orchestrator-core/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>orchestrator</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/modules/orchestrator/orchestrator-service/pom.xml
b/modules/orchestrator/orchestrator-service/pom.xml
index f8a44d8..3914b17 100644
--- a/modules/orchestrator/orchestrator-service/pom.xml
+++ b/modules/orchestrator/orchestrator-service/pom.xml
@@ -27,7 +27,7 @@
<parent>
<artifactId>orchestrator</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/orchestrator/pom.xml b/modules/orchestrator/pom.xml
index 8f02857..379f0af 100644
--- a/modules/orchestrator/pom.xml
+++ b/modules/orchestrator/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/registry/pom.xml b/modules/registry/pom.xml
index 6a05ef7..40a655a 100644
--- a/modules/registry/pom.xml
+++ b/modules/registry/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/registry/registry-core/pom.xml
b/modules/registry/registry-core/pom.xml
index 5f1ec7c..6fb8ce7 100644
--- a/modules/registry/registry-core/pom.xml
+++ b/modules/registry/registry-core/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>registry</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/registry/registry-cpi/pom.xml
b/modules/registry/registry-cpi/pom.xml
index 5b1db4b..1522c42 100644
--- a/modules/registry/registry-cpi/pom.xml
+++ b/modules/registry/registry-cpi/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>registry</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/registry/registry-server/pom.xml
b/modules/registry/registry-server/pom.xml
index ef6b5ec..ec750b5 100644
--- a/modules/registry/registry-server/pom.xml
+++ b/modules/registry/registry-server/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>registry</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/modules/registry/registry-server/registry-api-service/pom.xml
b/modules/registry/registry-server/registry-api-service/pom.xml
index f98c61a..0bf3211 100644
--- a/modules/registry/registry-server/registry-api-service/pom.xml
+++ b/modules/registry/registry-server/registry-api-service/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>registry-server</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/modules/registry/registry-server/registry-api-stubs/pom.xml
b/modules/registry/registry-server/registry-api-stubs/pom.xml
index 6f275a2..4a20f58 100644
--- a/modules/registry/registry-server/registry-api-stubs/pom.xml
+++ b/modules/registry/registry-server/registry-api-stubs/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>registry-server</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/modules/registry/registry-tools/jpa-gen/pom.xml
b/modules/registry/registry-tools/jpa-gen/pom.xml
index a9f3985..a558afa 100644
--- a/modules/registry/registry-tools/jpa-gen/pom.xml
+++ b/modules/registry/registry-tools/jpa-gen/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-registry-tools</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/registry/registry-tools/pom.xml
b/modules/registry/registry-tools/pom.xml
index fe2826c..fc2af11 100644
--- a/modules/registry/registry-tools/pom.xml
+++ b/modules/registry/registry-tools/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>registry</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/registry/registry-tools/registry-tool/pom.xml
b/modules/registry/registry-tools/registry-tool/pom.xml
index 468b96f..ad4d64e 100644
--- a/modules/registry/registry-tools/registry-tool/pom.xml
+++ b/modules/registry/registry-tools/registry-tool/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-registry-tools</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/security/pom.xml b/modules/security/pom.xml
index e74ee96..5b09c44 100644
--- a/modules/security/pom.xml
+++ b/modules/security/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/server/pom.xml b/modules/server/pom.xml
index d42648a..d0c645b 100644
--- a/modules/server/pom.xml
+++ b/modules/server/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/sharing-registry/pom.xml b/modules/sharing-registry/pom.xml
index 2edfb1c..0d14c9b 100644
--- a/modules/sharing-registry/pom.xml
+++ b/modules/sharing-registry/pom.xml
@@ -26,7 +26,7 @@
<artifactId>airavata</artifactId>
<groupId>org.apache.airavata</groupId>
<relativePath>../../pom.xml</relativePath>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/modules/sharing-registry/sharing-data-migrator/pom.xml
b/modules/sharing-registry/sharing-data-migrator/pom.xml
index d9cb61c..b1fe46c 100644
--- a/modules/sharing-registry/sharing-data-migrator/pom.xml
+++ b/modules/sharing-registry/sharing-data-migrator/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>airavata-sharing-registry</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -70,7 +70,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-commons</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
diff --git a/modules/sharing-registry/sharing-registry-distribution/pom.xml
b/modules/sharing-registry/sharing-registry-distribution/pom.xml
index 4e78596..ff1d4be 100644
--- a/modules/sharing-registry/sharing-registry-distribution/pom.xml
+++ b/modules/sharing-registry/sharing-registry-distribution/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>airavata-sharing-registry</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/modules/sharing-registry/sharing-registry-server/pom.xml
b/modules/sharing-registry/sharing-registry-server/pom.xml
index 58cd598..daa33ef 100644
--- a/modules/sharing-registry/sharing-registry-server/pom.xml
+++ b/modules/sharing-registry/sharing-registry-server/pom.xml
@@ -25,7 +25,7 @@
<artifactId>airavata-sharing-registry</artifactId>
<groupId>org.apache.airavata</groupId>
<relativePath>../pom.xml</relativePath>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -89,7 +89,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-messaging-core</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/modules/sharing-registry/sharing-registry-stubs/pom.xml
b/modules/sharing-registry/sharing-registry-stubs/pom.xml
index 0e2c9fd..70824fd 100644
--- a/modules/sharing-registry/sharing-registry-stubs/pom.xml
+++ b/modules/sharing-registry/sharing-registry-stubs/pom.xml
@@ -25,7 +25,7 @@
<artifactId>airavata-sharing-registry</artifactId>
<groupId>org.apache.airavata</groupId>
<relativePath>../pom.xml</relativePath>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-data-models</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/modules/user-profile-migration/pom.xml
b/modules/user-profile-migration/pom.xml
index e47e2cf..50beea3 100755
--- a/modules/user-profile-migration/pom.xml
+++ b/modules/user-profile-migration/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>airavata</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -91,7 +91,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-commons</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
diff --git a/modules/workflow/pom.xml b/modules/workflow/pom.xml
index 7c1d842..b99baf5 100644
--- a/modules/workflow/pom.xml
+++ b/modules/workflow/pom.xml
@@ -26,13 +26,13 @@
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata</artifactId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>workflow</artifactId>
<packaging>pom</packaging>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<name>Airavata Workflow</name>
<modules>
<module>workflow-core</module>
diff --git a/modules/workflow/workflow-core/pom.xml
b/modules/workflow/workflow-core/pom.xml
index e18c08e..f6b5a38 100644
--- a/modules/workflow/workflow-core/pom.xml
+++ b/modules/workflow/workflow-core/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>workflow</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>airavata-workflow-core</artifactId>
diff --git a/pom.xml b/pom.xml
index 732c808..a03c732 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
<artifactId>airavata</artifactId>
<packaging>pom</packaging>
<name>Airavata</name>
- <version>0.17</version>
+ <version>0.18-SNAPSHOT</version>
<url>http://airavata.apache.org/</url>
<inceptionYear>2011</inceptionYear>
@@ -47,7 +47,7 @@
<connection>scm:git:https://github.com/apache/airavata.git</connection>
<developerConnection>scm:git:https://github.com/apache/airavata.git</developerConnection>
<url>https://github.com/apache/airavata</url>
- <tag>airavata-0.17</tag>
+ <tag>master</tag>
</scm>
<mailingLists>