From kalumet-commits-return-247-apmail-incubator-kalumet-commits-archive=incubator.apache.org@incubator.apache.org Tue Dec 4 18:01:55 2012 Return-Path: X-Original-To: apmail-incubator-kalumet-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-kalumet-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 2032BE507 for ; Tue, 4 Dec 2012 18:01:55 +0000 (UTC) Received: (qmail 87926 invoked by uid 500); 4 Dec 2012 18:01:55 -0000 Delivered-To: apmail-incubator-kalumet-commits-archive@incubator.apache.org Received: (qmail 87905 invoked by uid 500); 4 Dec 2012 18:01:55 -0000 Mailing-List: contact kalumet-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kalumet-dev@incubator.apache.org Delivered-To: mailing list kalumet-commits@incubator.apache.org Received: (qmail 87898 invoked by uid 99); 4 Dec 2012 18:01:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 18:01:55 +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; Tue, 04 Dec 2012 18:01:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 30FCB2388B1B; Tue, 4 Dec 2012 18:01:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1417074 - in /incubator/kalumet/trunk: ./ assembly/ documentation/ kalumet-modules/ kalumet-modules/agent/ kalumet-modules/common/ kalumet-modules/console/ kalumet-modules/controller/ kalumet-modules/controller/core/ kalumet-modules/contro... Date: Tue, 04 Dec 2012 18:01:28 -0000 To: kalumet-commits@incubator.apache.org From: jbonofre@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121204180130.30FCB2388B1B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jbonofre Date: Tue Dec 4 18:01:25 2012 New Revision: 1417074 URL: http://svn.apache.org/viewvc?rev=1417074&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: incubator/kalumet/trunk/assembly/pom.xml incubator/kalumet/trunk/documentation/pom.xml incubator/kalumet/trunk/kalumet-modules/agent/pom.xml incubator/kalumet/trunk/kalumet-modules/common/pom.xml incubator/kalumet/trunk/kalumet-modules/console/pom.xml incubator/kalumet/trunk/kalumet-modules/controller/core/pom.xml incubator/kalumet/trunk/kalumet-modules/controller/jboss/pom.xml incubator/kalumet/trunk/kalumet-modules/controller/pom.xml incubator/kalumet/trunk/kalumet-modules/controller/weblogic/pom.xml incubator/kalumet/trunk/kalumet-modules/controller/websphere/pom.xml incubator/kalumet/trunk/kalumet-modules/pom.xml incubator/kalumet/trunk/kalumet-modules/utils/pom.xml incubator/kalumet/trunk/pom.xml Modified: incubator/kalumet/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/assembly/pom.xml?rev=1417074&r1=1417073&r2=1417074&view=diff ============================================================================== --- incubator/kalumet/trunk/assembly/pom.xml (original) +++ incubator/kalumet/trunk/assembly/pom.xml Tue Dec 4 18:01:25 2012 @@ -24,7 +24,7 @@ org.apache.kalumet kalumet - 0.6-incubating + 0.7-incubating-SNAPSHOT ../pom.xml Modified: incubator/kalumet/trunk/documentation/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/documentation/pom.xml?rev=1417074&r1=1417073&r2=1417074&view=diff ============================================================================== --- incubator/kalumet/trunk/documentation/pom.xml (original) +++ incubator/kalumet/trunk/documentation/pom.xml Tue Dec 4 18:01:25 2012 @@ -24,7 +24,7 @@ org.apache.kalumet kalumet - 0.6-incubating + 0.7-incubating-SNAPSHOT ../pom.xml Modified: incubator/kalumet/trunk/kalumet-modules/agent/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/kalumet-modules/agent/pom.xml?rev=1417074&r1=1417073&r2=1417074&view=diff ============================================================================== --- incubator/kalumet/trunk/kalumet-modules/agent/pom.xml (original) +++ incubator/kalumet/trunk/kalumet-modules/agent/pom.xml Tue Dec 4 18:01:25 2012 @@ -24,7 +24,7 @@ org.apache.kalumet kalumet-modules - 0.6-incubating + 0.7-incubating-SNAPSHOT ../pom.xml Modified: incubator/kalumet/trunk/kalumet-modules/common/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/kalumet-modules/common/pom.xml?rev=1417074&r1=1417073&r2=1417074&view=diff ============================================================================== --- incubator/kalumet/trunk/kalumet-modules/common/pom.xml (original) +++ incubator/kalumet/trunk/kalumet-modules/common/pom.xml Tue Dec 4 18:01:25 2012 @@ -24,7 +24,7 @@ org.apache.kalumet kalumet-modules - 0.6-incubating + 0.7-incubating-SNAPSHOT ../pom.xml Modified: incubator/kalumet/trunk/kalumet-modules/console/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/kalumet-modules/console/pom.xml?rev=1417074&r1=1417073&r2=1417074&view=diff ============================================================================== --- incubator/kalumet/trunk/kalumet-modules/console/pom.xml (original) +++ incubator/kalumet/trunk/kalumet-modules/console/pom.xml Tue Dec 4 18:01:25 2012 @@ -24,7 +24,7 @@ org.apache.kalumet kalumet-modules - 0.6-incubating + 0.7-incubating-SNAPSHOT ../pom.xml Modified: incubator/kalumet/trunk/kalumet-modules/controller/core/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/kalumet-modules/controller/core/pom.xml?rev=1417074&r1=1417073&r2=1417074&view=diff ============================================================================== --- incubator/kalumet/trunk/kalumet-modules/controller/core/pom.xml (original) +++ incubator/kalumet/trunk/kalumet-modules/controller/core/pom.xml Tue Dec 4 18:01:25 2012 @@ -24,7 +24,7 @@ org.apache.kalumet.controller controller - 0.6-incubating + 0.7-incubating-SNAPSHOT ../pom.xml Modified: incubator/kalumet/trunk/kalumet-modules/controller/jboss/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/kalumet-modules/controller/jboss/pom.xml?rev=1417074&r1=1417073&r2=1417074&view=diff ============================================================================== --- incubator/kalumet/trunk/kalumet-modules/controller/jboss/pom.xml (original) +++ incubator/kalumet/trunk/kalumet-modules/controller/jboss/pom.xml Tue Dec 4 18:01:25 2012 @@ -24,7 +24,7 @@ org.apache.kalumet.controller controller - 0.6-incubating + 0.7-incubating-SNAPSHOT ../pom.xml Modified: incubator/kalumet/trunk/kalumet-modules/controller/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/kalumet-modules/controller/pom.xml?rev=1417074&r1=1417073&r2=1417074&view=diff ============================================================================== --- incubator/kalumet/trunk/kalumet-modules/controller/pom.xml (original) +++ incubator/kalumet/trunk/kalumet-modules/controller/pom.xml Tue Dec 4 18:01:25 2012 @@ -24,7 +24,7 @@ org.apache.kalumet kalumet-modules - 0.6-incubating + 0.7-incubating-SNAPSHOT ../pom.xml Modified: incubator/kalumet/trunk/kalumet-modules/controller/weblogic/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/kalumet-modules/controller/weblogic/pom.xml?rev=1417074&r1=1417073&r2=1417074&view=diff ============================================================================== --- incubator/kalumet/trunk/kalumet-modules/controller/weblogic/pom.xml (original) +++ incubator/kalumet/trunk/kalumet-modules/controller/weblogic/pom.xml Tue Dec 4 18:01:25 2012 @@ -24,7 +24,7 @@ org.apache.kalumet.controller controller - 0.6-incubating + 0.7-incubating-SNAPSHOT ../pom.xml Modified: incubator/kalumet/trunk/kalumet-modules/controller/websphere/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/kalumet-modules/controller/websphere/pom.xml?rev=1417074&r1=1417073&r2=1417074&view=diff ============================================================================== --- incubator/kalumet/trunk/kalumet-modules/controller/websphere/pom.xml (original) +++ incubator/kalumet/trunk/kalumet-modules/controller/websphere/pom.xml Tue Dec 4 18:01:25 2012 @@ -24,7 +24,7 @@ org.apache.kalumet.controller controller - 0.6-incubating + 0.7-incubating-SNAPSHOT ../pom.xml Modified: incubator/kalumet/trunk/kalumet-modules/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/kalumet-modules/pom.xml?rev=1417074&r1=1417073&r2=1417074&view=diff ============================================================================== --- incubator/kalumet/trunk/kalumet-modules/pom.xml (original) +++ incubator/kalumet/trunk/kalumet-modules/pom.xml Tue Dec 4 18:01:25 2012 @@ -24,7 +24,7 @@ org.apache.kalumet kalumet - 0.6-incubating + 0.7-incubating-SNAPSHOT ../pom.xml Modified: incubator/kalumet/trunk/kalumet-modules/utils/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/kalumet-modules/utils/pom.xml?rev=1417074&r1=1417073&r2=1417074&view=diff ============================================================================== --- incubator/kalumet/trunk/kalumet-modules/utils/pom.xml (original) +++ incubator/kalumet/trunk/kalumet-modules/utils/pom.xml Tue Dec 4 18:01:25 2012 @@ -24,7 +24,7 @@ org.apache.kalumet kalumet-modules - 0.6-incubating + 0.7-incubating-SNAPSHOT ../pom.xml Modified: incubator/kalumet/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/kalumet/trunk/pom.xml?rev=1417074&r1=1417073&r2=1417074&view=diff ============================================================================== --- incubator/kalumet/trunk/pom.xml (original) +++ incubator/kalumet/trunk/pom.xml Tue Dec 4 18:01:25 2012 @@ -30,7 +30,7 @@ org.apache.kalumet kalumet pom - 0.6-incubating + 0.7-incubating-SNAPSHOT Apache Kalumet 2011 @@ -41,9 +41,9 @@ - scm:svn:http://svn.apache.org/repos/asf/incubator/kalumet/tags/kalumet-0.6-incubating - scm:svn:https://svn.apache.org/repos/asf/incubator/kalumet/tags/kalumet-0.6-incubating - http://svn.apache.org/viewvc/incubator/kalumet/tags/kalumet-0.6-incubating + scm:svn:http://svn.apache.org/repos/asf/incubator/kalumet/trunk + scm:svn:https://svn.apache.org/repos/asf/incubator/kalumet/trunk + http://svn.apache.org/viewvc/incubator/kalumet/trunk