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 2012/09/22 21:00:06 UTC

svn commit: r1388870 - in /airavata/trunk: ./ modules/airavata-client/ modules/commons/ modules/commons/common-registry-api/ modules/commons/gfac-schema/ modules/commons/provenance-registry/ modules/commons/registry-api/ modules/commons/utils/ modules/...

Author: smarru
Date: Sat Sep 22 19:00:05 2012
New Revision: 1388870

URL: http://svn.apache.org/viewvc?rev=1388870&view=rev
Log:
updating pom's to remove incubating to address AIRAVATA-577

Removed:
    airavata/trunk/DISCLAIMER
Modified:
    airavata/trunk/INSTALL
    airavata/trunk/README
    airavata/trunk/modules/airavata-client/pom.xml
    airavata/trunk/modules/commons/common-registry-api/pom.xml
    airavata/trunk/modules/commons/gfac-schema/pom.xml
    airavata/trunk/modules/commons/pom.xml
    airavata/trunk/modules/commons/provenance-registry/pom.xml
    airavata/trunk/modules/commons/registry-api/pom.xml
    airavata/trunk/modules/commons/utils/pom.xml
    airavata/trunk/modules/commons/workflow-execution-context/pom.xml
    airavata/trunk/modules/commons/workflow-tracking/pom.xml
    airavata/trunk/modules/distribution/pom.xml
    airavata/trunk/modules/distribution/src/main/resources/LICENSE
    airavata/trunk/modules/gfac-axis2/pom.xml
    airavata/trunk/modules/gfac-core/pom.xml
    airavata/trunk/modules/registry/airavata-jpa-registry/pom.xml
    airavata/trunk/modules/registry/airavata-registry-service/pom.xml
    airavata/trunk/modules/registry/pom.xml
    airavata/trunk/modules/test-suite/pom.xml
    airavata/trunk/modules/workflow-interpreter/pom.xml
    airavata/trunk/modules/workflow-model/pom.xml
    airavata/trunk/modules/workflow-model/workflow-model-core/pom.xml
    airavata/trunk/modules/ws-messenger/client/pom.xml
    airavata/trunk/modules/ws-messenger/commons/pom.xml
    airavata/trunk/modules/ws-messenger/distribution/pom.xml
    airavata/trunk/modules/ws-messenger/messagebox/pom.xml
    airavata/trunk/modules/ws-messenger/messagebroker/pom.xml
    airavata/trunk/modules/ws-messenger/pom.xml
    airavata/trunk/modules/xbaya-gui/pom.xml
    airavata/trunk/pom.xml
    airavata/trunk/samples/complex-math-service/pom.xml
    airavata/trunk/samples/levenshtein-distance-service/pom.xml
    airavata/trunk/samples/provenance-registry-handler/pom.xml
    airavata/trunk/samples/simple-math-service/pom.xml
    airavata/trunk/tools/airavata-tomcat.properties
    airavata/trunk/tools/setup_tomcat.sh

Modified: airavata/trunk/INSTALL
URL: http://svn.apache.org/viewvc/airavata/trunk/INSTALL?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/INSTALL (original)
+++ airavata/trunk/INSTALL Sat Sep 22 19:00:05 2012
@@ -1,4 +1,4 @@
-Installing  Apache Airavata 0.4-INCUBATING
+Installing  Apache Airavata 0.5
 ------------------------------------------------
 
 Prerequisites
@@ -20,6 +20,6 @@ Once the binary is unzipped, instruction
 Tutorials 
 ----------
 The airavata website has instructions for basic tutorials:
-* For basic understanding of how Airavata works - http://incubator.apache.org/airavata/documentation/system/airavata-in-5-minutes.html
-* Advanced understanding of Airavata - http://incubator.apache.org/airavata/documentation/system/airavata-in-10-minutes.html
-* Advanced tutorial to provide understanding of how to run sample workflows distributed with Airavata - http://incubator.apache.org/airavata/documentation/system/advanced-workflow-samples.html
+* For basic understanding of how Airavata works - http://airavata.apache.org/documentation/system/airavata-in-5-minutes.html
+* Describing and executing applications using Airavata - http://airavata.apache.org/documentation/system/airavata-in-10-minutes.html
+* Advanced tutorial to provide understanding of how to run sample workflows distributed with Airavata - http://airavata.apache.org/documentation/system/advanced-workflow-samples.html

Modified: airavata/trunk/README
URL: http://svn.apache.org/viewvc/airavata/trunk/README?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/README (original)
+++ airavata/trunk/README Sat Sep 22 19:00:05 2012
@@ -1,39 +1,27 @@
-Apache Airavata (incubating) - README.txt
+Apache Airavata - README.txt
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
 About
 =====
