You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pd...@apache.org on 2013/09/15 23:37:44 UTC

svn commit: r1523506 - /felix/trunk/dependencymanager/annotation/pom.xml

Author: pderop
Date: Sun Sep 15 21:37:43 2013
New Revision: 1523506

URL: http://svn.apache.org/r1523506
Log:
FELIX-3996: Use latest bndlib 2.1.0 

Modified:
    felix/trunk/dependencymanager/annotation/pom.xml

Modified: felix/trunk/dependencymanager/annotation/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/annotation/pom.xml?rev=1523506&r1=1523505&r2=1523506&view=diff
==============================================================================
--- felix/trunk/dependencymanager/annotation/pom.xml (original)
+++ felix/trunk/dependencymanager/annotation/pom.xml Sun Sep 15 21:37:43 2013
@@ -30,6 +30,7 @@
 	<artifactId>org.apache.felix.dependencymanager.annotation</artifactId>
 	<version>3.1.1-SNAPSHOT</version>
 	<packaging>maven-plugin</packaging>
+
 	<dependencies>
 		<dependency>
 			<groupId>org.osgi</groupId>
@@ -37,9 +38,9 @@
 			<version>${osgi.version}</version>
 		</dependency>
 		<dependency>
-			<groupId>biz.aQute</groupId>
+			<groupId>biz.aQute.bnd</groupId>
 			<artifactId>bndlib</artifactId>
-			<version>2.0.0.20130123-133441</version>
+			<version>2.1.0</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.maven</groupId>