Author: mcculls
Date: Wed Dec 19 01:23:00 2007
New Revision: 605481

URL: http://svn.apache.org/viewvc?rev=605481&view=rev
Log:
Use released parent pom, change core dependency to point to released Felix 
artifact

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=605481&r1=605480&r2=605481&view=diff
==============================================================================
--- felix/trunk/org.osgi.service.obr/pom.xml (original)
+++ felix/trunk/org.osgi.service.obr/pom.xml Wed Dec 19 01:23:00 2007
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.felix</groupId>
     <artifactId>felix</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../pom/pom.xml</relativePath>
   </parent>
   <organization>
@@ -35,9 +35,9 @@
   <packaging>jar</packaging>
   <dependencies>
     <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>osgi_R4_core</artifactId>
-      <version>1.0</version>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>1.0.0</version>
     </dependency>
   </dependencies>
 </project>


Reply via email to