-Apache Airavata, a software framework to compose, manage, execute, and monitor 
-distributed applications and workflows on computational resources ranging from 
-local resources to computational grids and clouds. Airavata can be used as individual components or 
+Apache Airavata, a software framework to executing and managing computational jobs on 
+distributed computing resources including local clusters, supercomputers, national grids, 
+academic and commercial clouds. Airavata can be used as individual components or 
 as an integrated solution to build science gateways or general-purpose distributed 
 application and workflow management systems. Users can use Airavata back end services 
 and build gadgets to deploy in open social containers such as Apache Rave and modify them 
 to suit their needs. Airavata builds on general concepts of service oriented computing, 
 distributed messaging, and workflow composition and orchestration.
 
-Disclaimer
-==========
-Apache Airavata is an effort undergoing incubation at The Apache Software
-Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required
-of all newly accepted projects until a further review indicates that the
-infrastructure, communications, and decision making process have stabilized in a
-manner consistent with other successful ASF projects. While incubation status is
-not necessarily a reflection of the completeness or stability of the code, it
-does indicate that the project has yet to be fully endorsed by the ASF.
-
 Release Notes
 =============
-0.4-INCUBATNG is the third release of Airavata (skipped 0.1-INCUBATNG). This release focuses on improving test cases
+0.5 is the fourth release of Airavata (skipped 0.1-INCUBATNG). This release focuses on improving test cases
 and stability of code, documentation. For detailed tasks list, please see RELEASE_NOTES.
 
 Building from source
 ====================
 For brief installation instructions, see INSTALL
-For detailed installation and further instructions refer http://incubator.apache.org/airavata/ - Documentation 
-section in right hand panel. Step by step with proper documentation and screenshots is
-provided.
+For detailed installation and further instructions refer http://airavata.apache.org/ - Documentation section in left hand panel. Step by step with proper documentation are provided.
 
 Known Issues in This Release
 ============================
@@ -59,7 +47,6 @@ Airavata Binary Distribution Directory S
         |       -- services <folder>
         |   |-- bin <folder>
                 |-- database_scripts
-        |-- DISCLAIMER <file>
         |-- NOTICE <file>
         |-- LICENSE <file>
         |-- README <file>
@@ -70,9 +57,9 @@ How to test and run samples
 ===========================
 * If you built Airavata from source, and if you see "BUILD SUCCESS", then the test cases should have passes.
 * The test cases are beyond unit level, they startup embedded services and run through basic workflow use cases.
-* To walk through Airavata features, follow "Airavata in Five Minutes" tutorial at http://incubator.apache.org/airavata/documentation/system/airavata-in-5-minutes.html
-* For intermediate level Airavata features, follow "Airavata in Ten Minutes" tutorial at http://incubator.apache.org/airavata/documentation/system/airavata-in-10-minutes.html 
-* For advanced use cases, please contact mailing lists - http://incubator.apache.org/airavata/community/mailing-lists.html
+* To walk through Airavata features, follow "Airavata in Five Minutes" tutorial at http://airavata.apache.org/documentation/system/airavata-in-5-minutes.html
+* For intermediate level Airavata features, follow "Airavata in Ten Minutes" tutorial at http://airavata.apache.org/documentation/system/airavata-in-10-minutes.html 
+* For advanced use cases, please contact mailing lists - http://airavata.apache.org/community/mailing-lists.html
 
 Description of Directory Structure
 ==================================

Modified: airavata/trunk/modules/airavata-client/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/airavata-client/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/airavata-client/pom.xml (original)
+++ airavata/trunk/modules/airavata-client/pom.xml Sat Sep 22 19:00:05 2012
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -20,6 +20,7 @@
     <artifactId>airavata-client-api</artifactId>
     <name>Airavata Client</name>
     <description>Client API for accessing Airavata Services</description>
+    <url>http://airavata.apache.org/</url>
 
     <dependencies>
         <dependency>

Modified: airavata/trunk/modules/commons/common-registry-api/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/commons/common-registry-api/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/commons/common-registry-api/pom.xml (original)
+++ airavata/trunk/modules/commons/common-registry-api/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>commons</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <artifactId>airavata-common-registry-api</artifactId>
     <packaging>jar</packaging>
     <name>Airavata Common Registry API</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
 
     <dependencies>
         <dependency>

Modified: airavata/trunk/modules/commons/gfac-schema/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/commons/gfac-schema/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/commons/gfac-schema/pom.xml (original)
+++ airavata/trunk/modules/commons/gfac-schema/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>commons</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <artifactId>airavata-gfac-schema-utils</artifactId>
     <packaging>jar</packaging>
     <name>Airavata GFac Schema Utilities</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
 
     <dependencies>
         <dependency>

Modified: airavata/trunk/modules/commons/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/commons/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/commons/pom.xml (original)
+++ airavata/trunk/modules/commons/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,8 @@
     <artifactId>commons</artifactId>
     <packaging>pom</packaging>
     <name>Airavata Commons</name>
-    <url>http://www.airavata.org</url>
+    <url>http://airavata.apache.org/</url>
+    
     <profiles>
         <profile>
             <id>default</id>

