[maven-release-plugin] prepare release airavata-0.13
diff --git a/airavata-api/airavata-api-server/pom.xml b/airavata-api/airavata-api-server/pom.xml
index c585408..16dfa59 100644
--- a/airavata-api/airavata-api-server/pom.xml
+++ b/airavata-api/airavata-api-server/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-api</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/airavata-api/airavata-api-stubs/pom.xml b/airavata-api/airavata-api-stubs/pom.xml
index 4303ad5..165d363 100644
--- a/airavata-api/airavata-api-stubs/pom.xml
+++ b/airavata-api/airavata-api-stubs/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-api</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml b/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml
index 892e8c1..20c881a 100644
--- a/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml
+++ b/airavata-api/airavata-client-sdks/airavata-cpp-sdk/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-client-sdks</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
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 64a5d01..9dcb389 100644
--- a/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml
+++ b/airavata-api/airavata-client-sdks/airavata-php-sdk/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-client-sdks</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/airavata-api/airavata-client-sdks/java-client-samples/pom.xml b/airavata-api/airavata-client-sdks/java-client-samples/pom.xml
index f678f3a..b598c42 100644
--- a/airavata-api/airavata-client-sdks/java-client-samples/pom.xml
+++ b/airavata-api/airavata-client-sdks/java-client-samples/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-client-sdks</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/airavata-api/airavata-client-sdks/pom.xml b/airavata-api/airavata-client-sdks/pom.xml
index d638485..52bf1a1 100644
--- a/airavata-api/airavata-client-sdks/pom.xml
+++ b/airavata-api/airavata-client-sdks/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-api</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/airavata-api/airavata-data-models/pom.xml b/airavata-api/airavata-data-models/pom.xml
index 2e1548b..37a8657 100644
--- a/airavata-api/airavata-data-models/pom.xml
+++ b/airavata-api/airavata-data-models/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-api</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/airavata-api/airavata-model-utils/pom.xml b/airavata-api/airavata-model-utils/pom.xml
index 964743a..3a4d6e5 100644
--- a/airavata-api/airavata-model-utils/pom.xml
+++ b/airavata-api/airavata-model-utils/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>airavata-api</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/airavata-api/pom.xml b/airavata-api/pom.xml
index 8ff0bd9..1fac3ac 100644
--- a/airavata-api/pom.xml
+++ b/airavata-api/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/airavata-client/pom.xml b/modules/airavata-client/pom.xml
index a8e59b2..8e1a13e 100644
--- a/modules/airavata-client/pom.xml
+++ b/modules/airavata-client/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/app-catalog/app-catalog-cpi/pom.xml b/modules/app-catalog/app-catalog-cpi/pom.xml
index 167bfd9..25b9149 100644
--- a/modules/app-catalog/app-catalog-cpi/pom.xml
+++ b/modules/app-catalog/app-catalog-cpi/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>app-catalog</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/app-catalog/app-catalog-data/pom.xml b/modules/app-catalog/app-catalog-data/pom.xml
index c96b1e6..b923732 100644
--- a/modules/app-catalog/app-catalog-data/pom.xml
+++ b/modules/app-catalog/app-catalog-data/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>app-catalog</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/app-catalog/pom.xml b/modules/app-catalog/pom.xml
index 400bcb8..f8e995c 100644
--- a/modules/app-catalog/pom.xml
+++ b/modules/app-catalog/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/commons/gfac-schema/pom.xml b/modules/commons/gfac-schema/pom.xml
index 56b4c10..ea0e45b 100644
--- a/modules/commons/gfac-schema/pom.xml
+++ b/modules/commons/gfac-schema/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>commons</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/commons/pom.xml b/modules/commons/pom.xml
index 383c3b7..58713bf 100644
--- a/modules/commons/pom.xml
+++ b/modules/commons/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/commons/utils/pom.xml b/modules/commons/utils/pom.xml
index 613170e..214bf12 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.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/commons/workflow-execution-context/pom.xml b/modules/commons/workflow-execution-context/pom.xml
index ab496ad..66fb48f 100644
--- a/modules/commons/workflow-execution-context/pom.xml
+++ b/modules/commons/workflow-execution-context/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>commons</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/commons/workflow-tracking/pom.xml b/modules/commons/workflow-tracking/pom.xml
index 8d7eda3..34e5bb6 100644
--- a/modules/commons/workflow-tracking/pom.xml
+++ b/modules/commons/workflow-tracking/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>commons</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/configuration/client/pom.xml b/modules/configuration/client/pom.xml
index c19c225..10d1f35 100644
--- a/modules/configuration/client/pom.xml
+++ b/modules/configuration/client/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-configuration</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/configuration/pom.xml b/modules/configuration/pom.xml
index aaa13d4..50f1c77 100644
--- a/modules/configuration/pom.xml
+++ b/modules/configuration/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/configuration/server/pom.xml b/modules/configuration/server/pom.xml
index 510cc5b..464cce9 100644
--- a/modules/configuration/server/pom.xml
+++ b/modules/configuration/server/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-configuration</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/credential-store-service/credential-store-webapp/pom.xml b/modules/credential-store-service/credential-store-webapp/pom.xml
index 85f5c23..b2b12b8 100644
--- a/modules/credential-store-service/credential-store-webapp/pom.xml
+++ b/modules/credential-store-service/credential-store-webapp/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-credential-store-service</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/credential-store-service/credential-store/pom.xml b/modules/credential-store-service/credential-store/pom.xml
index 43c11d1..8df5eca 100644
--- a/modules/credential-store-service/credential-store/pom.xml
+++ b/modules/credential-store-service/credential-store/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/credential-store-service/pom.xml b/modules/credential-store-service/pom.xml
index 19ed25a..91393aa 100644
--- a/modules/credential-store-service/pom.xml
+++ b/modules/credential-store-service/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/distribution/client/java/pom.xml b/modules/distribution/client/java/pom.xml
index 632847a..2b3ba9b 100644
--- a/modules/distribution/client/java/pom.xml
+++ b/modules/distribution/client/java/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-client-parent</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/distribution/client/pom.xml b/modules/distribution/client/pom.xml
index 9fe6e48..4895d38 100644
--- a/modules/distribution/client/pom.xml
+++ b/modules/distribution/client/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>distribution</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 0bdcb8f..9f69911 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/distribution/release/pom.xml b/modules/distribution/release/pom.xml
index 0ae82d4..f797fa2 100644
--- a/modules/distribution/release/pom.xml
+++ b/modules/distribution/release/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>distribution</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/distribution/server/pom.xml b/modules/distribution/server/pom.xml
index fcc4ec4..d94e0e6 100644
--- a/modules/distribution/server/pom.xml
+++ b/modules/distribution/server/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>distribution</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/gfac/airavata-gfac-service/pom.xml b/modules/gfac/airavata-gfac-service/pom.xml
index d02a658..a082f31 100644
--- a/modules/gfac/airavata-gfac-service/pom.xml
+++ b/modules/gfac/airavata-gfac-service/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>gfac</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/gfac/gfac-bes/pom.xml b/modules/gfac/gfac-bes/pom.xml
index 1ed24d7..5615657 100644
--- a/modules/gfac/gfac-bes/pom.xml
+++ b/modules/gfac/gfac-bes/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/gfac/gfac-core/pom.xml b/modules/gfac/gfac-core/pom.xml
index e5a0f00..2b6ad4e 100644
--- a/modules/gfac/gfac-core/pom.xml
+++ b/modules/gfac/gfac-core/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/gfac/gfac-ec2/pom.xml b/modules/gfac/gfac-ec2/pom.xml
index 6b95319..b8efd62 100644
--- a/modules/gfac/gfac-ec2/pom.xml
+++ b/modules/gfac/gfac-ec2/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/gfac/gfac-gram/pom.xml b/modules/gfac/gfac-gram/pom.xml
index 2b25558..88fd21d 100644
--- a/modules/gfac/gfac-gram/pom.xml
+++ b/modules/gfac/gfac-gram/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/gfac/gfac-gsissh/pom.xml b/modules/gfac/gfac-gsissh/pom.xml
index 49b3ce4..53de8c5 100644
--- a/modules/gfac/gfac-gsissh/pom.xml
+++ b/modules/gfac/gfac-gsissh/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/gfac/gfac-hadoop/pom.xml b/modules/gfac/gfac-hadoop/pom.xml
index 0a64ab8..e1b1c1b 100644
--- a/modules/gfac/gfac-hadoop/pom.xml
+++ b/modules/gfac/gfac-hadoop/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/gfac/gfac-local/pom.xml b/modules/gfac/gfac-local/pom.xml
index ff86b0e..ac17997 100644
--- a/modules/gfac/gfac-local/pom.xml
+++ b/modules/gfac/gfac-local/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>gfac</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/gfac/gfac-monitor/pom.xml b/modules/gfac/gfac-monitor/pom.xml
index ac173dc..3e3a1ab 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.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/gfac/gfac-ssh/pom.xml b/modules/gfac/gfac-ssh/pom.xml
index 5e2c6fa..73a1de4 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.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/gfac/pom.xml b/modules/gfac/pom.xml
index fc4447b..8ef16ad 100644
--- a/modules/gfac/pom.xml
+++ b/modules/gfac/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/orchestrator/airavata-orchestrator-service/pom.xml b/modules/orchestrator/airavata-orchestrator-service/pom.xml
index ca58413..e1a28a2 100644
--- a/modules/orchestrator/airavata-orchestrator-service/pom.xml
+++ b/modules/orchestrator/airavata-orchestrator-service/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>orchestrator</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/orchestrator/orchestrator-client-sdks/pom.xml b/modules/orchestrator/orchestrator-client-sdks/pom.xml
index 5e9486b..e698359 100644
--- a/modules/orchestrator/orchestrator-client-sdks/pom.xml
+++ b/modules/orchestrator/orchestrator-client-sdks/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <artifactId>orchestrator</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/orchestrator/orchestrator-core/pom.xml b/modules/orchestrator/orchestrator-core/pom.xml
index 5f5382e..b272a6d 100644
--- a/modules/orchestrator/orchestrator-core/pom.xml
+++ b/modules/orchestrator/orchestrator-core/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>orchestrator</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/modules/orchestrator/pom.xml b/modules/orchestrator/pom.xml
index 6f48b3f..3774f07 100644
--- a/modules/orchestrator/pom.xml
+++ b/modules/orchestrator/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/registry/airavata-jpa-registry/pom.xml b/modules/registry/airavata-jpa-registry/pom.xml
index 9a58037..a1e13c4 100644
--- a/modules/registry/airavata-jpa-registry/pom.xml
+++ b/modules/registry/airavata-jpa-registry/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>registry</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/registry/pom.xml b/modules/registry/pom.xml
index 03578a9..ef2f2e8 100644
--- a/modules/registry/pom.xml
+++ b/modules/registry/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/registry/registry-api/pom.xml b/modules/registry/registry-api/pom.xml
index a8f640b..59b8592 100644
--- a/modules/registry/registry-api/pom.xml
+++ b/modules/registry/registry-api/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>registry</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/registry/registry-cpi/pom.xml b/modules/registry/registry-cpi/pom.xml
index 53037a8..fa534b5 100644
--- a/modules/registry/registry-cpi/pom.xml
+++ b/modules/registry/registry-cpi/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>registry</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/security/pom.xml b/modules/security/pom.xml
index 3135bde..cf5a88d 100644
--- a/modules/security/pom.xml
+++ b/modules/security/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/server/pom.xml b/modules/server/pom.xml
index 3d432ec..da3a2a6 100644
--- a/modules/server/pom.xml
+++ b/modules/server/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/test-suite/pom.xml b/modules/test-suite/pom.xml
index 255cb56..110c61a 100644
--- a/modules/test-suite/pom.xml
+++ b/modules/test-suite/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/workflow-model/pom.xml b/modules/workflow-model/pom.xml
index d9d1554..729728b 100644
--- a/modules/workflow-model/pom.xml
+++ b/modules/workflow-model/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/workflow-model/workflow-model-core/pom.xml b/modules/workflow-model/workflow-model-core/pom.xml
index e4db95a..1558164 100644
--- a/modules/workflow-model/workflow-model-core/pom.xml
+++ b/modules/workflow-model/workflow-model-core/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-workflow-model-parent</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/modules/ws-messenger/client/pom.xml b/modules/ws-messenger/client/pom.xml
index 0ee67a0..9833262 100644
--- a/modules/ws-messenger/client/pom.xml
+++ b/modules/ws-messenger/client/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-ws-messenger</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/modules/ws-messenger/commons/pom.xml b/modules/ws-messenger/commons/pom.xml
index 17c9207..88ef654 100644
--- a/modules/ws-messenger/commons/pom.xml
+++ b/modules/ws-messenger/commons/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-ws-messenger</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/modules/ws-messenger/message-monitor/pom.xml b/modules/ws-messenger/message-monitor/pom.xml
index ded47a7..cd2f481 100644
--- a/modules/ws-messenger/message-monitor/pom.xml
+++ b/modules/ws-messenger/message-monitor/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-ws-messenger</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/modules/ws-messenger/pom.xml b/modules/ws-messenger/pom.xml
index 363b00d..daba602 100644
--- a/modules/ws-messenger/pom.xml
+++ b/modules/ws-messenger/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index b159844..63e2cbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <artifactId>airavata</artifactId>
     <packaging>pom</packaging>
     <name>Airavata</name>
