You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by ip...@apache.org on 2005/01/31 19:50:46 UTC

svn commit: r149286 - incubator/apollo/trunk/project.xml

Author: ips
Date: Mon Jan 31 10:50:44 2005
New Revision: 149286

URL: http://svn.apache.org/viewcvs?view=rev&rev=149286
Log:
fixed group/artifact Id for directory naming jars

Modified:
    incubator/apollo/trunk/project.xml

Modified: incubator/apollo/trunk/project.xml
URL: http://svn.apache.org/viewcvs/incubator/apollo/trunk/project.xml?view=diff&r1=149285&r2=149286
==============================================================================
--- incubator/apollo/trunk/project.xml (original)
+++ incubator/apollo/trunk/project.xml Mon Jan 31 10:50:44 2005
@@ -265,27 +265,27 @@
     </dependency>
 
     <dependency>
-      <groupId>directory-naming</groupId>
-      <artifactId>directory-naming-core</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://incubator.apache.org/directory/subprojects/directory-naming/</url>
+      <groupId>incubator-directory</groupId>
+      <artifactId>naming-core</artifactId>
+      <version>0.8</version>
+      <url>http://incubator.apache.org/directory/subprojects/naming/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <scope>runtime-only</scope>
-        <usage>Needed for in-memory JNDI provider.</usage>
+        <usage>Provides an in-memory JNDI provider.</usage>
         <war.bundle>true</war.bundle>
       </properties>
     </dependency>
 
     <dependency>
-      <groupId>directory-naming</groupId>
-      <artifactId>directory-naming-factory</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://incubator.apache.org/directory/subprojects/directory-naming/</url>
+      <groupId>incubator-directory</groupId>
+      <artifactId>naming-factory</artifactId>
+      <version>0.8</version>
+      <url>http://incubator.apache.org/directory/subprojects/naming/</url>
       <properties>
         <license>ApacheLicense-2.0.txt</license>
         <scope>runtime-only</scope>
-        <usage>Needed for in-memory JNDI provider.</usage>
+        <usage>Provides an in-memory JNDI provider.</usage>
         <war.bundle>true</war.bundle>
       </properties>
     </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: apollo-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: apollo-dev-help@ws.apache.org