Modified: airavata/trunk/modules/commons/provenance-registry/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/commons/provenance-registry/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/commons/provenance-registry/pom.xml (original)
+++ airavata/trunk/modules/commons/provenance-registry/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>commons</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <artifactId>airavata-provenance-registry</artifactId>
     <packaging>jar</packaging>
     <name>Airavata Provenance Registry</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
 
     <dependencies>
         <dependency>

Modified: airavata/trunk/modules/commons/registry-api/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/commons/registry-api/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/commons/registry-api/pom.xml (original)
+++ airavata/trunk/modules/commons/registry-api/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>commons</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <artifactId>airavata-registry-api</artifactId>
     <packaging>jar</packaging>
     <name>Airavata Registry API</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
 
     <dependencies>
         <dependency>

Modified: airavata/trunk/modules/commons/utils/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/commons/utils/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/commons/utils/pom.xml (original)
+++ airavata/trunk/modules/commons/utils/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>commons</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <artifactId>airavata-common-utils</artifactId>
     <packaging>jar</packaging>
     <name>Airavata Common Utilities</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
 
     <dependencies>
         <dependency>

Modified: airavata/trunk/modules/commons/workflow-execution-context/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/commons/workflow-execution-context/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/commons/workflow-execution-context/pom.xml (original)
+++ airavata/trunk/modules/commons/workflow-execution-context/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>commons</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <artifactId>airavata-workflow-execution-context</artifactId>
     <packaging>jar</packaging>
     <name>Airavata Workflow Execution Context</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
 
     <dependencies>
         <dependency>

Modified: airavata/trunk/modules/commons/workflow-tracking/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/commons/workflow-tracking/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/commons/workflow-tracking/pom.xml (original)
+++ airavata/trunk/modules/commons/workflow-tracking/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>commons</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <artifactId>airavata-workflow-tracking</artifactId>
     <packaging>jar</packaging>
     <name>Airavata Workflow Tracking</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
 
     <build>
         <plugins>

Modified: airavata/trunk/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/pom.xml (original)
+++ airavata/trunk/modules/distribution/pom.xml Sat Sep 22 19:00:05 2012
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -20,7 +20,8 @@
     <artifactId>distribution</artifactId>
     <name>distribution</name>
     <packaging>pom</packaging>
-    <url>http://incubator.apache.org/airavata</url>
+    <url>http://airavata.apache.org/</url>
+    
     <build>
         <plugins>
             <plugin>

Modified: airavata/trunk/modules/distribution/src/main/resources/LICENSE
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/src/main/resources/LICENSE?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/src/main/resources/LICENSE (original)
+++ airavata/trunk/modules/distribution/src/main/resources/LICENSE Sat Sep 22 19:00:05 2012
@@ -201,7 +201,7 @@
    limitations under the License.
 
 ===================================================================================
-The Apache Airavata (incubating) distribution includes a number of run time 
+The Apache Airavata distribution includes a number of run time 
 dependencies with separate copyright notices and license terms. Your use of the
 code for Airavata is subject to the terms and conditions of the following licenses.
 ===================================================================================
@@ -1009,7 +1009,7 @@ For wsdl4j-1.6.2.jar:
     Containing Project URL: http://sourceforge.net/projects/wsdl4j/
 
 Common Public License Version 1.0
-
+
 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
 1. DEFINITIONS
 "Contribution" means:

Modified: airavata/trunk/modules/gfac-axis2/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/gfac-axis2/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/gfac-axis2/pom.xml (original)
+++ airavata/trunk/modules/gfac-axis2/pom.xml Sat Sep 22 19:00:05 2012
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -20,6 +20,7 @@
     <artifactId>airavata-gfac-axis2-interface</artifactId>
     <name>Airavata GFac Axis2 Interface</name>
     <description>Axis2 Interface to the GFac-Core</description>
+    <url>http://airavata.apache.org/</url>
 
     <dependencies>
         <dependency>

Modified: airavata/trunk/modules/gfac-core/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/gfac-core/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/gfac-core/pom.xml (original)
+++ airavata/trunk/modules/gfac-core/pom.xml Sat Sep 22 19:00:05 2012
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -20,6 +20,7 @@
     <artifactId>airavata-gfac-core</artifactId>
     <name>Airavata GFac Core</name>
     <description>The core GFAC functionality independent from any webservice implementation.</description>
+    <url>http://airavata.apache.org/</url>
 
     <dependencies>
         <dependency>

Modified: airavata/trunk/modules/registry/airavata-jpa-registry/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/registry/airavata-jpa-registry/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/registry/airavata-jpa-registry/pom.xml (original)
+++ airavata/trunk/modules/registry/airavata-jpa-registry/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>registry</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <artifactId>airavata-jpa-registry</artifactId>
     <packaging>jar</packaging>
     <name>Airavata JPA Registry</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
 
     <dependencies>
         <dependency>

