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 A2E899B88 for ; Thu, 12 Apr 2012 23:16:35 +0000 (UTC) Received: (qmail 99081 invoked by uid 500); 12 Apr 2012 23:16:35 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 99020 invoked by uid 500); 12 Apr 2012 23:16:34 -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 99006 invoked by uid 99); 12 Apr 2012 23:16:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 23:16:34 +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; Thu, 12 Apr 2012 23:16:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 070662388860; Thu, 12 Apr 2012 23:16:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1325568 - in /aries/branches/1.0-prototype: application/application-converters/ application/application-deployment-management/ application/application-install/ application/application-itests/ application/application-management/ application... Date: Thu, 12 Apr 2012 23:16:02 -0000 To: commits@aries.apache.org From: cumminsh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120412231605.070662388860@eris.apache.org> Author: cumminsh Date: Thu Apr 12 23:16:00 2012 New Revision: 1325568 URL: http://svn.apache.org/viewvc?rev=1325568&view=rev Log: Moving testsupport to 1.0.0. As part of this I moved application deployment's test support from 0.3 to 1.0.0 and fixed some classpath ordering issues (which was why it was at 0.3) Modified: aries/branches/1.0-prototype/application/application-converters/pom.xml aries/branches/1.0-prototype/application/application-deployment-management/pom.xml aries/branches/1.0-prototype/application/application-install/pom.xml aries/branches/1.0-prototype/application/application-itests/pom.xml aries/branches/1.0-prototype/application/application-management/pom.xml aries/branches/1.0-prototype/application/application-modeller-common-test/pom.xml aries/branches/1.0-prototype/application/application-modeller/pom.xml aries/branches/1.0-prototype/application/application-obr-resolver/pom.xml aries/branches/1.0-prototype/application/application-resolve-transform-cm-itests/pom.xml aries/branches/1.0-prototype/application/application-runtime-framework-management/pom.xml aries/branches/1.0-prototype/application/application-runtime-framework/pom.xml aries/branches/1.0-prototype/application/application-runtime-isolated/pom.xml aries/branches/1.0-prototype/application/application-runtime-repository/pom.xml aries/branches/1.0-prototype/application/application-runtime/pom.xml aries/branches/1.0-prototype/application/application-utils/pom.xml aries/branches/1.0-prototype/blueprint/blueprint-annotation-itest/pom.xml aries/branches/1.0-prototype/blueprint/blueprint-core/pom.xml aries/branches/1.0-prototype/blueprint/blueprint-itests/pom.xml aries/branches/1.0-prototype/ejb/ejb-modeller-itest/pom.xml aries/branches/1.0-prototype/ejb/ejb-modeller/pom.xml aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml aries/branches/1.0-prototype/ejb/openejb-extender/pom.xml aries/branches/1.0-prototype/jmx/jmx-itests/pom.xml aries/branches/1.0-prototype/jndi/jndi-core/pom.xml aries/branches/1.0-prototype/jndi/jndi-url-itest/pom.xml aries/branches/1.0-prototype/jndi/jndi-url/pom.xml aries/branches/1.0-prototype/jpa/jpa-blueprint-aries/pom.xml aries/branches/1.0-prototype/jpa/jpa-container-context/pom.xml aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml aries/branches/1.0-prototype/jpa/jpa-container/pom.xml aries/branches/1.0-prototype/proxy/proxy-impl/pom.xml aries/branches/1.0-prototype/proxy/proxy-itests/pom.xml aries/branches/1.0-prototype/quiesce/quiesce-manager-itest/pom.xml aries/branches/1.0-prototype/samples/pom.xml aries/branches/1.0-prototype/testsupport/pom.xml aries/branches/1.0-prototype/testsupport/testsupport-unit/pom.xml aries/branches/1.0-prototype/transaction/transaction-blueprint/pom.xml aries/branches/1.0-prototype/transaction/transaction-itests/pom.xml aries/branches/1.0-prototype/util/util-r42/pom.xml aries/branches/1.0-prototype/util/util/pom.xml aries/branches/1.0-prototype/web/web-itests/pom.xml aries/branches/1.0-prototype/web/web-urlhandler/pom.xml Modified: aries/branches/1.0-prototype/application/application-converters/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-converters/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/application/application-converters/pom.xml (original) +++ aries/branches/1.0-prototype/application/application-converters/pom.xml Thu Apr 12 23:16:00 2012 @@ -67,7 +67,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.apache.aries.web Modified: aries/branches/1.0-prototype/application/application-deployment-management/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-deployment-management/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/application/application-deployment-management/pom.xml (original) +++ aries/branches/1.0-prototype/application/application-deployment-management/pom.xml Thu Apr 12 23:16:00 2012 @@ -49,6 +49,21 @@ + + + org.osgi + org.osgi.core + provided + + + org.apache.aries.testsupport + org.apache.aries.testsupport.unit + test + 1.0.0-SNAPSHOT + junit junit @@ -65,17 +80,6 @@ 1.0.0-SNAPSHOT - org.apache.aries.testsupport - org.apache.aries.testsupport.unit - test - 0.3 - - - org.osgi - org.osgi.core - provided - - org.slf4j slf4j-api provided Modified: aries/branches/1.0-prototype/application/application-install/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-install/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/application/application-install/pom.xml (original) +++ aries/branches/1.0-prototype/application/application-install/pom.xml Thu Apr 12 23:16:00 2012 @@ -69,7 +69,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.slf4j Modified: aries/branches/1.0-prototype/application/application-itests/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-itests/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/application/application-itests/pom.xml (original) +++ aries/branches/1.0-prototype/application/application-itests/pom.xml Thu Apr 12 23:16:00 2012 @@ -216,7 +216,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.4 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/application/application-management/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-management/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/application/application-management/pom.xml (original) +++ aries/branches/1.0-prototype/application/application-management/pom.xml Thu Apr 12 23:16:00 2012 @@ -74,7 +74,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.osgi Modified: aries/branches/1.0-prototype/application/application-modeller-common-test/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-modeller-common-test/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/application/application-modeller-common-test/pom.xml (original) +++ aries/branches/1.0-prototype/application/application-modeller-common-test/pom.xml Thu Apr 12 23:16:00 2012 @@ -77,7 +77,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.apache.aries.blueprint Modified: aries/branches/1.0-prototype/application/application-modeller/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-modeller/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/application/application-modeller/pom.xml (original) +++ aries/branches/1.0-prototype/application/application-modeller/pom.xml Thu Apr 12 23:16:00 2012 @@ -75,7 +75,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.apache.aries.jndi Modified: aries/branches/1.0-prototype/application/application-obr-resolver/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-obr-resolver/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/application/application-obr-resolver/pom.xml (original) +++ aries/branches/1.0-prototype/application/application-obr-resolver/pom.xml Thu Apr 12 23:16:00 2012 @@ -88,7 +88,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.3 + 1.0.0-SNAPSHOT junit Modified: aries/branches/1.0-prototype/application/application-resolve-transform-cm-itests/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-resolve-transform-cm-itests/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/application/application-resolve-transform-cm-itests/pom.xml (original) +++ aries/branches/1.0-prototype/application/application-resolve-transform-cm-itests/pom.xml Thu Apr 12 23:16:00 2012 @@ -129,7 +129,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.4 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/application/application-runtime-framework-management/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-runtime-framework-management/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/application/application-runtime-framework-management/pom.xml (original) +++ aries/branches/1.0-prototype/application/application-runtime-framework-management/pom.xml Thu Apr 12 23:16:00 2012 @@ -78,7 +78,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.osgi Modified: aries/branches/1.0-prototype/application/application-runtime-framework/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-runtime-framework/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/application/application-runtime-framework/pom.xml (original) +++ aries/branches/1.0-prototype/application/application-runtime-framework/pom.xml Thu Apr 12 23:16:00 2012 @@ -77,7 +77,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.osgi Modified: aries/branches/1.0-prototype/application/application-runtime-isolated/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-runtime-isolated/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/application/application-runtime-isolated/pom.xml (original) +++ aries/branches/1.0-prototype/application/application-runtime-isolated/pom.xml Thu Apr 12 23:16:00 2012 @@ -73,7 +73,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.osgi Modified: aries/branches/1.0-prototype/application/application-runtime-repository/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-runtime-repository/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/application/application-runtime-repository/pom.xml (original) +++ aries/branches/1.0-prototype/application/application-runtime-repository/pom.xml Thu Apr 12 23:16:00 2012 @@ -73,7 +73,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.osgi Modified: aries/branches/1.0-prototype/application/application-runtime/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-runtime/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/application/application-runtime/pom.xml (original) +++ aries/branches/1.0-prototype/application/application-runtime/pom.xml Thu Apr 12 23:16:00 2012 @@ -65,7 +65,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.osgi Modified: aries/branches/1.0-prototype/application/application-utils/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/application/application-utils/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/application/application-utils/pom.xml (original) +++ aries/branches/1.0-prototype/application/application-utils/pom.xml Thu Apr 12 23:16:00 2012 @@ -81,7 +81,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT Modified: aries/branches/1.0-prototype/blueprint/blueprint-annotation-itest/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/blueprint/blueprint-annotation-itest/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/blueprint/blueprint-annotation-itest/pom.xml (original) +++ aries/branches/1.0-prototype/blueprint/blueprint-annotation-itest/pom.xml Thu Apr 12 23:16:00 2012 @@ -149,7 +149,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.5-SNAPSHOT + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/blueprint/blueprint-core/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/blueprint/blueprint-core/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/blueprint/blueprint-core/pom.xml (original) +++ aries/branches/1.0-prototype/blueprint/blueprint-core/pom.xml Thu Apr 12 23:16:00 2012 @@ -173,7 +173,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.3 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/blueprint/blueprint-itests/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/blueprint/blueprint-itests/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/blueprint/blueprint-itests/pom.xml (original) +++ aries/branches/1.0-prototype/blueprint/blueprint-itests/pom.xml Thu Apr 12 23:16:00 2012 @@ -96,7 +96,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.ops4j.pax.exam Modified: aries/branches/1.0-prototype/ejb/ejb-modeller-itest/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/ejb/ejb-modeller-itest/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/ejb/ejb-modeller-itest/pom.xml (original) +++ aries/branches/1.0-prototype/ejb/ejb-modeller-itest/pom.xml Thu Apr 12 23:16:00 2012 @@ -112,7 +112,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.4 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/ejb/ejb-modeller/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/ejb/ejb-modeller/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/ejb/ejb-modeller/pom.xml (original) +++ aries/branches/1.0-prototype/ejb/ejb-modeller/pom.xml Thu Apr 12 23:16:00 2012 @@ -100,7 +100,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.4 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml (original) +++ aries/branches/1.0-prototype/ejb/openejb-extender-itest/pom.xml Thu Apr 12 23:16:00 2012 @@ -124,7 +124,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.4 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/ejb/openejb-extender/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/ejb/openejb-extender/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/ejb/openejb-extender/pom.xml (original) +++ aries/branches/1.0-prototype/ejb/openejb-extender/pom.xml Thu Apr 12 23:16:00 2012 @@ -96,7 +96,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.4 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/jmx/jmx-itests/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jmx/jmx-itests/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/jmx/jmx-itests/pom.xml (original) +++ aries/branches/1.0-prototype/jmx/jmx-itests/pom.xml Thu Apr 12 23:16:00 2012 @@ -74,7 +74,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.4 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/jndi/jndi-core/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jndi/jndi-core/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/jndi/jndi-core/pom.xml (original) +++ aries/branches/1.0-prototype/jndi/jndi-core/pom.xml Thu Apr 12 23:16:00 2012 @@ -87,7 +87,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.3 + 1.0.0-SNAPSHOT org.slf4j Modified: aries/branches/1.0-prototype/jndi/jndi-url-itest/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jndi/jndi-url-itest/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/jndi/jndi-url-itest/pom.xml (original) +++ aries/branches/1.0-prototype/jndi/jndi-url-itest/pom.xml Thu Apr 12 23:16:00 2012 @@ -227,7 +227,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.4 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/jndi/jndi-url/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jndi/jndi-url/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/jndi/jndi-url/pom.xml (original) +++ aries/branches/1.0-prototype/jndi/jndi-url/pom.xml Thu Apr 12 23:16:00 2012 @@ -100,7 +100,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.slf4j Modified: aries/branches/1.0-prototype/jpa/jpa-blueprint-aries/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-blueprint-aries/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/jpa/jpa-blueprint-aries/pom.xml (original) +++ aries/branches/1.0-prototype/jpa/jpa-blueprint-aries/pom.xml Thu Apr 12 23:16:00 2012 @@ -93,7 +93,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.slf4j Modified: aries/branches/1.0-prototype/jpa/jpa-container-context/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-container-context/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/jpa/jpa-container-context/pom.xml (original) +++ aries/branches/1.0-prototype/jpa/jpa-container-context/pom.xml Thu Apr 12 23:16:00 2012 @@ -119,7 +119,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.slf4j Modified: aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml (original) +++ aries/branches/1.0-prototype/jpa/jpa-container-itest/pom.xml Thu Apr 12 23:16:00 2012 @@ -312,7 +312,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.4 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/jpa/jpa-container/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/jpa/jpa-container/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/jpa/jpa-container/pom.xml (original) +++ aries/branches/1.0-prototype/jpa/jpa-container/pom.xml Thu Apr 12 23:16:00 2012 @@ -117,7 +117,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.4 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/proxy/proxy-impl/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/proxy/proxy-impl/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/proxy/proxy-impl/pom.xml (original) +++ aries/branches/1.0-prototype/proxy/proxy-impl/pom.xml Thu Apr 12 23:16:00 2012 @@ -108,7 +108,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.4 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/proxy/proxy-itests/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/proxy/proxy-itests/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/proxy/proxy-itests/pom.xml (original) +++ aries/branches/1.0-prototype/proxy/proxy-itests/pom.xml Thu Apr 12 23:16:00 2012 @@ -77,7 +77,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.4 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/quiesce/quiesce-manager-itest/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/quiesce/quiesce-manager-itest/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/quiesce/quiesce-manager-itest/pom.xml (original) +++ aries/branches/1.0-prototype/quiesce/quiesce-manager-itest/pom.xml Thu Apr 12 23:16:00 2012 @@ -53,7 +53,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.4 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/samples/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/samples/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/samples/pom.xml (original) +++ aries/branches/1.0-prototype/samples/pom.xml Thu Apr 12 23:16:00 2012 @@ -109,7 +109,7 @@ - 0.5-SNAPSHOT + 1.0.0-SNAPSHOT 1.0.0-SNAPSHOT Modified: aries/branches/1.0-prototype/testsupport/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/testsupport/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/testsupport/pom.xml (original) +++ aries/branches/1.0-prototype/testsupport/pom.xml Thu Apr 12 23:16:00 2012 @@ -30,7 +30,7 @@ testsupport Apache Aries Test Support pom - 0.5-SNAPSHOT + 1.0.0-SNAPSHOT Test Support for OSGi - reactor pom Modified: aries/branches/1.0-prototype/testsupport/testsupport-unit/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/testsupport/testsupport-unit/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/testsupport/testsupport-unit/pom.xml (original) +++ aries/branches/1.0-prototype/testsupport/testsupport-unit/pom.xml Thu Apr 12 23:16:00 2012 @@ -28,7 +28,7 @@ org.apache.aries.testsupport.unit bundle Apache Aries Unit Test Support - 0.5-SNAPSHOT + 1.0.0-SNAPSHOT This bundle provides unit test support. @@ -65,10 +65,13 @@ junit provided + org.osgi org.osgi.core - provided org.osgi Modified: aries/branches/1.0-prototype/transaction/transaction-blueprint/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/transaction/transaction-blueprint/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/transaction/transaction-blueprint/pom.xml (original) +++ aries/branches/1.0-prototype/transaction/transaction-blueprint/pom.xml Thu Apr 12 23:16:00 2012 @@ -78,7 +78,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.slf4j Modified: aries/branches/1.0-prototype/transaction/transaction-itests/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/transaction/transaction-itests/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/transaction/transaction-itests/pom.xml (original) +++ aries/branches/1.0-prototype/transaction/transaction-itests/pom.xml Thu Apr 12 23:16:00 2012 @@ -131,7 +131,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.4 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/util/util-r42/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/util/util-r42/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/util/util-r42/pom.xml (original) +++ aries/branches/1.0-prototype/util/util-r42/pom.xml Thu Apr 12 23:16:00 2012 @@ -83,7 +83,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.3 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/util/util/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/util/util/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/util/util/pom.xml (original) +++ aries/branches/1.0-prototype/util/util/pom.xml Thu Apr 12 23:16:00 2012 @@ -93,7 +93,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit - 0.4 + 1.0.0-SNAPSHOT test Modified: aries/branches/1.0-prototype/web/web-itests/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/web/web-itests/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/web/web-itests/pom.xml (original) +++ aries/branches/1.0-prototype/web/web-itests/pom.xml Thu Apr 12 23:16:00 2012 @@ -54,7 +54,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT org.osgi Modified: aries/branches/1.0-prototype/web/web-urlhandler/pom.xml URL: http://svn.apache.org/viewvc/aries/branches/1.0-prototype/web/web-urlhandler/pom.xml?rev=1325568&r1=1325567&r2=1325568&view=diff ============================================================================== --- aries/branches/1.0-prototype/web/web-urlhandler/pom.xml (original) +++ aries/branches/1.0-prototype/web/web-urlhandler/pom.xml Thu Apr 12 23:16:00 2012 @@ -71,7 +71,7 @@ org.apache.aries.testsupport org.apache.aries.testsupport.unit test - 0.4 + 1.0.0-SNAPSHOT