Return-Path: Delivered-To: apmail-felix-commits-archive@www.apache.org Received: (qmail 19131 invoked from network); 23 Feb 2011 13:35:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Feb 2011 13:35:58 -0000 Received: (qmail 92144 invoked by uid 500); 23 Feb 2011 13:35:58 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 92065 invoked by uid 500); 23 Feb 2011 13:35:57 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 92058 invoked by uid 99); 23 Feb 2011 13:35:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Feb 2011 13:35:57 +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; Wed, 23 Feb 2011 13:35:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8872823888D2; Wed, 23 Feb 2011 13:35:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1073736 - in /felix/trunk/ipojo/tests: core/annotations/pom.xml handler/transaction/pom.xml online-manipulator/pom.xml Date: Wed, 23 Feb 2011 13:35:32 -0000 To: commits@felix.apache.org From: clement@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110223133532.8872823888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: clement Date: Wed Feb 23 13:35:32 2011 New Revision: 1073736 URL: http://svn.apache.org/viewvc?rev=1073736&view=rev Log: Clean up versions. Modified: felix/trunk/ipojo/tests/core/annotations/pom.xml felix/trunk/ipojo/tests/handler/transaction/pom.xml felix/trunk/ipojo/tests/online-manipulator/pom.xml Modified: felix/trunk/ipojo/tests/core/annotations/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/core/annotations/pom.xml?rev=1073736&r1=1073735&r2=1073736&view=diff ============================================================================== --- felix/trunk/ipojo/tests/core/annotations/pom.xml (original) +++ felix/trunk/ipojo/tests/core/annotations/pom.xml Wed Feb 23 13:35:32 2011 @@ -66,7 +66,7 @@ org.apache.felix org.apache.felix.ipojo.handler.eventadmin - 1.7.0-SNAPSHOT + ${ipojo.eah.snapshot} Modified: felix/trunk/ipojo/tests/handler/transaction/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/handler/transaction/pom.xml?rev=1073736&r1=1073735&r2=1073736&view=diff ============================================================================== --- felix/trunk/ipojo/tests/handler/transaction/pom.xml (original) +++ felix/trunk/ipojo/tests/handler/transaction/pom.xml Wed Feb 23 13:35:32 2011 @@ -41,7 +41,7 @@ org.apache.felix org.apache.felix.ipojo.annotations - 1.7.0-SNAPSHOT + ${ipojo.core.release} org.ow2.chameleon @@ -121,8 +121,8 @@ com.sun.jmx - mail - javax.mail + mail + javax.mail Modified: felix/trunk/ipojo/tests/online-manipulator/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/online-manipulator/pom.xml?rev=1073736&r1=1073735&r2=1073736&view=diff ============================================================================== --- felix/trunk/ipojo/tests/online-manipulator/pom.xml (original) +++ felix/trunk/ipojo/tests/online-manipulator/pom.xml Wed Feb 23 13:35:32 2011 @@ -3,14 +3,14 @@ 4.0.0 - ipojo.tests - ipojo.tests - 1.5.0-SNAPSHOT + ipojo.tests + ipojo.tests + 1.5.0-SNAPSHOT org.apache.felix org.apache.felix.ipojo.online.manipulator.test - 1.5.0-SNAPSHOT + 1.7.0-SNAPSHOT Online Manipulator Test jar @@ -40,7 +40,7 @@ - + org.osgi org.osgi.core @@ -69,42 +69,42 @@ If your test code is based on JUnit you will have to have the Junit support artifact: --> - - org.ops4j.pax.exam - pax-exam-junit - 1.2.0 - - - junit - junit - 4.5 - jar - test - - - - org.ops4j.pax.swissbox - pax-swissbox-tinybundles - 1.2.0 - - - xerces - xercesImpl - 2.4.0 - - - org.apache.felix - org.apache.felix.ipojo.annotations - - - org.apache.felix - org.apache.felix.ipojo - - - org.apache.felix - org.apache.felix.ipojo.online.manipulator - 1.7.0-SNAPSHOT - + + org.ops4j.pax.exam + pax-exam-junit + 1.2.0 + + + junit + junit + 4.5 + jar + test + + + + org.ops4j.pax.swissbox + pax-swissbox-tinybundles + 1.2.0 + + + xerces + xercesImpl + 2.4.0 + + + org.apache.felix + org.apache.felix.ipojo.annotations + + + org.apache.felix + org.apache.felix.ipojo + + + org.apache.felix + org.apache.felix.ipojo.online.manipulator + 1.7.0-SNAPSHOT +