Modified: airavata/trunk/modules/registry/airavata-registry-service/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/registry/airavata-registry-service/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/registry/airavata-registry-service/pom.xml (original)
+++ airavata/trunk/modules/registry/airavata-registry-service/pom.xml Sat Sep 22 19:00:05 2012
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
@@ -20,8 +20,10 @@
     <artifactId>airavata-registry-service</artifactId>
     <name>Airavata Registry Service</name>
     <description>Registry Service to expose Registry as a web service</description>
+    <url>http://airavata.apache.org/</url>
+    
     <dependencies>
-<dependency>
+        <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
             <version>${axis2.version}</version>
@@ -41,7 +43,7 @@
             <artifactId>axiom-impl</artifactId>
             <version>1.2.8</version>
         </dependency>
-<dependency>
+        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
@@ -57,7 +59,7 @@
             <version>${org.slf4j.version}</version>
             <scope>runtime</scope>
         </dependency>
-	<dependency>
+	   <dependency>
             <groupId>org.apache.airavata</groupId>
             <artifactId>airavata-jpa-registry</artifactId>
             <version>${project.version}</version>

Modified: airavata/trunk/modules/registry/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/registry/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/registry/pom.xml (original)
+++ airavata/trunk/modules/registry/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,8 @@
     <artifactId>registry</artifactId>
     <packaging>pom</packaging>
     <name>Airavata Registry</name>
-    <url>http://www.airavata.org</url>
+    <url>http://airavata.apache.org/</url>
+    
     <profiles>
         <profile>
             <id>default</id>

Modified: airavata/trunk/modules/test-suite/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/test-suite/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/test-suite/pom.xml (original)
+++ airavata/trunk/modules/test-suite/pom.xml Sat Sep 22 19:00:05 2012
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -20,6 +20,7 @@
     <artifactId>test-suite</artifactId>
     <name>Airavata Test Suite</name>
     <description>Airavata Test Suite</description>
+    <url>http://airavata.apache.org/</url>
 
     <dependencies>
         <dependency>

Modified: airavata/trunk/modules/workflow-interpreter/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/workflow-interpreter/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/workflow-interpreter/pom.xml (original)
+++ airavata/trunk/modules/workflow-interpreter/pom.xml Sat Sep 22 19:00:05 2012
@@ -14,14 +14,14 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>airavata-workflow-interpreter</artifactId>
     <name>Airavata Workflow Interpreter</name>
-    <url>http://incubator.apache.org/airavata</url>
+    <url>http://airavata.apache.org/</url>
 
     <dependencies>
         <dependency>

Modified: airavata/trunk/modules/workflow-model/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/workflow-model/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/workflow-model/pom.xml (original)
+++ airavata/trunk/modules/workflow-model/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <artifactId>airavata-workflow-model-parent</artifactId>
     <packaging>pom</packaging>
     <name>Airavata Workflow Model Parent</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
 
 	<modules>
 		<module>workflow-model-core</module>

Modified: airavata/trunk/modules/workflow-model/workflow-model-core/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/workflow-model/workflow-model-core/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/workflow-model/workflow-model-core/pom.xml (original)
+++ airavata/trunk/modules/workflow-model/workflow-model-core/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-workflow-model-parent</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <artifactId>airavata-workflow-model-core</artifactId>
     <packaging>jar</packaging>
     <name>Airavata Workflow Model Core</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
 
     <!-- Edit the following properties. -->
     <profiles>

Modified: airavata/trunk/modules/ws-messenger/client/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/ws-messenger/client/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/ws-messenger/client/pom.xml (original)
+++ airavata/trunk/modules/ws-messenger/client/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,13 +13,13 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-ws-messenger</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>airavata-messenger-client</artifactId>
     <name>Airavata Messenger Client</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
     <packaging>jar</packaging>
 
     <dependencies>

Modified: airavata/trunk/modules/ws-messenger/commons/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/ws-messenger/commons/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/ws-messenger/commons/pom.xml (original)
+++ airavata/trunk/modules/ws-messenger/commons/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,13 +13,13 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-ws-messenger</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>airavata-messenger-commons</artifactId>
     <name>Airavata Messenger Commons</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
     <packaging>jar</packaging>
 
     <dependencies>

Modified: airavata/trunk/modules/ws-messenger/distribution/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/ws-messenger/distribution/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/ws-messenger/distribution/pom.xml (original)
+++ airavata/trunk/modules/ws-messenger/distribution/pom.xml Sat Sep 22 19:00:05 2012
@@ -14,13 +14,13 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-ws-messenger</artifactId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>airavata-ws-messenger-distribution</artifactId>
     <name>distribution</name>
-    <url>http://incubator.apache.org/airavata</url>
+    <url>http://airavata.apache.org/</url>
     <packaging>pom</packaging>
     <build>
         <plugins>

