This is an automated email from the ASF dual-hosted git repository.
smarru pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/staging by this push:
new 9ada1f5 updating staging release target to 0.18
9ada1f5 is described below
commit 9ada1f59c5225afacb6e0fc16499c5201f70b29c
Author: Suresh Marru <[email protected]>
AuthorDate: Thu Mar 21 09:24:28 2019 -0400
updating staging release target to 0.18
---
airavata-api/airavata-api-server/pom.xml | 2 +-
airavata-api/airavata-api-stubs/pom.xml | 2 +-
.../airavata-client-sdks/airavata-cpp-sdk/pom.xml | 2 +-
.../airavata-client-sdks/airavata-php-sdk/pom.xml | 2 +-
.../airavata-client-sdks/airavata-python-sdk/pom.xml | 2 +-
.../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 | 6 ++----
.../profile-service/iam-admin-services-core/pom.xml | 6 ++----
airavata-services/profile-service/pom.xml | 6 ++----
.../java-client-samples/pom.xml | 6 ++----
.../profile-service-client-sdks/pom.xml | 6 ++----
.../profile-service/profile-service-commons/pom.xml | 10 ++++------
.../profile-service/profile-service-server/pom.xml | 6 ++----
.../profile-service/profile-service-stubs/pom.xml | 6 ++----
.../profile-service/profile-tenant-core/pom.xml | 6 ++----
.../profile-service/profile-user-core/pom.xml | 6 ++----
airavata-services/services-security/pom.xml | 6 ++----
modules/airavata-helix/agent-api/pom.xml | 10 ++++------
modules/airavata-helix/agent-impl/pom.xml | 8 +++-----
modules/airavata-helix/agent-impl/ssh-agent/pom.xml | 8 +++-----
modules/airavata-helix/agent-impl/sshj-agent/pom.xml | 8 +++-----
modules/airavata-helix/helix-distribution/pom.xml | 10 ++++------
modules/airavata-helix/helix-spectator/pom.xml | 20 +++++++++-----------
modules/airavata-helix/platform-monitor/pom.xml | 8 +++-----
modules/airavata-helix/pom.xml | 6 ++----
modules/airavata-helix/task-api/pom.xml | 8 +++-----
modules/airavata-helix/task-core/pom.xml | 12 +++++-------
modules/airavata-helix/workflow-impl/pom.xml | 10 ++++------
modules/cluster-monitoring/pom.xml | 6 ++----
modules/commons/pom.xml | 2 +-
modules/compute-account-provisioning/pom.xml | 6 ++----
modules/configuration/client/pom.xml | 2 +-
modules/configuration/pom.xml | 2 +-
modules/configuration/server/pom.xml | 2 +-
.../credential-store-service/pom.xml | 5 ++---
.../credential-store/credential-store-stubs/pom.xml | 2 +-
modules/credential-store/pom.xml | 2 +-
modules/db-event-manager/pom.xml | 8 +++-----
modules/distribution/pom.xml | 2 +-
modules/job-monitor/email-monitor/pom.xml | 8 +++-----
modules/job-monitor/job-monitor-api/pom.xml | 8 +++-----
modules/job-monitor/job-monitor-distribution/pom.xml | 10 ++++------
modules/job-monitor/pom.xml | 10 ++++------
modules/job-monitor/real-time-monitor/pom.xml | 10 ++++------
modules/messaging/client/pom.xml | 2 +-
modules/messaging/core/pom.xml | 2 +-
modules/messaging/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 | 6 ++----
.../registry-server/registry-api-service/pom.xml | 6 ++----
.../registry-server/registry-api-stubs/pom.xml | 6 ++----
modules/registry/registry-tools/jpa-gen/pom.xml | 2 +-
modules/registry/registry-tools/pom.xml | 2 +-
.../registry/registry-tools/registry-tool/pom.xml | 2 +-
modules/security/pom.xml | 2 +-
modules/server/pom.xml | 2 +-
modules/sharing-registry/pom.xml | 6 ++----
.../sharing-registry/sharing-data-migrator/pom.xml | 8 +++-----
.../sharing-registry-distribution/pom.xml | 6 ++----
.../sharing-registry/sharing-registry-server/pom.xml | 8 +++-----
.../sharing-registry/sharing-registry-stubs/pom.xml | 8 +++-----
modules/user-profile-migration/pom.xml | 4 ++--
pom.xml | 5 ++---
73 files changed, 149 insertions(+), 227 deletions(-)
diff --git a/airavata-api/airavata-api-server/pom.xml
b/airavata-api/airavata-api-server/pom.xml
index 0e96478..a4a7d36 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-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-api/airavata-api-stubs/pom.xml
b/airavata-api/airavata-api-stubs/pom.xml
index 79d8bb1..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-SNAPSHOT</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 1d41933..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-SNAPSHOT</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 9069af9..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-SNAPSHOT</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 4fb5c4c..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-SNAPSHOT</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 fdce59f..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-SNAPSHOT</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 649caf5..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-SNAPSHOT</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 d03ef52..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-SNAPSHOT</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 4e877c1..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-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-api/pom.xml b/airavata-api/pom.xml
index b65a404..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-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/airavata-services/pom.xml b/airavata-services/pom.xml
index 15b8b19..1af6402 100644
--- a/airavata-services/pom.xml
+++ b/airavata-services/pom.xml
@@ -8,13 +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>
<artifactId>airavata</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</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 5a2d6e8..f97f27d 100644
--- a/airavata-services/profile-service/iam-admin-services-core/pom.xml
+++ b/airavata-services/profile-service/iam-admin-services-core/pom.xml
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>profile-service</artifactId>
- <version>0.17-SNAPSHOT</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 72609da..a5f1d46 100644
--- a/airavata-services/profile-service/pom.xml
+++ b/airavata-services/profile-service/pom.xml
@@ -8,16 +8,14 @@
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-services</artifactId>
- <version>0.17-SNAPSHOT</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 edcefec..afec271 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
@@ -8,16 +8,14 @@
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>profile-service-client-sdks</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</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 1c815fd..c7d6e01 100644
--- a/airavata-services/profile-service/profile-service-client-sdks/pom.xml
+++ b/airavata-services/profile-service/profile-service-client-sdks/pom.xml
@@ -8,16 +8,14 @@
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>profile-service</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</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 1e198ab..3fad616 100644
--- a/airavata-services/profile-service/profile-service-commons/pom.xml
+++ b/airavata-services/profile-service/profile-service-commons/pom.xml
@@ -8,13 +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>
<artifactId>profile-service</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -88,9 +86,9 @@
<phase>process-classes</phase>
<configuration>
<tasks>
- <taskdef name="openjpac"
classname="org.apache.openjpa.ant.PCEnhancerTask"
classpathref="maven.compile.classpath"/>
+ <taskdef name="openjpac"
classname="org.apache.openjpa.ant.PCEnhancerTask"
classpathref="maven.compile.classpath" />
<openjpac>
- <classpath
refid="maven.compile.classpath"/>
+ <classpath refid="maven.compile.classpath"
/>
</openjpac>
</tasks>
</configuration>
diff --git a/airavata-services/profile-service/profile-service-server/pom.xml
b/airavata-services/profile-service/profile-service-server/pom.xml
index 9e034c7..97dd6f9 100644
--- a/airavata-services/profile-service/profile-service-server/pom.xml
+++ b/airavata-services/profile-service/profile-service-server/pom.xml
@@ -8,13 +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>profile-service</artifactId>
- <version>0.17-SNAPSHOT</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 13b3e3e..f6bcced 100644
--- a/airavata-services/profile-service/profile-service-stubs/pom.xml
+++ b/airavata-services/profile-service/profile-service-stubs/pom.xml
@@ -8,16 +8,14 @@
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>profile-service</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</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 f7694ab..83e6821 100644
--- a/airavata-services/profile-service/profile-tenant-core/pom.xml
+++ b/airavata-services/profile-service/profile-tenant-core/pom.xml
@@ -8,13 +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>
<artifactId>profile-service</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</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 1ad210c..8e1c461 100644
--- a/airavata-services/profile-service/profile-user-core/pom.xml
+++ b/airavata-services/profile-service/profile-user-core/pom.xml
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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>profile-service</artifactId>
- <version>0.17-SNAPSHOT</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 2a5f770..cfa7901 100644
--- a/airavata-services/services-security/pom.xml
+++ b/airavata-services/services-security/pom.xml
@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>airavata-services</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/airavata-helix/agent-api/pom.xml
b/modules/airavata-helix/agent-api/pom.xml
index 25e5fd6..4afc29a 100644
--- a/modules/airavata-helix/agent-api/pom.xml
+++ b/modules/airavata-helix/agent-api/pom.xml
@@ -20,13 +20,11 @@
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>
<artifactId>airavata-helix</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -42,12 +40,12 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>registry-api-stubs</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-credential-store-stubs</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
diff --git a/modules/airavata-helix/agent-impl/pom.xml
b/modules/airavata-helix/agent-impl/pom.xml
index ce6317b..412ed9c 100644
--- a/modules/airavata-helix/agent-impl/pom.xml
+++ b/modules/airavata-helix/agent-impl/pom.xml
@@ -20,13 +20,11 @@
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>
<artifactId>airavata-helix</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -42,7 +40,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>agent-api</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/modules/airavata-helix/agent-impl/ssh-agent/pom.xml
b/modules/airavata-helix/agent-impl/ssh-agent/pom.xml
index 61f470d..fd93f10 100644
--- a/modules/airavata-helix/agent-impl/ssh-agent/pom.xml
+++ b/modules/airavata-helix/agent-impl/ssh-agent/pom.xml
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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>
<artifactId>airavata-helix</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -21,7 +19,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>agent-api</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
diff --git a/modules/airavata-helix/agent-impl/sshj-agent/pom.xml
b/modules/airavata-helix/agent-impl/sshj-agent/pom.xml
index e1bc925..b23fb97 100644
--- a/modules/airavata-helix/agent-impl/sshj-agent/pom.xml
+++ b/modules/airavata-helix/agent-impl/sshj-agent/pom.xml
@@ -20,13 +20,11 @@
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>
<artifactId>agent-impl</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -41,7 +39,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>ssh-agent</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>com.jcraft</groupId>
diff --git a/modules/airavata-helix/helix-distribution/pom.xml
b/modules/airavata-helix/helix-distribution/pom.xml
index e840d2e..0b24400 100644
--- a/modules/airavata-helix/helix-distribution/pom.xml
+++ b/modules/airavata-helix/helix-distribution/pom.xml
@@ -19,13 +19,11 @@
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>
<artifactId>airavata-helix</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Helix Distribution</name>
@@ -35,12 +33,12 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>helix-spectator</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>platform-monitor</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/modules/airavata-helix/helix-spectator/pom.xml
b/modules/airavata-helix/helix-spectator/pom.xml
index 357c472..2d2c26d 100644
--- a/modules/airavata-helix/helix-spectator/pom.xml
+++ b/modules/airavata-helix/helix-spectator/pom.xml
@@ -20,13 +20,11 @@
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>
<artifactId>airavata-helix</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -38,27 +36,27 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>task-core</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>registry-api-service</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-registry-core</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-messaging-core</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>workflow-impl</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
@@ -73,12 +71,12 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>job-monitor-api</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-messaging-core</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/modules/airavata-helix/platform-monitor/pom.xml
b/modules/airavata-helix/platform-monitor/pom.xml
index 735f911..5ae3f27 100644
--- a/modules/airavata-helix/platform-monitor/pom.xml
+++ b/modules/airavata-helix/platform-monitor/pom.xml
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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>
<artifactId>airavata-helix</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,7 +13,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>helix-spectator</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
diff --git a/modules/airavata-helix/pom.xml b/modules/airavata-helix/pom.xml
index b86b21a..16ae8f1 100644
--- a/modules/airavata-helix/pom.xml
+++ b/modules/airavata-helix/pom.xml
@@ -20,13 +20,11 @@
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>
<artifactId>airavata</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
diff --git a/modules/airavata-helix/task-api/pom.xml
b/modules/airavata-helix/task-api/pom.xml
index b369963..0de8337 100644
--- a/modules/airavata-helix/task-api/pom.xml
+++ b/modules/airavata-helix/task-api/pom.xml
@@ -20,13 +20,11 @@
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>
<artifactId>airavata-helix</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -52,7 +50,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>agent-api</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/modules/airavata-helix/task-core/pom.xml
b/modules/airavata-helix/task-core/pom.xml
index e0e62e0..a2b07f6 100644
--- a/modules/airavata-helix/task-core/pom.xml
+++ b/modules/airavata-helix/task-core/pom.xml
@@ -20,13 +20,11 @@
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>
<artifactId>airavata-helix</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,17 +35,17 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>task-api</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>agent-api</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>sshj-agent</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/modules/airavata-helix/workflow-impl/pom.xml
b/modules/airavata-helix/workflow-impl/pom.xml
index a3cba96..8d5eede 100644
--- a/modules/airavata-helix/workflow-impl/pom.xml
+++ b/modules/airavata-helix/workflow-impl/pom.xml
@@ -20,13 +20,11 @@
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>
<artifactId>airavata-helix</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,12 +35,12 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>task-core</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>task-api</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/modules/cluster-monitoring/pom.xml
b/modules/cluster-monitoring/pom.xml
index a83d38d..572dced 100644
--- a/modules/cluster-monitoring/pom.xml
+++ b/modules/cluster-monitoring/pom.xml
@@ -20,13 +20,11 @@
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>
<artifactId>airavata</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</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 e0ad64e..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-SNAPSHOT</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 de963df..a17740e 100644
--- a/modules/compute-account-provisioning/pom.xml
+++ b/modules/compute-account-provisioning/pom.xml
@@ -19,13 +19,11 @@
~
-->
-<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>
<artifactId>airavata</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</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 1a19602..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-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/configuration/pom.xml b/modules/configuration/pom.xml
index 3e2e2b7..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-SNAPSHOT</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 187daee..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-SNAPSHOT</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 7ea5971..1b17f8b 100644
--- a/modules/credential-store/credential-store-service/pom.xml
+++ b/modules/credential-store/credential-store-service/pom.xml
@@ -20,12 +20,11 @@
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>airavata</artifactId>
- <version>0.17-SNAPSHOT</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 6ce97b9..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-SNAPSHOT</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 c67cd73..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-SNAPSHOT</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 ef6b89d..c4ee2ed 100644
--- a/modules/db-event-manager/pom.xml
+++ b/modules/db-event-manager/pom.xml
@@ -8,14 +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/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>
<artifactId>airavata</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -34,7 +32,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-messaging-core</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 25d5b45..7dee4c8 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-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/job-monitor/email-monitor/pom.xml
b/modules/job-monitor/email-monitor/pom.xml
index 2a30c40..876c4ad 100644
--- a/modules/job-monitor/email-monitor/pom.xml
+++ b/modules/job-monitor/email-monitor/pom.xml
@@ -19,13 +19,11 @@
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>
<artifactId>job-monitor</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -36,7 +34,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>job-monitor-api</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
diff --git a/modules/job-monitor/job-monitor-api/pom.xml
b/modules/job-monitor/job-monitor-api/pom.xml
index 5536313..8ff6015 100644
--- a/modules/job-monitor/job-monitor-api/pom.xml
+++ b/modules/job-monitor/job-monitor-api/pom.xml
@@ -19,13 +19,11 @@
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>
<artifactId>job-monitor</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,7 +33,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-commons</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
diff --git a/modules/job-monitor/job-monitor-distribution/pom.xml
b/modules/job-monitor/job-monitor-distribution/pom.xml
index c4ce2bd..093676e 100644
--- a/modules/job-monitor/job-monitor-distribution/pom.xml
+++ b/modules/job-monitor/job-monitor-distribution/pom.xml
@@ -19,13 +19,11 @@
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>
<artifactId>job-monitor</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,12 +33,12 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>email-monitor</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>realtime-monitor</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/modules/job-monitor/pom.xml b/modules/job-monitor/pom.xml
index 151614b..ac07f93 100644
--- a/modules/job-monitor/pom.xml
+++ b/modules/job-monitor/pom.xml
@@ -19,13 +19,11 @@
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>
<artifactId>airavata</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -69,12 +67,12 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>task-core</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>registry-api-stubs</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
diff --git a/modules/job-monitor/real-time-monitor/pom.xml
b/modules/job-monitor/real-time-monitor/pom.xml
index 5626449..5258ca3 100644
--- a/modules/job-monitor/real-time-monitor/pom.xml
+++ b/modules/job-monitor/real-time-monitor/pom.xml
@@ -19,13 +19,11 @@
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>
<artifactId>job-monitor</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,12 +33,12 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>job-monitor-api</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-commons</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/modules/messaging/client/pom.xml b/modules/messaging/client/pom.xml
index 0d902c7..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-SNAPSHOT</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 64fd3be..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-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/messaging/pom.xml b/modules/messaging/pom.xml
index 2e93ff0..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-SNAPSHOT</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 9f7154a..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-SNAPSHOT</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 458a729..3552224 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-SNAPSHOT</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 33aab24..43a9951 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-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/orchestrator/pom.xml b/modules/orchestrator/pom.xml
index 8687b6a..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-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/registry/pom.xml b/modules/registry/pom.xml
index 791db1e..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-SNAPSHOT</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 a685b94..4b45996 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-SNAPSHOT</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 7621bc2..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-SNAPSHOT</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 39e0cf7..ec750b5 100644
--- a/modules/registry/registry-server/pom.xml
+++ b/modules/registry/registry-server/pom.xml
@@ -20,13 +20,11 @@
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>
<artifactId>registry</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</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 9ee171f..0bf3211 100644
--- a/modules/registry/registry-server/registry-api-service/pom.xml
+++ b/modules/registry/registry-server/registry-api-service/pom.xml
@@ -20,13 +20,11 @@
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>
<artifactId>registry-server</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</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 918b07e..4a20f58 100644
--- a/modules/registry/registry-server/registry-api-stubs/pom.xml
+++ b/modules/registry/registry-server/registry-api-stubs/pom.xml
@@ -20,13 +20,11 @@
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>
<artifactId>registry-server</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</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 49c269e..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-SNAPSHOT</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 53dc4ee..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-SNAPSHOT</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 c03657a..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-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/modules/security/pom.xml b/modules/security/pom.xml
index 92ed231..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-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/modules/server/pom.xml b/modules/server/pom.xml
index 0bedd4b..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-SNAPSHOT</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 f687e55..0d14c9b 100644
--- a/modules/sharing-registry/pom.xml
+++ b/modules/sharing-registry/pom.xml
@@ -20,15 +20,13 @@
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>
<artifactId>airavata</artifactId>
<groupId>org.apache.airavata</groupId>
<relativePath>../../pom.xml</relativePath>
- <version>0.17-SNAPSHOT</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 9c308be..8f5c6e0 100644
--- a/modules/sharing-registry/sharing-data-migrator/pom.xml
+++ b/modules/sharing-registry/sharing-data-migrator/pom.xml
@@ -20,13 +20,11 @@
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>
<artifactId>airavata-sharing-registry</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,7 +65,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-commons</artifactId>
- <version>0.17-SNAPSHOT</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 f909525..b6c3d68 100644
--- a/modules/sharing-registry/sharing-registry-distribution/pom.xml
+++ b/modules/sharing-registry/sharing-registry-distribution/pom.xml
@@ -20,13 +20,11 @@
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>
<artifactId>airavata-sharing-registry</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</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 1ee1bc7..daa33ef 100644
--- a/modules/sharing-registry/sharing-registry-server/pom.xml
+++ b/modules/sharing-registry/sharing-registry-server/pom.xml
@@ -20,14 +20,12 @@
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>
<artifactId>airavata-sharing-registry</artifactId>
<groupId>org.apache.airavata</groupId>
<relativePath>../pom.xml</relativePath>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -91,7 +89,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-messaging-core</artifactId>
- <version>0.17-SNAPSHOT</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 907d3e3..70824fd 100644
--- a/modules/sharing-registry/sharing-registry-stubs/pom.xml
+++ b/modules/sharing-registry/sharing-registry-stubs/pom.xml
@@ -20,14 +20,12 @@
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>
<artifactId>airavata-sharing-registry</artifactId>
<groupId>org.apache.airavata</groupId>
<relativePath>../pom.xml</relativePath>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -45,7 +43,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-data-models</artifactId>
- <version>0.17-SNAPSHOT</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 74f4240..d4c2508 100755
--- a/modules/user-profile-migration/pom.xml
+++ b/modules/user-profile-migration/pom.xml
@@ -13,7 +13,7 @@
<parent>
<artifactId>airavata</artifactId>
<groupId>org.apache.airavata</groupId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -80,7 +80,7 @@
<dependency>
<groupId>org.apache.airavata</groupId>
<artifactId>airavata-commons</artifactId>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
diff --git a/pom.xml b/pom.xml
index a6feb5a..23c03e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,8 +20,7 @@
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">
<modelVersion>4.0.0</modelVersion>
@@ -35,7 +34,7 @@
<artifactId>airavata</artifactId>
<packaging>pom</packaging>
<name>Airavata</name>
- <version>0.17-SNAPSHOT</version>
+ <version>0.18-SNAPSHOT</version>
<url>http://airavata.apache.org/</url>
<inceptionYear>2011</inceptionYear>