Return-Path: Delivered-To: apmail-felix-commits-archive@www.apache.org Received: (qmail 44809 invoked from network); 16 Feb 2011 15:52:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2011 15:52:11 -0000 Received: (qmail 18632 invoked by uid 500); 16 Feb 2011 15:52:11 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 18529 invoked by uid 500); 16 Feb 2011 15:52:08 -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 18498 invoked by uid 99); 16 Feb 2011 15:52:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Feb 2011 15:52:08 +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, 16 Feb 2011 15:52:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9AFB423889EA; Wed, 16 Feb 2011 15:51:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1071292 - in /felix/trunk/ipojo: arch/pom.xml composite/pom.xml online-manipulator/pom.xml Date: Wed, 16 Feb 2011 15:51:44 -0000 To: commits@felix.apache.org From: clement@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110216155144.9AFB423889EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: clement Date: Wed Feb 16 15:51:44 2011 New Revision: 1071292 URL: http://svn.apache.org/viewvc?rev=1071292&view=rev Log: Apply patch for FELIX-2845 ipojo composite references wrong maven-ipojo-plugin version Modified: felix/trunk/ipojo/arch/pom.xml felix/trunk/ipojo/composite/pom.xml felix/trunk/ipojo/online-manipulator/pom.xml Modified: felix/trunk/ipojo/arch/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/arch/pom.xml?rev=1071292&r1=1071291&r2=1071292&view=diff ============================================================================== --- felix/trunk/ipojo/arch/pom.xml (original) +++ felix/trunk/ipojo/arch/pom.xml Wed Feb 16 15:51:44 2011 @@ -29,10 +29,10 @@ org.apache.felix.ipojo.arch org.apache.felix 1.7.0-SNAPSHOT - + Arch command to collect and print information about iPOJO instances. http://felix.apache.org/site/ipojo-arch-command.html - + org.apache.felix @@ -63,7 +63,7 @@ http://felix.apache.org/site/ipojo-arch-command.html org.apache.felix.ipojo.arch - + META-INF/LICENSE=LICENSE, META-INF/NOTICE=NOTICE, META-INF/DEPENDENCIES=DEPENDENCIES @@ -74,7 +74,7 @@ org.apache.felix maven-ipojo-plugin - ${project.version} + 1.8.0 Modified: felix/trunk/ipojo/composite/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/composite/pom.xml?rev=1071292&r1=1071291&r2=1071292&view=diff ============================================================================== --- felix/trunk/ipojo/composite/pom.xml (original) +++ felix/trunk/ipojo/composite/pom.xml Wed Feb 16 15:51:44 2011 @@ -110,7 +110,7 @@ org.apache.felix maven-ipojo-plugin - ${project.version} + 1.8.0 Modified: felix/trunk/ipojo/online-manipulator/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/online-manipulator/pom.xml?rev=1071292&r1=1071291&r2=1071292&view=diff ============================================================================== --- felix/trunk/ipojo/online-manipulator/pom.xml (original) +++ felix/trunk/ipojo/online-manipulator/pom.xml Wed Feb 16 15:51:44 2011 @@ -28,12 +28,12 @@ org.apache.felix.ipojo.online.manipulator 1.7.0-SNAPSHOT Apache Felix iPOJO URL Handler - + iPOJO online manipulator allowing install time manipulation of iPOJO bundle. http://felix.apache.org/site/apache-felix-ipojo-online-manipulator.html - + @@ -55,7 +55,7 @@ org.objectweb.asm.commons, org.objectweb.asm !org.objectweb.asm.tree, !sun.io, org.osgi.framework;version=1.3, * - + META-INF/LICENSE=LICENSE, META-INF/LICENSE.asm=LICENSE.asm, META-INF/NOTICE=NOTICE, @@ -68,7 +68,7 @@ org.apache.felix maven-ipojo-plugin - ${project.version} + 1.8.0 @@ -109,7 +109,7 @@ org.apache.felix org.apache.felix.ipojo.manipulator - ${project.version} + 1.8.0 asm