Modified: airavata/trunk/modules/ws-messenger/messagebox/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/ws-messenger/messagebox/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/ws-messenger/messagebox/pom.xml (original)
+++ airavata/trunk/modules/ws-messenger/messagebox/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,14 +13,14 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-ws-messenger</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>airavata-message-box</artifactId>
     <packaging>jar</packaging>
     <name>Airavata Message Box</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
 
     <dependencies>
         <dependency>

Modified: airavata/trunk/modules/ws-messenger/messagebroker/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/ws-messenger/messagebroker/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/ws-messenger/messagebroker/pom.xml (original)
+++ airavata/trunk/modules/ws-messenger/messagebroker/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,13 +13,13 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata-ws-messenger</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>airavata-message-broker</artifactId>
     <name>Airavata Message Broker</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
     <packaging>jar</packaging>
 
     <build>

Modified: airavata/trunk/modules/ws-messenger/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/ws-messenger/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/ws-messenger/pom.xml (original)
+++ airavata/trunk/modules/ws-messenger/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <artifactId>airavata-ws-messenger</artifactId>
     <packaging>pom</packaging>
     <name>Airavata WS Messenger</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
 
     <dependencyManagement>
         <dependencies>

Modified: airavata/trunk/modules/xbaya-gui/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/xbaya-gui/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/modules/xbaya-gui/pom.xml (original)
+++ airavata/trunk/modules/xbaya-gui/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <artifactId>airavata-xbaya-gui</artifactId>
     <packaging>jar</packaging>
     <name>Airavata XBaya</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
 
     <!-- Edit the following properties. -->
     <profiles>

Modified: airavata/trunk/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/pom.xml (original)
+++ airavata/trunk/pom.xml Sat Sep 22 19:00:05 2012
@@ -27,7 +27,7 @@
     <artifactId>airavata</artifactId>
     <packaging>pom</packaging>
     <name>Airavata</name>
-    <version>0.5-incubating-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
 
     <url>http://airavata.apache.org/</url>
     <inceptionYear>2011</inceptionYear>
@@ -39,13 +39,23 @@
     </scm>
 
     <mailingLists>
+        
         <mailingList>
             <name>Airavata Developer List</name>
-            <subscribe>airavata-dev-subscribe@incubator.apache.org</subscribe>
-            <unsubscribe>airavata-dev-unsubscribe@incubator.apache.org</unsubscribe>
-            <post>mailto:airavata-dev@incubator.apache.org</post>
-            <archive>http://mail-archives.apache.org/mod_mbox/incubator-airavata-dev/</archive>
+            <subscribe>dev-subscribe@airavata.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@airavata.apache.org</unsubscribe>
+            <post>mailto:dev@airavata.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/airavata-dev/</archive>
         </mailingList>
+        
+        <mailingList>
+            <name>Airavata Users List</name>
+            <subscribe>users-subscribe@airavata.apache.org</subscribe>
+            <unsubscribe>users-unsubscribe@airavata.apache.org</unsubscribe>
+            <post>mailto:users@airavata.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/airavata-users/</archive>
+        </mailingList>
+        
     </mailingLists>
 
     <issueManagement>
@@ -71,16 +81,15 @@
 
     <developers>
         <developer>
-            <id>chinthaka</id>
-            <name>Eran Chinthaka</name>
-            <email>chinthaka@apache.org</email>
-            <timezone>-8</timezone>
-            <organization>Nextag</organization>
-            <organizationUrl>http://www.nextag.com/</organizationUrl>
+            <id>aslom</id>
+            <name>Aleksander Slominski</name>
+            <email>aslom@us.ibm.com</email>
+            <timezone>-5</timezone>
+            <organization>IBM</organization>
+            <organizationUrl>http://www.ibm.com/us/en/</organizationUrl>
             <roles>
                 <role>committer</role>
-                <role>PPMC member</role>
-                <role>IPMC member</role>
+                <role>PMC member</role>
             </roles>
         </developer>
         <developer>
@@ -91,56 +100,8 @@
             <organization>Hippo</organization>
             <organizationUrl>http://www.onehippo.com</organizationUrl>
             <roles>
-                <role>mentor</role>
-                <role>IPMC member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>rgardler</id>
-            <name>Ross Gardler</name>
-            <email>rgardler@apache.org</email>
-            <organization>OpenDirective</organization>
-            <organizationUrl>http://www.opendirective.com/</organizationUrl>
-            <roles>
-                <role>champion</role>
-                <role>mentor</role>
-                <role>IPMC member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>lahiru</id>
-            <name>Lahiru Gunathilake</name>
-            <email>glahiru@gmail.com</email>
-            <timezone>-5</timezone>
-            <organization>Indiana University</organization>
-            <organizationUrl>http://www.iub.edu</organizationUrl>
-            <roles>
                 <role>committer</role>
