You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by li...@apache.org on 2010/09/02 21:35:36 UTC

svn commit: r992071 - /incubator/aries/trunk/subsystem/subsystem-core/pom.xml

Author: linsun
Date: Thu Sep  2 19:35:36 2010
New Revision: 992071

URL: http://svn.apache.org/viewvc?rev=992071&view=rev
Log:
remove the version on felix bundlerepo as it is specified in dependency management

Modified:
    incubator/aries/trunk/subsystem/subsystem-core/pom.xml

Modified: incubator/aries/trunk/subsystem/subsystem-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-core/pom.xml?rev=992071&r1=992070&r2=992071&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-core/pom.xml (original)
+++ incubator/aries/trunk/subsystem/subsystem-core/pom.xml Thu Sep  2 19:35:36 2010
@@ -86,7 +86,6 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.bundlerepository</artifactId>
-            <version>1.6.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>