You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2011/11/28 17:20:06 UTC

svn commit: r1207378 - /felix/trunk/bundleplugin/pom.xml

Author: mcculls
Date: Mon Nov 28 16:20:05 2011
New Revision: 1207378

URL: http://svn.apache.org/viewvc?rev=1207378&view=rev
Log:
Use released bundlerepository

Modified:
    felix/trunk/bundleplugin/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=1207378&r1=1207377&r2=1207378&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Mon Nov 28 16:20:05 2011
@@ -67,7 +67,7 @@
   <dependency>
     <groupId>org.apache.felix</groupId>
     <artifactId>org.apache.felix.bundlerepository</artifactId>
-    <version>1.6.7-SNAPSHOT</version>
+    <version>1.6.6</version>
   </dependency>
   <dependency>
    <groupId>org.apache.maven</groupId>