-                <role>PPMC member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>thilina</id>
-            <name>Thilina Gunaratne</name>
-            <email>thilina@apache.org</email>
-            <timezone>-5</timezone>
-            <organization>Indiana University</organization>
-            <organizationUrl>http://www.iub.edu</organizationUrl>
-            <roles>
-                <role>committer</role>
-                <role>PPMC member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>barbara</id>
-            <name>Barbara Hallock</name>
-            <email>bahalloc@apache.org</email>
-            <timezone>-5</timezone>
-            <organization>Indiana University</organization>
-            <organizationUrl>http://www.iub.edu</organizationUrl>
-            <roles>
-                <role>committer</role>
-                <role>PPMC member</role>
+                <role>PMC member</role>
             </roles>
         </developer>
         <developer>
@@ -152,45 +113,55 @@
             <organizationUrl>http://www.knight.com</organizationUrl>
             <roles>
                 <role>committer</role>
-                <role>PPMC member</role>
+                <role>PMC member</role>
             </roles>
         </developer>
         <developer>
-            <id>chris</id>
+            <id>mattmann</id>
             <name>Chris Mattmann</name>
             <email>chris.a.mattmann@jpl.nasa.gov</email>
             <timezone>-5</timezone>
             <organization>NASA JPL</organization>
             <organizationUrl>http://www.jpl.nasa.gov/</organizationUrl>
             <roles>
-                <role>mentor</role>
-                <role>IPMC member</role>
+                <role>committer</role>
+                <role>PMC member</role>
             </roles>
         </developer>
         <developer>
-            <id>smarru</id>
-            <name>Suresh Marru</name>
-            <email>smarru@apache.org</email>
+            <id>chinthaka</id>
+            <name>Eran Chinthaka</name>
+            <email>chinthaka@apache.org</email>
+            <timezone>-8</timezone>
+            <organization>Wize Commerce</organization>
+            <organizationUrl>http://www.wizecommerce.com/</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>
+        <developer>
+            <id>heshan</id>
+            <name>Heshan Suriyarachchi</name>
+            <email>heshan@apache.org</email>
             <timezone>-5</timezone>
             <organization>Indiana University</organization>
             <organizationUrl>http://www.iub.edu</organizationUrl>
             <roles>
                 <role>committer</role>
-                <role>PPMC member</role>
-                <role>release manager</role>
+                <role>PMC member</role>
             </roles>
         </developer>
         <developer>
-            <id>hemapani</id>
-            <name>Srinath Perera</name>
-            <email>hemapani@apache.org</email>
-            <timezone>+1</timezone>
-            <organization>Lanka Software Foundation</organization>
-            <organizationUrl>http://opensource.lk</organizationUrl>
+            <id>lahiru</id>
+            <name>Lahiru Gunathilake</name>
+            <email>glahiru@gmail.com</email>
+            <timezone>-5</timezone>
+            <organization>Indiana University</organization>
+            <organizationUrl>http://www.iub.edu</organizationUrl>
             <roles>
                 <role>committer</role>
-                <role>PPMC member</role>
-                <role>IPMC member</role>
+                <role>PMC member</role>
             </roles>
         </developer>
         <developer>
@@ -202,10 +173,22 @@
             <organizationUrl>http://www.iub.edu</organizationUrl>
             <roles>
                 <role>committer</role>
-                <role>PPMC member</role>
+                <role>PMC member</role>
             </roles>
         </developer>
         <developer>
+            <id>patanachai</id>
+            <name>Patanachai Tangchaisin</name>
+            <email>patanachai@apache.org</email>
+            <timezone>-5</timezone>
+            <organization>Wize Commerce</organization>
+            <organizationUrl>http://www.wizecommerce.com/</organizationUrl>
+            <roles>
+                <role>committer</role>
+                <role>PMC member</role>
+            </roles>
+        </developer>   
+        <developer>
             <id>raminder</id>
             <name>Raminderjeet Singh</name>
             <email>ramifnu@indiana.edu</email>
@@ -218,63 +201,64 @@
             </roles>
         </developer>
         <developer>
-            <id>aslom</id>
-            <name>Aleksander Slominski</name>
-            <email>aslom@us.ibm.com</email>
+            <id>saminda</id>
+            <name>Saminda Wijeratne</name>
+            <email>samindaw@apache.org</email>
             <timezone>-5</timezone>
-            <organization>IBM</organization>
-            <organizationUrl>http://www.ibm.com/us/en/</organizationUrl>
+            <organization>Indiana University</organization>
+            <organizationUrl>http://www.iub.edu</organizationUrl>
             <roles>
                 <role>committer</role>
-                <role>mentor</role>
-                <role>PPMC member</role>
-                <role>IPMC member</role>
+                <role>PMC member</role>
             </roles>
         </developer>
         <developer>
