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 2007/12/20 16:16:38 UTC

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

Author: mcculls
Date: Thu Dec 20 07:16:38 2007
New Revision: 605962

URL: http://svn.apache.org/viewvc?rev=605962&view=rev
Log:
Use released maven-osgi shared component

Modified:
    felix/trunk/bundleplugin/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=605962&r1=605961&r2=605962&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Thu Dec 20 07:16:38 2007
@@ -81,7 +81,7 @@
   <dependency>
    <groupId>org.apache.maven.shared</groupId>
    <artifactId>maven-osgi</artifactId>
-   <version>0.2.0-SNAPSHOT</version>
+   <version>0.2.0</version>
   </dependency>
   <dependency>
    <groupId>org.codehaus.plexus</groupId>