-    <version>0.13-SNAPSHOT</version>
+    <version>0.13</version>
 
     <url>http://airavata.apache.org/</url>
     <inceptionYear>2011</inceptionYear>
@@ -35,7 +35,7 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/airavata.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/airavata.git</developerConnection>
         <url> https://git-wip-us.apache.org/repos/asf?p=airavata.git</url>
-      <tag>airavata-0.13-SNAPSHOT</tag>
+      <tag>airavata-0.13</tag>
   </scm>
 
     <mailingLists>
diff --git a/tools/gsissh/pom.xml b/tools/gsissh/pom.xml
index 4edb016..406b7c5 100644
--- a/tools/gsissh/pom.xml
+++ b/tools/gsissh/pom.xml
@@ -17,7 +17,7 @@
 	<parent>
 		<groupId>org.apache.airavata</groupId>
 		<artifactId>airavata</artifactId>
-		<version>0.13-SNAPSHOT</version>
+		<version>0.13</version>
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
diff --git a/tools/pom.xml b/tools/pom.xml
index 64eb40c..7d98c8e 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/tools/registry-tool/pom.xml b/tools/registry-tool/pom.xml
index 89b333d..b417e91 100644
--- a/tools/registry-tool/pom.xml
+++ b/tools/registry-tool/pom.xml
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-tools-parent</artifactId>
-        <version>0.13-SNAPSHOT</version>
+        <version>0.13</version>
         <relativePath>../pom.xml</relativePath>
     </parent>