-            <id>heshan</id>
-            <name>Heshan Suriyarachchi</name>
-            <email>heshan@apache.org</email>
-            <timezone>-5</timezone>
-            <organization>Indiana University</organization>
-            <organizationUrl>http://www.iub.edu</organizationUrl>
+            <id>shahani</id>
+            <name>Shahani Weerawarana</name>
+            <email>shahani@apache.org</email>
+            <timezone>+5.5</timezone>
+            <organization>University of Moratuwa</organization>
+            <organizationUrl>http://www.mrt.ac.lk/web/</organizationUrl>
             <roles>
                 <role>committer</role>
-                <role>PPMC member</role>
+                <role>PMC member</role>
             </roles>
         </developer>
         <developer>
-            <id>patanachai</id>
-            <name>Patanachai Tangchaisin</name>
-            <email>patanachai@apache.org</email>
-            <timezone>-5</timezone>
-            <organization>Nextag</organization>
-            <organizationUrl>http://www.nextag.com/</organizationUrl>
+            <id>hemapani</id>
+            <name>Srinath Perera</name>
+            <email>hemapani@apache.org</email>
+            <timezone>+5.5</timezone>
+            <organization>WSO2</organization>
+            <organizationUrl>http://wso2.com/</organizationUrl>
             <roles>
                 <role>committer</role>
-                <role>PPMC member</role>
+                <role>PMC member</role>
             </roles>
         </developer>
         <developer>
-            <name>Sanjiva Weerawarana</name>
-            <id>sanjiva</id>
-            <email>sanjiva@wso2.com</email>
-            <organization>WSO2</organization>
+            <id>smarru</id>
+            <name>Suresh Marru</name>
+            <email>smarru@apache.org</email>
+            <timezone>-5</timezone>
+            <organization>Indiana University</organization>
+            <organizationUrl>http://www.iub.edu</organizationUrl>
             <roles>
-                <role>mentor</role>
-                <role>IPMC member</role>
+                <role>committer</role>
+                <role>PMC Chair</role>
+                <role>release manager</role>
             </roles>
         </developer>
         <developer>
-            <id>saminda</id>
-            <name>Saminda Wijeratne</name>
-            <email>samindaw@apache.org</email>
+            <id>thilina</id>
+            <name>Thilina Gunaratne</name>
+            <email>thilina@apache.org</email>
             <timezone>-5</timezone>
             <organization>Indiana University</organization>
             <organizationUrl>http://www.iub.edu</organizationUrl>
             <roles>
                 <role>committer</role>
-                <role>PPMC member</role>
+                <role>PMC member</role>
             </roles>
         </developer>
     </developers>
@@ -528,12 +512,6 @@
                                 <goals>
                                     <goal>process</goal>
                                 </goals>
-                                <configuration>
-                                    <!-- add apache-incubator-disclaimer-resource-bundle to be removed again when graduating from Incubator -->
-                                    <resourceBundles combine.children="append">
-                                        <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
-                                    </resourceBundles>
-                                </configuration>
                             </execution>
                         </executions>
                     </plugin>

Modified: airavata/trunk/samples/complex-math-service/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/samples/complex-math-service/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/samples/complex-math-service/pom.xml (original)
+++ airavata/trunk/samples/complex-math-service/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -22,8 +22,7 @@
     <packaging>jar</packaging>
     <name>Complex Math Service</name>
     <description>Sample web services to construct as workflows to test XBaya. </description>
-
-    <url>http://incubator.apache.org/airavata/index.html</url>
+    <url>http://airavata.apache.org/</url>
 
     <build>
         <plugins>

Modified: airavata/trunk/samples/levenshtein-distance-service/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/samples/levenshtein-distance-service/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/samples/levenshtein-distance-service/pom.xml (original)
+++ airavata/trunk/samples/levenshtein-distance-service/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -22,8 +22,7 @@
     <packaging>jar</packaging>
     <name>Levenshtein Distance Service</name>
     <description>Sample web services to construct as workflows to test XBaya. </description>
-
-    <url>http://incubator.apache.org/airavata/index.html</url>
+    <url>http://airavata.apache.org/</url>
 
     <build>
         <plugins>

Modified: airavata/trunk/samples/provenance-registry-handler/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/samples/provenance-registry-handler/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/samples/provenance-registry-handler/pom.xml (original)
+++ airavata/trunk/samples/provenance-registry-handler/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
     <artifactId>provenance-registry-handler</artifactId>
     <packaging>jar</packaging>
     <name>Provenance Registry Handler Sample</name>
-    <url>http://incubator.apache.org/airavata/</url>
+    <url>http://airavata.apache.org/</url>
 
     <!-- Edit the following properties. -->
     <build>

Modified: airavata/trunk/samples/simple-math-service/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/samples/simple-math-service/pom.xml?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/samples/simple-math-service/pom.xml (original)
+++ airavata/trunk/samples/simple-math-service/pom.xml Sat Sep 22 19:00:05 2012
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.apache.airavata</groupId>
         <artifactId>airavata</artifactId>
-        <version>0.5-incubating-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
@@ -22,8 +22,7 @@
     <packaging>jar</packaging>
     <name>Simple Math Service</name>
     <description>Sample web services to construct as workflows to test XBaya. </description>
