You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2005/09/13 05:52:34 UTC

svn commit: r280482 - /directory/standalone/trunk/osgi/project.xml

Author: erodriguez
Date: Mon Sep 12 20:52:31 2005
New Revision: 280482

URL: http://svn.apache.org/viewcvs?rev=280482&view=rev
Log:
o  bumped-up the apacheds core dep
o  updated the groupId for OSGi

Modified:
    directory/standalone/trunk/osgi/project.xml

Modified: directory/standalone/trunk/osgi/project.xml
URL: http://svn.apache.org/viewcvs/directory/standalone/trunk/osgi/project.xml?rev=280482&r1=280481&r2=280482&view=diff
==============================================================================
--- directory/standalone/trunk/osgi/project.xml (original)
+++ directory/standalone/trunk/osgi/project.xml Mon Sep 12 20:52:31 2005
@@ -84,7 +84,7 @@
       <!-- required to load Configuration base class -->
       <groupId>directory</groupId>
       <artifactId>apacheds-core</artifactId>
-      <version>0.9.2-SNAPSHOT</version>
+      <version>0.9.3-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -93,19 +93,19 @@
       <url>http://junit.org</url>
     </dependency>
     <dependency>
-      <groupId>osgi</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>framework</artifactId>
       <version>1.2</version>
       <url>http://www.osgi.org</url>
     </dependency>
     <dependency>
-      <groupId>osgi</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>service</artifactId>
       <version>1.0</version>
       <url>http://www.osgi.org</url>
     </dependency>
     <dependency>
-      <groupId>osgi</groupId>
+      <groupId>org.osgi</groupId>
       <artifactId>util</artifactId>
       <version>1.0</version>
       <url>http://www.osgi.org</url>