You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2014/06/24 17:20:59 UTC

git commit: revert versions

Repository: airavata
Updated Branches:
  refs/heads/master 64582600a -> e44da0d7d


revert versions


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

Branch: refs/heads/master
Commit: e44da0d7d74c90f82f7668cf3555a7ddcc3d9658
Parents: 6458260
Author: Suresh Marru <sm...@apache.org>
Authored: Tue Jun 24 11:20:50 2014 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Tue Jun 24 11:20:50 2014 -0400

----------------------------------------------------------------------
 airavata-api/airavata-api-server/pom.xml                      | 2 +-
 airavata-api/airavata-api-stubs/pom.xml                       | 2 +-
 airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml    | 2 +-
 airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml    | 2 +-
 airavata-api/airavata-client-sdks/java-client-samples/pom.xml | 2 +-
 airavata-api/airavata-client-sdks/pom.xml                     | 2 +-
 airavata-api/airavata-data-models/pom.xml                     | 2 +-
 airavata-api/airavata-model-utils/pom.xml                     | 2 +-
 airavata-api/pom.xml                                          | 2 +-
 modules/airavata-client/pom.xml                               | 2 +-
 modules/app-catalog/app-catalog-jpa/pom.xml                   | 2 +-
 modules/app-catalog/pom.xml                                   | 2 +-
 modules/commons/gfac-schema/pom.xml                           | 2 +-
 modules/commons/pom.xml                                       | 2 +-
 modules/commons/utils/pom.xml                                 | 2 +-
 modules/commons/workflow-execution-context/pom.xml            | 2 +-
 modules/commons/workflow-tracking/pom.xml                     | 2 +-
 modules/configuration/client/pom.xml                          | 2 +-
 modules/configuration/pom.xml                                 | 2 +-
 modules/configuration/server/pom.xml                          | 2 +-
 modules/credential-store/pom.xml                              | 2 +-
 modules/distribution/client/java/pom.xml                      | 2 +-
 modules/distribution/client/pom.xml                           | 2 +-
 modules/distribution/pom.xml                                  | 2 +-
 modules/distribution/release/pom.xml                          | 2 +-
 modules/distribution/server/pom.xml                           | 2 +-
 modules/gfac/airavata-gfac-service/pom.xml                    | 2 +-
 modules/gfac/gfac-bes/pom.xml                                 | 2 +-
 modules/gfac/gfac-core/pom.xml                                | 2 +-
 modules/gfac/gfac-ec2/pom.xml                                 | 2 +-
 modules/gfac/gfac-gram/pom.xml                                | 2 +-
 modules/gfac/gfac-gsissh/pom.xml                              | 2 +-
 modules/gfac/gfac-hadoop/pom.xml                              | 2 +-
 modules/gfac/gfac-local/pom.xml                               | 2 +-
 modules/gfac/gfac-monitor/pom.xml                             | 2 +-
 modules/gfac/gfac-ssh/pom.xml                                 | 2 +-
 modules/gfac/pom.xml                                          | 2 +-
 modules/orchestrator/airavata-orchestrator-service/pom.xml    | 2 +-
 modules/orchestrator/orchestrator-client-sdks/pom.xml         | 2 +-
 modules/orchestrator/orchestrator-core/pom.xml                | 2 +-
 modules/orchestrator/pom.xml                                  | 2 +-
 modules/registry/airavata-jpa-registry/pom.xml                | 2 +-
 modules/registry/pom.xml                                      | 2 +-
 modules/registry/registry-api/pom.xml                         | 2 +-
 modules/registry/registry-cpi/pom.xml                         | 2 +-
 modules/server/pom.xml                                        | 2 +-
 modules/test-suite/pom.xml                                    | 2 +-
 modules/workflow-model/pom.xml                                | 2 +-
 modules/workflow-model/workflow-model-core/pom.xml            | 2 +-
 modules/ws-messenger/client/pom.xml                           | 2 +-
 modules/ws-messenger/commons/pom.xml                          | 2 +-
 modules/ws-messenger/message-monitor/pom.xml                  | 2 +-
 modules/ws-messenger/pom.xml                                  | 2 +-
 pom.xml                                                       | 2 +-
 tools/gsissh/pom.xml                                          | 2 +-
 tools/pom.xml                                                 | 2 +-
 tools/registry-tool/pom.xml                                   | 2 +-
 57 files changed, 57 insertions(+), 57 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/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 ff21028..d893997 100644
