From airavata-commits-return-2225-apmail-incubator-airavata-commits-archive=incubator.apache.org@incubator.apache.org Sat Jun 9 16:23:49 2012 Return-Path: X-Original-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 16C25C7DD for ; Sat, 9 Jun 2012 16:23:49 +0000 (UTC) Received: (qmail 20749 invoked by uid 500); 9 Jun 2012 16:23:48 -0000 Delivered-To: apmail-incubator-airavata-commits-archive@incubator.apache.org Received: (qmail 20706 invoked by uid 500); 9 Jun 2012 16:23:48 -0000 Mailing-List: contact airavata-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: airavata-dev@incubator.apache.org Delivered-To: mailing list airavata-commits@incubator.apache.org Received: (qmail 20699 invoked by uid 99); 9 Jun 2012 16:23:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2012 16:23:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2012 16:23:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3FEE423889E1; Sat, 9 Jun 2012 16:23:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1348449 - in /incubator/airavata/branches/0.3-incubating-snapshot: ./ modules/airavata-client/ modules/commons/ modules/commons/common-registry-api/ modules/commons/gfac-schema/ modules/commons/registry-api/ modules/commons/registry-servic... Date: Sat, 09 Jun 2012 16:23:25 -0000 To: airavata-commits@incubator.apache.org From: smarru@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120609162326.3FEE423889E1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: smarru Date: Sat Jun 9 16:23:24 2012 New Revision: 1348449 URL: http://svn.apache.org/viewvc?rev=1348449&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/airavata-client/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/common-registry-api/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/gfac-schema/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/registry-api/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/registry-service/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/utils/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/workflow-execution-context/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/workflow-tracking/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/distribution/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/gfac-axis2/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/gfac-core/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/registry-migrator/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/test-suite/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/client/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/commons/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/messagebox/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/messagebroker/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/modules/xbaya-gui/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/samples/complex-math-service/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/samples/levenshtein-distance-service/pom.xml incubator/airavata/branches/0.3-incubating-snapshot/samples/simple-math-service/pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/airavata-client/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/airavata-client/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/airavata-client/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/airavata-client/pom.xml Sat Jun 9 16:23:24 2012 @@ -12,7 +12,7 @@ org.apache.airavata airavata - 0.3-incubating + 0.4-incubating-SNAPSHOT ../../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/common-registry-api/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/common-registry-api/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/common-registry-api/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/common-registry-api/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata commons - 0.3-incubating + 0.4-incubating-SNAPSHOT ../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/gfac-schema/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/gfac-schema/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/gfac-schema/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/gfac-schema/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata commons - 0.3-incubating + 0.4-incubating-SNAPSHOT ../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata airavata - 0.3-incubating + 0.4-incubating-SNAPSHOT ../../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/registry-api/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/registry-api/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/registry-api/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/registry-api/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata commons - 0.3-incubating + 0.4-incubating-SNAPSHOT ../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/registry-service/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/registry-service/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/registry-service/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/registry-service/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata commons - 0.3-incubating + 0.4-incubating-SNAPSHOT ../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/utils/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/utils/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/utils/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/utils/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata commons - 0.3-incubating + 0.4-incubating-SNAPSHOT ../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/workflow-execution-context/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/workflow-execution-context/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/workflow-execution-context/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/workflow-execution-context/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata commons - 0.3-incubating + 0.4-incubating-SNAPSHOT ../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/workflow-tracking/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/workflow-tracking/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/workflow-tracking/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/commons/workflow-tracking/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata commons - 0.3-incubating + 0.4-incubating-SNAPSHOT ../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/distribution/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/distribution/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/distribution/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/distribution/pom.xml Sat Jun 9 16:23:24 2012 @@ -12,7 +12,7 @@ org.apache.airavata airavata - 0.3-incubating + 0.4-incubating-SNAPSHOT ../../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/gfac-axis2/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/gfac-axis2/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/gfac-axis2/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/gfac-axis2/pom.xml Sat Jun 9 16:23:24 2012 @@ -12,7 +12,7 @@ org.apache.airavata airavata - 0.3-incubating + 0.4-incubating-SNAPSHOT ../../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/gfac-core/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/gfac-core/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/gfac-core/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/gfac-core/pom.xml Sat Jun 9 16:23:24 2012 @@ -12,7 +12,7 @@ org.apache.airavata airavata - 0.3-incubating + 0.4-incubating-SNAPSHOT ../../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/registry-migrator/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/registry-migrator/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/registry-migrator/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/registry-migrator/pom.xml Sat Jun 9 16:23:24 2012 @@ -12,7 +12,7 @@ org.apache.airavata airavata - 0.3-incubating + 0.4-incubating-SNAPSHOT ../../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/test-suite/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/test-suite/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/test-suite/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/test-suite/pom.xml Sat Jun 9 16:23:24 2012 @@ -12,7 +12,7 @@ org.apache.airavata airavata - 0.3-incubating + 0.4-incubating-SNAPSHOT ../../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/client/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/client/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/client/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/client/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata airavata-ws-messenger - 0.3-incubating + 0.4-incubating-SNAPSHOT 4.0.0 Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/commons/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/commons/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/commons/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/commons/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata airavata-ws-messenger - 0.3-incubating + 0.4-incubating-SNAPSHOT 4.0.0 Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/messagebox/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/messagebox/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/messagebox/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/messagebox/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata airavata-ws-messenger - 0.3-incubating + 0.4-incubating-SNAPSHOT 4.0.0 Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/messagebroker/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/messagebroker/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/messagebroker/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/messagebroker/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata airavata-ws-messenger - 0.3-incubating + 0.4-incubating-SNAPSHOT 4.0.0 Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/ws-messenger/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata airavata - 0.3-incubating + 0.4-incubating-SNAPSHOT ../../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/modules/xbaya-gui/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/modules/xbaya-gui/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/modules/xbaya-gui/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/modules/xbaya-gui/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata airavata - 0.3-incubating + 0.4-incubating-SNAPSHOT ../../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/pom.xml Sat Jun 9 16:23:24 2012 @@ -27,15 +27,15 @@ airavata pom Airavata - 0.3-incubating + 0.4-incubating-SNAPSHOT http://incubator.apache.org/airavata/ 2011 - scm:svn:http://svn.apache.org/repos/asf/incubator/airavata/tags/airavata-0.3-incubating - scm:svn:https://svn.apache.org/repos/asf/incubator/airavata/tags/airavata-0.3-incubating - http://svn.apache.org/viewvc/incubator/airavata/tags/airavata-0.3-incubating + scm:svn:http://svn.apache.org/repos/asf/incubator/airavata/branches/0.3-incubating-snapshot + scm:svn:https://svn.apache.org/repos/asf/incubator/airavata/branches/0.3-incubating-snapshot + http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/ Modified: incubator/airavata/branches/0.3-incubating-snapshot/samples/complex-math-service/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/samples/complex-math-service/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/samples/complex-math-service/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/samples/complex-math-service/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata airavata - 0.3-incubating + 0.4-incubating-SNAPSHOT ../../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/samples/levenshtein-distance-service/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/samples/levenshtein-distance-service/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/samples/levenshtein-distance-service/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/samples/levenshtein-distance-service/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata airavata - 0.3-incubating + 0.4-incubating-SNAPSHOT ../../pom.xml Modified: incubator/airavata/branches/0.3-incubating-snapshot/samples/simple-math-service/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/branches/0.3-incubating-snapshot/samples/simple-math-service/pom.xml?rev=1348449&r1=1348448&r2=1348449&view=diff ============================================================================== --- incubator/airavata/branches/0.3-incubating-snapshot/samples/simple-math-service/pom.xml (original) +++ incubator/airavata/branches/0.3-incubating-snapshot/samples/simple-math-service/pom.xml Sat Jun 9 16:23:24 2012 @@ -13,7 +13,7 @@ org.apache.airavata airavata - 0.3-incubating + 0.4-incubating-SNAPSHOT ../../pom.xml