Repository: airavata
Updated Branches:
  refs/heads/master 53e143ae2 -> 18154337e


[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/18154337
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/18154337
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/18154337

Branch: refs/heads/master
Commit: 18154337ea1f74f066021ce6c80f51b636d3a22a
Parents: 53e143a
Author: Shameera Rathnayaka <[email protected]>
Authored: Wed Jul 13 14:56:42 2016 -0400
Committer: Shameera Rathnayaka <[email protected]>
Committed: Wed Jul 13 14:56:42 2016 -0400

----------------------------------------------------------------------
 airavata-api/airavata-api-server/pom.xml                      | 2 +-
 airavata-api/airavata-api-stubs/pom.xml                       | 2 +-
 airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml    | 2 +-
 airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml    | 2 +-
 airavata-api/airavata-client-sdks/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 +-
 distribution/pom.xml                                          | 2 +-
 modules/commons/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/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-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/test-suite/multi-tenanted-airavata/pom.xml            | 2 +-
 modules/test-suite/pom.xml                                    | 2 +-
 modules/user-profile/pom.xml                                  | 2 +-
 modules/user-profile/user-profile-core/pom.xml                | 2 +-
 modules/user-profile/user-profile-cpi/pom.xml                 | 2 +-
 modules/workflow/pom.xml                                      | 4 ++--
 modules/workflow/workflow-core/pom.xml                        | 2 +-
 pom.xml                                                       | 4 ++--
 48 files changed, 50 insertions(+), 50 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/airavata-api/airavata-api-server/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-api-server/pom.xml 
b/airavata-api/airavata-api-server/pom.xml
index 409e881..6f10d77 100644
--- a/airavata-api/airavata-api-server/pom.xml
+++ b/airavata-api/airavata-api-server/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-api</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/airavata-api/airavata-api-stubs/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-api-stubs/pom.xml 
b/airavata-api/airavata-api-stubs/pom.xml
index 2a4fca2..fd14814 100644
--- a/airavata-api/airavata-api-stubs/pom.xml
+++ b/airavata-api/airavata-api-stubs/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-api</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml 
b/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml
index cbfeb70..a0ae533 100644
--- a/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml
+++ b/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-client-sdks</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml 
b/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml
index e8873a5..4a78d25 100644
--- a/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml
+++ b/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-client-sdks</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/airavata-api/airavata-client-sdks/airavata-python-sdk/pom.xml
----------------------------------------------------------------------
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 9bd36d8..a356abe 100644
--- a/airavata-api/airavata-client-sdks/airavata-python-sdk/pom.xml
+++ b/airavata-api/airavata-client-sdks/airavata-python-sdk/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-client-sdks</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/airavata-api/airavata-client-sdks/java-client-samples/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-client-sdks/java-client-samples/pom.xml 
b/airavata-api/airavata-client-sdks/java-client-samples/pom.xml
index ae6b28c..074950c 100644
--- a/airavata-api/airavata-client-sdks/java-client-samples/pom.xml
+++ b/airavata-api/airavata-client-sdks/java-client-samples/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-client-sdks</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/airavata-api/airavata-client-sdks/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-client-sdks/pom.xml 
b/airavata-api/airavata-client-sdks/pom.xml
index d79bed5..c000296 100644
--- a/airavata-api/airavata-client-sdks/pom.xml
+++ b/airavata-api/airavata-client-sdks/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-api</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/airavata-api/airavata-data-models/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-data-models/pom.xml 
b/airavata-api/airavata-data-models/pom.xml
index 6f8921e..6c5cd9f 100644
--- a/airavata-api/airavata-data-models/pom.xml
+++ b/airavata-api/airavata-data-models/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-api</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/airavata-api/airavata-model-utils/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-model-utils/pom.xml 
b/airavata-api/airavata-model-utils/pom.xml
index fe54d8d..87c457e 100644
--- a/airavata-api/airavata-model-utils/pom.xml
+++ b/airavata-api/airavata-model-utils/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-api</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/airavata-api/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/pom.xml b/airavata-api/pom.xml
index 39e4006..ad3ab5e 100644
--- a/airavata-api/pom.xml
+++ b/airavata-api/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 89eee1c..1583fd8 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/commons/pom.xml
----------------------------------------------------------------------
diff --git a/modules/commons/pom.xml b/modules/commons/pom.xml
index a1a1956..a2136c6 100644
--- a/modules/commons/pom.xml
+++ b/modules/commons/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/configuration/client/pom.xml
----------------------------------------------------------------------
diff --git a/modules/configuration/client/pom.xml 
b/modules/configuration/client/pom.xml
index d72efc1..403347f 100644
--- a/modules/configuration/client/pom.xml
+++ b/modules/configuration/client/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-configuration</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/configuration/pom.xml
----------------------------------------------------------------------
diff --git a/modules/configuration/pom.xml b/modules/configuration/pom.xml
index e5c198e..33b9445 100644
--- a/modules/configuration/pom.xml
+++ b/modules/configuration/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/configuration/server/pom.xml
----------------------------------------------------------------------
diff --git a/modules/configuration/server/pom.xml 
b/modules/configuration/server/pom.xml
index 71d81ce..a49263e 100644
--- a/modules/configuration/server/pom.xml
+++ b/modules/configuration/server/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-configuration</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/credential-store/credential-store-service/pom.xml
----------------------------------------------------------------------
diff --git a/modules/credential-store/credential-store-service/pom.xml 
b/modules/credential-store/credential-store-service/pom.xml
index 3e384af..57d5155 100644
--- a/modules/credential-store/credential-store-service/pom.xml
+++ b/modules/credential-store/credential-store-service/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/credential-store/credential-store-stubs/pom.xml
----------------------------------------------------------------------
diff --git a/modules/credential-store/credential-store-stubs/pom.xml 
b/modules/credential-store/credential-store-stubs/pom.xml
index 344e623..97ade9d 100644
--- a/modules/credential-store/credential-store-stubs/pom.xml
+++ b/modules/credential-store/credential-store-stubs/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>credential-store</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/credential-store/pom.xml
----------------------------------------------------------------------
diff --git a/modules/credential-store/pom.xml b/modules/credential-store/pom.xml
index 48cb35e..ccc5c3a 100644
--- a/modules/credential-store/pom.xml
+++ b/modules/credential-store/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/gfac/gfac-application-specific-handlers/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-application-specific-handlers/pom.xml 
b/modules/gfac/gfac-application-specific-handlers/pom.xml
index f6280d1..662a871 100644
--- a/modules/gfac/gfac-application-specific-handlers/pom.xml
+++ b/modules/gfac/gfac-application-specific-handlers/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>airavata-gfac</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/gfac/gfac-client/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-client/pom.xml b/modules/gfac/gfac-client/pom.xml
index 4022ff3..c835b44 100644
--- a/modules/gfac/gfac-client/pom.xml
+++ b/modules/gfac/gfac-client/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-gfac</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/gfac/gfac-core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-core/pom.xml b/modules/gfac/gfac-core/pom.xml
index 342c13f..69253d2 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.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/gfac/gfac-impl/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-impl/pom.xml b/modules/gfac/gfac-impl/pom.xml
index cd232bc..2a0a949 100644
--- a/modules/gfac/gfac-impl/pom.xml
+++ b/modules/gfac/gfac-impl/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-gfac</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/gfac/gfac-service/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-service/pom.xml 
b/modules/gfac/gfac-service/pom.xml
index e8bdcd7..faded99 100644
--- a/modules/gfac/gfac-service/pom.xml
+++ b/modules/gfac/gfac-service/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-gfac</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/gfac/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/pom.xml b/modules/gfac/pom.xml
index 95a2657..c0d4ace 100644
--- a/modules/gfac/pom.xml
+++ b/modules/gfac/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/messaging/client/pom.xml
----------------------------------------------------------------------
diff --git a/modules/messaging/client/pom.xml b/modules/messaging/client/pom.xml
index e4c5d46..5c81dab 100644
--- a/modules/messaging/client/pom.xml
+++ b/modules/messaging/client/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>messaging</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/messaging/core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/messaging/core/pom.xml b/modules/messaging/core/pom.xml
index 4a83292..a30001e 100644
--- a/modules/messaging/core/pom.xml
+++ b/modules/messaging/core/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>messaging</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/messaging/pom.xml
----------------------------------------------------------------------
diff --git a/modules/messaging/pom.xml b/modules/messaging/pom.xml
index 7c0dbea..44ad2d4 100644
--- a/modules/messaging/pom.xml
+++ b/modules/messaging/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/monitoring/pom.xml
----------------------------------------------------------------------
diff --git a/modules/monitoring/pom.xml b/modules/monitoring/pom.xml
index 04dd287..9842cdc 100644
--- a/modules/monitoring/pom.xml
+++ b/modules/monitoring/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/orchestrator/orchestrator-client/pom.xml
----------------------------------------------------------------------
diff --git a/modules/orchestrator/orchestrator-client/pom.xml 
b/modules/orchestrator/orchestrator-client/pom.xml
index 8a3d28c..62940e2 100644
--- a/modules/orchestrator/orchestrator-client/pom.xml
+++ b/modules/orchestrator/orchestrator-client/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>orchestrator</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/orchestrator/orchestrator-core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/orchestrator/orchestrator-core/pom.xml 
b/modules/orchestrator/orchestrator-core/pom.xml
index 7e9b148..ee0d23a 100644
--- a/modules/orchestrator/orchestrator-core/pom.xml
+++ b/modules/orchestrator/orchestrator-core/pom.xml
@@ -14,7 +14,7 @@ the License. -->
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>orchestrator</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/orchestrator/orchestrator-service/pom.xml
----------------------------------------------------------------------
diff --git a/modules/orchestrator/orchestrator-service/pom.xml 
b/modules/orchestrator/orchestrator-service/pom.xml
index 88793ef..44b11a4 100644
--- a/modules/orchestrator/orchestrator-service/pom.xml
+++ b/modules/orchestrator/orchestrator-service/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>orchestrator</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/orchestrator/pom.xml
----------------------------------------------------------------------
diff --git a/modules/orchestrator/pom.xml b/modules/orchestrator/pom.xml
index 0e994df..0761b04 100644
--- a/modules/orchestrator/pom.xml
+++ b/modules/orchestrator/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/registry/pom.xml
----------------------------------------------------------------------
diff --git a/modules/registry/pom.xml b/modules/registry/pom.xml
index bc46044..d5623a0 100644
--- a/modules/registry/pom.xml
+++ b/modules/registry/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/registry/registry-core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/registry/registry-core/pom.xml 
b/modules/registry/registry-core/pom.xml
index c4ad617..aa9a61b 100644
--- a/modules/registry/registry-core/pom.xml
+++ b/modules/registry/registry-core/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>registry</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/registry/registry-cpi/pom.xml
----------------------------------------------------------------------
diff --git a/modules/registry/registry-cpi/pom.xml 
b/modules/registry/registry-cpi/pom.xml
index 206c72e..304cb7c 100644
--- a/modules/registry/registry-cpi/pom.xml
+++ b/modules/registry/registry-cpi/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>registry</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/registry/registry-tools/jpa-gen/pom.xml
----------------------------------------------------------------------
diff --git a/modules/registry/registry-tools/jpa-gen/pom.xml 
b/modules/registry/registry-tools/jpa-gen/pom.xml
index ac9638c..ed5cf36 100644
--- a/modules/registry/registry-tools/jpa-gen/pom.xml
+++ b/modules/registry/registry-tools/jpa-gen/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-registry-tools</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/registry/registry-tools/pom.xml
----------------------------------------------------------------------
diff --git a/modules/registry/registry-tools/pom.xml 
b/modules/registry/registry-tools/pom.xml
index 3714d0c..a8236a8 100644
--- a/modules/registry/registry-tools/pom.xml
+++ b/modules/registry/registry-tools/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>registry</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/registry/registry-tools/registry-tool/pom.xml
----------------------------------------------------------------------
diff --git a/modules/registry/registry-tools/registry-tool/pom.xml 
b/modules/registry/registry-tools/registry-tool/pom.xml
index cc3ce1b..02b09cb 100644
--- a/modules/registry/registry-tools/registry-tool/pom.xml
+++ b/modules/registry/registry-tools/registry-tool/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-registry-tools</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/security/pom.xml
----------------------------------------------------------------------
diff --git a/modules/security/pom.xml b/modules/security/pom.xml
index 157df4c..3c105aa 100644
--- a/modules/security/pom.xml
+++ b/modules/security/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/server/pom.xml
----------------------------------------------------------------------
diff --git a/modules/server/pom.xml b/modules/server/pom.xml
index 4583d69..d306c83 100644
--- a/modules/server/pom.xml
+++ b/modules/server/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/test-suite/multi-tenanted-airavata/pom.xml
----------------------------------------------------------------------
diff --git a/modules/test-suite/multi-tenanted-airavata/pom.xml 
b/modules/test-suite/multi-tenanted-airavata/pom.xml
index 3a660b3..cbc8d4e 100644
--- a/modules/test-suite/multi-tenanted-airavata/pom.xml
+++ b/modules/test-suite/multi-tenanted-airavata/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-test-suite</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/test-suite/pom.xml
----------------------------------------------------------------------
diff --git a/modules/test-suite/pom.xml b/modules/test-suite/pom.xml
index 4e00db2..a89b30d 100644
--- a/modules/test-suite/pom.xml
+++ b/modules/test-suite/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/user-profile/pom.xml
----------------------------------------------------------------------
diff --git a/modules/user-profile/pom.xml b/modules/user-profile/pom.xml
index 4e11392..00d9afe 100644
--- a/modules/user-profile/pom.xml
+++ b/modules/user-profile/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>airavata</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/user-profile/user-profile-core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/user-profile/user-profile-core/pom.xml 
b/modules/user-profile/user-profile-core/pom.xml
index bc59f40..0c4fb24 100644
--- a/modules/user-profile/user-profile-core/pom.xml
+++ b/modules/user-profile/user-profile-core/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>user-profile</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/user-profile/user-profile-cpi/pom.xml
----------------------------------------------------------------------
diff --git a/modules/user-profile/user-profile-cpi/pom.xml 
b/modules/user-profile/user-profile-cpi/pom.xml
index a492eda..440726a 100644
--- a/modules/user-profile/user-profile-cpi/pom.xml
+++ b/modules/user-profile/user-profile-cpi/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>user-profile</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/workflow/pom.xml
----------------------------------------------------------------------
diff --git a/modules/workflow/pom.xml b/modules/workflow/pom.xml
index 23d2fbb..bac48d6 100644
--- a/modules/workflow/pom.xml
+++ b/modules/workflow/pom.xml
@@ -15,13 +15,13 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     
     <artifactId>workflow</artifactId>
     <packaging>pom</packaging>
-    <version>0.16</version>
+    <version>0.17-SNAPSHOT</version>
     <name>Airavata Workflow</name>
     <modules>
         <module>workflow-core</module>

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/modules/workflow/workflow-core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/workflow/workflow-core/pom.xml 
b/modules/workflow/workflow-core/pom.xml
index 232887e..63e8230 100644
--- a/modules/workflow/workflow-core/pom.xml
+++ b/modules/workflow/workflow-core/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <artifactId>workflow</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.16</version>
+        <version>0.17-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>airavata-workflow-core</artifactId>

http://git-wip-us.apache.org/repos/asf/airavata/blob/18154337/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 72d8cfc..313d1f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
        <artifactId>airavata</artifactId>
        <packaging>pom</packaging>
        <name>Airavata</name>
-       <version>0.16</version>
+       <version>0.17-SNAPSHOT</version>
 
        <url>http://airavata.apache.org/</url>
        <inceptionYear>2011</inceptionYear>
@@ -38,7 +38,7 @@
                
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/airavata.git</connection>
                
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/airavata.git</developerConnection>
                <url> 
https://git-wip-us.apache.org/repos/asf?p=airavata.git</url>
-               <tag>airavata-0.16</tag>
+               <tag>HEAD</tag>
        </scm>
 
        <mailingLists>

Reply via email to