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 2008/01/28 05:09:32 UTC

svn commit: r615724 - /felix/trunk/org.osgi.service.obr/pom.xml

Author: mcculls
Date: Sun Jan 27 20:09:32 2008
New Revision: 615724

URL: http://svn.apache.org/viewvc?rev=615724&view=rev
Log:
Variable in dependency section can confuse org.apache.felix:maven-obr-plugin:install-file goal, so change to use explicit groupId

Modified:
    felix/trunk/org.osgi.service.obr/pom.xml

Modified: felix/trunk/org.osgi.service.obr/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/org.osgi.service.obr/pom.xml?rev=615724&r1=615723&r2=615724&view=diff
==============================================================================
--- felix/trunk/org.osgi.service.obr/pom.xml (original)
+++ felix/trunk/org.osgi.service.obr/pom.xml Sun Jan 27 20:09:32 2008
@@ -35,7 +35,7 @@
   <packaging>jar</packaging>
   <dependencies>
     <dependency>
-      <groupId>${pom.groupId}</groupId>
+      <groupId>org.apache.felix</groupId>
       <artifactId>org.osgi.core</artifactId>
       <version>1.0.0</version>
     </dependency>