--- a/airavata-api/airavata-api-server/pom.xml
+++ b/airavata-api/airavata-api-server/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-api</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/airavata-api/airavata-api-stubs/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-api-stubs/pom.xml b/airavata-api/airavata-api-stubs/pom.xml
index 4303ad5..e970725 100644
--- a/airavata-api/airavata-api-stubs/pom.xml
+++ b/airavata-api/airavata-api-stubs/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-api</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/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 2357858..dd7f182 100644
--- a/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml
+++ b/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-client-sdks</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/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 5568b90..1c25bd3 100644
--- a/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml
+++ b/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-client-sdks</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/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 4c2e282..84e6702 100644
--- a/airavata-api/airavata-client-sdks/java-client-samples/pom.xml
+++ b/airavata-api/airavata-client-sdks/java-client-samples/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-client-sdks</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/airavata-api/airavata-client-sdks/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-client-sdks/pom.xml b/airavata-api/airavata-client-sdks/pom.xml
index d638485..322f56e 100644
--- a/airavata-api/airavata-client-sdks/pom.xml
+++ b/airavata-api/airavata-client-sdks/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-api</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/airavata-api/airavata-data-models/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-data-models/pom.xml b/airavata-api/airavata-data-models/pom.xml
index 2e1548b..e29bd8f 100644
--- a/airavata-api/airavata-data-models/pom.xml
+++ b/airavata-api/airavata-data-models/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-api</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/airavata-api/airavata-model-utils/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-model-utils/pom.xml b/airavata-api/airavata-model-utils/pom.xml
index 964743a..4fc6a4c 100644
--- a/airavata-api/airavata-model-utils/pom.xml
+++ b/airavata-api/airavata-model-utils/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-api</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/airavata-api/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/pom.xml b/airavata-api/pom.xml
index 8ff0bd9..ef49196 100644
--- a/airavata-api/pom.xml
+++ b/airavata-api/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/airavata-client/pom.xml
----------------------------------------------------------------------
diff --git a/modules/airavata-client/pom.xml b/modules/airavata-client/pom.xml
index 2b6eb48..4db3993 100644
--- a/modules/airavata-client/pom.xml
+++ b/modules/airavata-client/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/app-catalog/app-catalog-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/modules/app-catalog/app-catalog-jpa/pom.xml b/modules/app-catalog/app-catalog-jpa/pom.xml
index 439030e..01cdd98 100644
--- a/modules/app-catalog/app-catalog-jpa/pom.xml
+++ b/modules/app-catalog/app-catalog-jpa/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>app-catalog</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/app-catalog/pom.xml
----------------------------------------------------------------------
diff --git a/modules/app-catalog/pom.xml b/modules/app-catalog/pom.xml
index 7c96ded..907c936 100644
--- a/modules/app-catalog/pom.xml
+++ b/modules/app-catalog/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/commons/gfac-schema/pom.xml
----------------------------------------------------------------------
diff --git a/modules/commons/gfac-schema/pom.xml b/modules/commons/gfac-schema/pom.xml
index 56b4c10..3e8484e 100644
--- a/modules/commons/gfac-schema/pom.xml
+++ b/modules/commons/gfac-schema/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>commons</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/commons/pom.xml
----------------------------------------------------------------------
diff --git a/modules/commons/pom.xml b/modules/commons/pom.xml
index 0cdce55..8c55a9f 100644
--- a/modules/commons/pom.xml
+++ b/modules/commons/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/commons/utils/pom.xml
----------------------------------------------------------------------
diff --git a/modules/commons/utils/pom.xml b/modules/commons/utils/pom.xml
index 151a141..160017d 100644
--- a/modules/commons/utils/pom.xml
+++ b/modules/commons/utils/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>commons</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/commons/workflow-execution-context/pom.xml
----------------------------------------------------------------------
diff --git a/modules/commons/workflow-execution-context/pom.xml b/modules/commons/workflow-execution-context/pom.xml
index ab496ad..fa5b655 100644
--- a/modules/commons/workflow-execution-context/pom.xml
+++ b/modules/commons/workflow-execution-context/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>commons</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/commons/workflow-tracking/pom.xml
----------------------------------------------------------------------
diff --git a/modules/commons/workflow-tracking/pom.xml b/modules/commons/workflow-tracking/pom.xml
index 8d7eda3..faa6c0f 100644
--- a/modules/commons/workflow-tracking/pom.xml
+++ b/modules/commons/workflow-tracking/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>commons</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/configuration/client/pom.xml
----------------------------------------------------------------------
diff --git a/modules/configuration/client/pom.xml b/modules/configuration/client/pom.xml
index c19c225..a7f98db 100644
--- a/modules/configuration/client/pom.xml
+++ b/modules/configuration/client/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-configuration</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/configuration/pom.xml
----------------------------------------------------------------------
diff --git a/modules/configuration/pom.xml b/modules/configuration/pom.xml
index aaa13d4..4399a84 100644
--- a/modules/configuration/pom.xml
+++ b/modules/configuration/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/configuration/server/pom.xml
----------------------------------------------------------------------
diff --git a/modules/configuration/server/pom.xml b/modules/configuration/server/pom.xml
index 510cc5b..2e3fe0c 100644
--- a/modules/configuration/server/pom.xml
+++ b/modules/configuration/server/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-configuration</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/credential-store/pom.xml
----------------------------------------------------------------------
diff --git a/modules/credential-store/pom.xml b/modules/credential-store/pom.xml
index 534544a..7340651 100644
--- a/modules/credential-store/pom.xml
+++ b/modules/credential-store/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/distribution/client/java/pom.xml
----------------------------------------------------------------------
diff --git a/modules/distribution/client/java/pom.xml b/modules/distribution/client/java/pom.xml
index 632847a..aebb9af 100644
--- a/modules/distribution/client/java/pom.xml
+++ b/modules/distribution/client/java/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-client-parent</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/distribution/client/pom.xml
----------------------------------------------------------------------
diff --git a/modules/distribution/client/pom.xml b/modules/distribution/client/pom.xml
index 9fe6e48..8c74931 100644
--- a/modules/distribution/client/pom.xml
+++ b/modules/distribution/client/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>distribution</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 0bdcb8f..d891247 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/distribution/release/pom.xml
----------------------------------------------------------------------
diff --git a/modules/distribution/release/pom.xml b/modules/distribution/release/pom.xml
index fa7690c..1cd7fd2 100644
--- a/modules/distribution/release/pom.xml
+++ b/modules/distribution/release/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>distribution</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/distribution/server/pom.xml
----------------------------------------------------------------------
diff --git a/modules/distribution/server/pom.xml b/modules/distribution/server/pom.xml
index 108bd32..894f57d 100644
--- a/modules/distribution/server/pom.xml
+++ b/modules/distribution/server/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>distribution</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/gfac/airavata-gfac-service/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/airavata-gfac-service/pom.xml b/modules/gfac/airavata-gfac-service/pom.xml
index e57eccc..a6a2a31 100644
--- a/modules/gfac/airavata-gfac-service/pom.xml
+++ b/modules/gfac/airavata-gfac-service/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>gfac</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/gfac/gfac-bes/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-bes/pom.xml b/modules/gfac/gfac-bes/pom.xml
index 351fa47..465adf8 100644
--- a/modules/gfac/gfac-bes/pom.xml
+++ b/modules/gfac/gfac-bes/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/gfac/gfac-core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-core/pom.xml b/modules/gfac/gfac-core/pom.xml
index da86055..9de130b 100644
--- a/modules/gfac/gfac-core/pom.xml
+++ b/modules/gfac/gfac-core/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/gfac/gfac-ec2/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-ec2/pom.xml b/modules/gfac/gfac-ec2/pom.xml
index 6b95319..344792a 100644
--- a/modules/gfac/gfac-ec2/pom.xml
+++ b/modules/gfac/gfac-ec2/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/gfac/gfac-gram/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-gram/pom.xml b/modules/gfac/gfac-gram/pom.xml
index 2b25558..95043e9 100644
--- a/modules/gfac/gfac-gram/pom.xml
+++ b/modules/gfac/gfac-gram/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/gfac/gfac-gsissh/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-gsissh/pom.xml b/modules/gfac/gfac-gsissh/pom.xml
index e9acfbf..b61f6cc 100644
--- a/modules/gfac/gfac-gsissh/pom.xml
+++ b/modules/gfac/gfac-gsissh/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/gfac/gfac-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-hadoop/pom.xml b/modules/gfac/gfac-hadoop/pom.xml
index 0a64ab8..78a6e27 100644
--- a/modules/gfac/gfac-hadoop/pom.xml
+++ b/modules/gfac/gfac-hadoop/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/gfac/gfac-local/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-local/pom.xml b/modules/gfac/gfac-local/pom.xml
index ff86b0e..f07a34e 100644
--- a/modules/gfac/gfac-local/pom.xml
+++ b/modules/gfac/gfac-local/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/gfac/gfac-monitor/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-monitor/pom.xml b/modules/gfac/gfac-monitor/pom.xml
index 9d22902..e21f599 100644
--- a/modules/gfac/gfac-monitor/pom.xml
+++ b/modules/gfac/gfac-monitor/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/gfac/gfac-ssh/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-ssh/pom.xml b/modules/gfac/gfac-ssh/pom.xml
index 5e31f45..c94632d 100644
--- a/modules/gfac/gfac-ssh/pom.xml
+++ b/modules/gfac/gfac-ssh/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/gfac/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/pom.xml b/modules/gfac/pom.xml
index fc4447b..b4e2e5d 100644
--- a/modules/gfac/pom.xml
+++ b/modules/gfac/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/orchestrator/airavata-orchestrator-service/pom.xml
----------------------------------------------------------------------
diff --git a/modules/orchestrator/airavata-orchestrator-service/pom.xml b/modules/orchestrator/airavata-orchestrator-service/pom.xml
index 63463c2..a90e99d 100644
--- a/modules/orchestrator/airavata-orchestrator-service/pom.xml
+++ b/modules/orchestrator/airavata-orchestrator-service/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>orchestrator</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/orchestrator/orchestrator-client-sdks/pom.xml
----------------------------------------------------------------------
diff --git a/modules/orchestrator/orchestrator-client-sdks/pom.xml b/modules/orchestrator/orchestrator-client-sdks/pom.xml
index 5e9486b..cb7c362 100644
--- a/modules/orchestrator/orchestrator-client-sdks/pom.xml
+++ b/modules/orchestrator/orchestrator-client-sdks/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>orchestrator</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/orchestrator/orchestrator-core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/orchestrator/orchestrator-core/pom.xml b/modules/orchestrator/orchestrator-core/pom.xml
index 3912dd1..72c47ac 100644
--- a/modules/orchestrator/orchestrator-core/pom.xml
+++ b/modules/orchestrator/orchestrator-core/pom.xml
@@ -14,7 +14,7 @@ the License. -->
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>orchestrator</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/orchestrator/pom.xml
----------------------------------------------------------------------
diff --git a/modules/orchestrator/pom.xml b/modules/orchestrator/pom.xml
index 6f48b3f..19eec0f 100644
--- a/modules/orchestrator/pom.xml
+++ b/modules/orchestrator/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/registry/airavata-jpa-registry/pom.xml
----------------------------------------------------------------------
diff --git a/modules/registry/airavata-jpa-registry/pom.xml b/modules/registry/airavata-jpa-registry/pom.xml
index 7f7d41a..631f732 100644
--- a/modules/registry/airavata-jpa-registry/pom.xml
+++ b/modules/registry/airavata-jpa-registry/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>registry</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/registry/pom.xml
----------------------------------------------------------------------
diff --git a/modules/registry/pom.xml b/modules/registry/pom.xml
index 51d7da5..02c1603 100644
--- a/modules/registry/pom.xml
+++ b/modules/registry/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/registry/registry-api/pom.xml
----------------------------------------------------------------------
diff --git a/modules/registry/registry-api/pom.xml b/modules/registry/registry-api/pom.xml
index a8f640b..45d4931 100644
--- a/modules/registry/registry-api/pom.xml
+++ b/modules/registry/registry-api/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>registry</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/registry/registry-cpi/pom.xml
----------------------------------------------------------------------
diff --git a/modules/registry/registry-cpi/pom.xml b/modules/registry/registry-cpi/pom.xml
index 53037a8..9a5098c 100644
--- a/modules/registry/registry-cpi/pom.xml
+++ b/modules/registry/registry-cpi/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>registry</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/server/pom.xml
----------------------------------------------------------------------
diff --git a/modules/server/pom.xml b/modules/server/pom.xml
index 3d432ec..19b1340 100644
--- a/modules/server/pom.xml
+++ b/modules/server/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/test-suite/pom.xml
----------------------------------------------------------------------
diff --git a/modules/test-suite/pom.xml b/modules/test-suite/pom.xml
index 255cb56..f070f27 100644
--- a/modules/test-suite/pom.xml
+++ b/modules/test-suite/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/workflow-model/pom.xml
----------------------------------------------------------------------
diff --git a/modules/workflow-model/pom.xml b/modules/workflow-model/pom.xml
index 6845df4..81959da 100644
--- a/modules/workflow-model/pom.xml
+++ b/modules/workflow-model/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/workflow-model/workflow-model-core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/workflow-model/workflow-model-core/pom.xml b/modules/workflow-model/workflow-model-core/pom.xml
index e4db95a..a1334a6 100644
--- a/modules/workflow-model/workflow-model-core/pom.xml
+++ b/modules/workflow-model/workflow-model-core/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-workflow-model-parent</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/ws-messenger/client/pom.xml
----------------------------------------------------------------------
diff --git a/modules/ws-messenger/client/pom.xml b/modules/ws-messenger/client/pom.xml
index 0ee67a0..89eb62c 100644
--- a/modules/ws-messenger/client/pom.xml
+++ b/modules/ws-messenger/client/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-ws-messenger</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/ws-messenger/commons/pom.xml
----------------------------------------------------------------------
diff --git a/modules/ws-messenger/commons/pom.xml b/modules/ws-messenger/commons/pom.xml
index 17c9207..9b80ab0 100644
--- a/modules/ws-messenger/commons/pom.xml
+++ b/modules/ws-messenger/commons/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-ws-messenger</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/ws-messenger/message-monitor/pom.xml
----------------------------------------------------------------------
diff --git a/modules/ws-messenger/message-monitor/pom.xml b/modules/ws-messenger/message-monitor/pom.xml
index ded47a7..5526a9a 100644
--- a/modules/ws-messenger/message-monitor/pom.xml
+++ b/modules/ws-messenger/message-monitor/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-ws-messenger</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/modules/ws-messenger/pom.xml
----------------------------------------------------------------------
diff --git a/modules/ws-messenger/pom.xml b/modules/ws-messenger/pom.xml
index 1865829..275e217 100644
--- a/modules/ws-messenger/pom.xml
+++ b/modules/ws-messenger/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f5439b3..61d20fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <artifactId>airavata</artifactId>
     <packaging>pom</packaging>
     <name>Airavata</name>
-    <version>0.13-SNAPSHOT</version>
+    <version>0.12-SNAPSHOT</version>
 
     <url>http://airavata.apache.org/</url>
     <inceptionYear>2011</inceptionYear>

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/tools/gsissh/pom.xml
----------------------------------------------------------------------
diff --git a/tools/gsissh/pom.xml b/tools/gsissh/pom.xml
index 4edb016..a62455b 100644
--- a/tools/gsissh/pom.xml
+++ b/tools/gsissh/pom.xml
@@ -17,7 +17,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>airavata</artifactId>
-		<version>0.13-SNAPSHOT</version>
+		<version>0.12-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index 64eb40c..8f188ad 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/airavata/blob/e44da0d7/tools/registry-tool/pom.xml
----------------------------------------------------------------------
diff --git a/tools/registry-tool/pom.xml b/tools/registry-tool/pom.xml
index 89b333d..dc13aee 100644
--- a/tools/registry-tool/pom.xml
+++ b/tools/registry-tool/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-tools-parent</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.12-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>