-
-    <url>http://incubator.apache.org/airavata/index.html</url>
+    <url>http://airavata.apache.org/</url>
 
     <properties>
         <axis2.version>1.5.1</axis2.version>

Modified: airavata/trunk/tools/airavata-tomcat.properties
URL: http://svn.apache.org/viewvc/airavata/trunk/tools/airavata-tomcat.properties?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/tools/airavata-tomcat.properties (original)
+++ airavata/trunk/tools/airavata-tomcat.properties Sat Sep 22 19:00:05 2012
@@ -45,9 +45,9 @@ airavata.derby.cp=http://repo.maven.apac
 airavata.derbytools.cp=http://repo.maven.apache.org/maven2/org/apache/derby/derbytools/10.7.1.1/derbytools-10.7.1.1.jar=>${tomcat.home}/webapps/${axis2.webapp.dirname}/WEB-INF/lib/
 airavata.dbscripts.cp=${airavata.home}/standalone-server/bin/database_scripts=>${tomcat.home}/webapps/${axis2.webapp.dirname}/WEB-INF/classes
 jackrabbit.jcr20.cp=http://repo.maven.apache.org/maven2/javax/jcr/jcr/2.0/jcr-2.0.jar=>${tomcat.home}/webapps/${jackrabbit.webapp.dirname}/WEB-INF/lib/
-#airavata.service2.rm=${tomcat.home}/webapps/${axis2.webapp.dirname}/WEB-INF/services/airavata-message-box-0.4-incubating-SNAPSHOT.jar
-#airavata.service3.rm=${tomcat.home}/webapps/${axis2.webapp.dirname}/WEB-INF/services/airavata-xbaya-gui-0.4-incubating-SNAPSHOT.jar
-#airavata.service4.rm=${tomcat.home}/webapps/${axis2.webapp.dirname}/WEB-INF/services/airavata-message-box-0.4-incubating-SNAPSHOT.jar
+#airavata.service2.rm=${tomcat.home}/webapps/${axis2.webapp.dirname}/WEB-INF/services/airavata-message-box-0.5-SNAPSHOT.jar
+#airavata.service3.rm=${tomcat.home}/webapps/${axis2.webapp.dirname}/WEB-INF/services/airavata-xbaya-gui-0.5-SNAPSHOT.jar
+#airavata.service4.rm=${tomcat.home}/webapps/${axis2.webapp.dirname}/WEB-INF/services/airavata-message-box-0.5-SNAPSHOT.jar
 
 tomcat.path.msg=TOMCAT_HOME=>${tomcat.home}
 jackrabbit.url.msg=Jackrabbit url=>http://${tomcat.hostname}:${tomcat.port}/${jackrabbit.web.context}

Modified: airavata/trunk/tools/setup_tomcat.sh
URL: http://svn.apache.org/viewvc/airavata/trunk/tools/setup_tomcat.sh?rev=1388870&r1=1388869&r2=1388870&view=diff
==============================================================================
--- airavata/trunk/tools/setup_tomcat.sh (original)
+++ airavata/trunk/tools/setup_tomcat.sh Sat Sep 22 19:00:05 2012
@@ -177,7 +177,7 @@ print_help(){
 	echo "   --start_tomcat	Once setup is done start the tomcat server"
 	echo
 	echo "Example:"
-	echo "   \$ $script_name --tomcat=dists/apache-tomcat-7.0.26.zip --airavata=dists/apache-airavata-0.3-incubating-SNAPSHOT-bin.zip --axis2=downloaded_webapps/axis2.war --jackrabbit=downloaded_webapps/jackrabbit-webapp-2.4.0.war --properties=airavata-tomcat.properties"
+	echo "   \$ $script_name --tomcat=dists/apache-tomcat-7.0.26.zip --airavata=dists/apache-airavata-0.5-SNAPSHOT-bin.zip --axis2=downloaded_webapps/axis2.war --jackrabbit=downloaded_webapps/jackrabbit-webapp-2.4.0.war --properties=airavata-tomcat.properties"
 }
 
 print_debug(){
@@ -465,5 +465,5 @@ fi
 cd $CURRENT_DIR
 
 
-#rm -rf apache-tomcat-7.0.26; ./a.sh --tomcat=apache-tomcat-7.0.26.zip --airavata=apache-airavata-0.3-incubating-SNAPSHOT-bin.zip --axis2=axis2.war --jackrabbit=jackrabbit-webapp-2.4.0.war --properties=airavata-tomcat.properties
+#rm -rf apache-tomcat-7.0.26; ./a.sh --tomcat=apache-tomcat-7.0.26.zip --airavata=apache-airavata-0.5-SNAPSHOT-bin.zip --axis2=axis2.war --jackrabbit=jackrabbit-webapp-2.4.0.war --properties=airavata-tomcat.properties