Return-Path: X-Original-To: apmail-aries-commits-archive@www.apache.org Delivered-To: apmail-aries-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C23FC18D39 for ; Fri, 3 Jul 2015 10:00:46 +0000 (UTC) Received: (qmail 99658 invoked by uid 500); 3 Jul 2015 10:00:46 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 99593 invoked by uid 500); 3 Jul 2015 10:00:46 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 99579 invoked by uid 99); 3 Jul 2015 10:00:46 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jul 2015 10:00:46 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 8F162AC013F for ; Fri, 3 Jul 2015 10:00:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1688990 - in /aries/trunk/async: async-all/pom.xml async-api/pom.xml async-impl/pom.xml pom.xml promise-api/pom.xml Date: Fri, 03 Jul 2015 10:00:46 -0000 To: commits@aries.apache.org From: davidb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150703100046.8F162AC013F@hades.apache.org> Author: davidb Date: Fri Jul 3 10:00:46 2015 New Revision: 1688990 URL: http://svn.apache.org/r1688990 Log: [maven-release-plugin] prepare for next development iteration Modified: aries/trunk/async/async-all/pom.xml aries/trunk/async/async-api/pom.xml aries/trunk/async/async-impl/pom.xml aries/trunk/async/pom.xml aries/trunk/async/promise-api/pom.xml Modified: aries/trunk/async/async-all/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/async/async-all/pom.xml?rev=1688990&r1=1688989&r2=1688990&view=diff ============================================================================== --- aries/trunk/async/async-all/pom.xml (original) +++ aries/trunk/async/async-all/pom.xml Fri Jul 3 10:00:46 2015 @@ -32,15 +32,15 @@ org.apache.aries.async bundle Aries Async Service Bundle (all in one) - 1.0.0 + 1.0.1-SNAPSHOT This bundle contains the Aries Async Service implementation and all of its dependencies - scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.async-1.0.0/async-all - scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.async-1.0.0/async-all - http://svn.apache.org/viewvc/aries/tags/org.apache.aries.async-1.0.0/async-all + scm:svn:http://svn.apache.org/repos/asf/aries/trunk/async/async-all + scm:svn:https://svn.apache.org/repos/asf/aries/trunk/async/async-all + http://svn.apache.org/viewvc/aries/trunk/async/async-all @@ -76,17 +76,17 @@ org.apache.aries.async org.apache.aries.async.promise.api - 1.0.0 + 1.0.1-SNAPSHOT org.apache.aries.async org.apache.aries.async.api - 1.0.0 + 1.0.1-SNAPSHOT org.apache.aries.async org.apache.aries.async.impl - 1.0.0 + 1.0.1-SNAPSHOT cglib Modified: aries/trunk/async/async-api/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/async/async-api/pom.xml?rev=1688990&r1=1688989&r2=1688990&view=diff ============================================================================== --- aries/trunk/async/async-api/pom.xml (original) +++ aries/trunk/async/async-api/pom.xml Fri Jul 3 10:00:46 2015 @@ -32,15 +32,15 @@ org.apache.aries.async.api bundle OSGI Async API - 1.0.0 + 1.0.1-SNAPSHOT This bundle contains the OSGi Async Service API. - scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.async-1.0.0/async-api - scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.async-1.0.0/async-api - http://svn.apache.org/viewvc/aries/tags/org.apache.aries.async-1.0.0/async-api + scm:svn:http://svn.apache.org/repos/asf/aries/trunk/async/async-api + scm:svn:https://svn.apache.org/repos/asf/aries/trunk/async/async-api + http://svn.apache.org/viewvc/aries/trunk/async/async-api @@ -62,7 +62,7 @@ org.apache.aries.async org.apache.aries.async.promise.api - 1.0.0 + 1.0.1-SNAPSHOT org.osgi Modified: aries/trunk/async/async-impl/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/async/async-impl/pom.xml?rev=1688990&r1=1688989&r2=1688990&view=diff ============================================================================== --- aries/trunk/async/async-impl/pom.xml (original) +++ aries/trunk/async/async-impl/pom.xml Fri Jul 3 10:00:46 2015 @@ -32,15 +32,15 @@ org.apache.aries.async.impl bundle Aries Async Service - 1.0.0 + 1.0.1-SNAPSHOT This bundle contains the Aries Async Service implementation. - scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.async-1.0.0/async-impl - scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.async-1.0.0/async-impl - http://svn.apache.org/viewvc/aries/tags/org.apache.aries.async-1.0.0/async-impl + scm:svn:http://svn.apache.org/repos/asf/aries/trunk/async/async-impl + scm:svn:https://svn.apache.org/repos/asf/aries/trunk/async/async-impl + http://svn.apache.org/viewvc/aries/trunk/async/async-impl @@ -61,12 +61,12 @@ org.apache.aries.async org.apache.aries.async.promise.api - 1.0.0 + 1.0.1-SNAPSHOT org.apache.aries.async org.apache.aries.async.api - 1.0.0 + 1.0.1-SNAPSHOT org.osgi Modified: aries/trunk/async/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/async/pom.xml?rev=1688990&r1=1688989&r2=1688990&view=diff ============================================================================== --- aries/trunk/async/pom.xml (original) +++ aries/trunk/async/pom.xml Fri Jul 3 10:00:46 2015 @@ -32,15 +32,15 @@ async Apache Aries Async pom - 1.0.0 + 1.0.1-SNAPSHOT Async services, including Promises. - scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.async-1.0.0 - scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.async-1.0.0 - http://svn.apache.org/viewvc/aries/tags/org.apache.aries.async-1.0.0 + scm:svn:http://svn.apache.org/repos/asf/aries/trunk/async + scm:svn:https://svn.apache.org/repos/asf/aries/trunk/async + http://svn.apache.org/viewvc/aries/trunk/async Modified: aries/trunk/async/promise-api/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/async/promise-api/pom.xml?rev=1688990&r1=1688989&r2=1688990&view=diff ============================================================================== --- aries/trunk/async/promise-api/pom.xml (original) +++ aries/trunk/async/promise-api/pom.xml Fri Jul 3 10:00:46 2015 @@ -32,15 +32,15 @@ org.apache.aries.async.promise.api bundle Apache Aries Async Promise API - 1.0.0 + 1.0.1-SNAPSHOT This bundle contains the Apache Aries Async Promise service API. - scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.async-1.0.0/promise-api - scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.async-1.0.0/promise-api - http://svn.apache.org/viewvc/aries/tags/org.apache.aries.async-1.0.0/promise-api + scm:svn:http://svn.apache.org/repos/asf/aries/trunk/async/promise-api + scm:svn:https://svn.apache.org/repos/asf/aries/trunk/async/promise-api + http://svn.apache.org/viewvc/aries/trunk/async/promise-api