You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by cc...@apache.org on 2007/08/28 18:19:39 UTC

svn commit: r570470 - /directory/daemon/trunk/pom.xml

Author: ccustine
Date: Tue Aug 28 09:19:39 2007
New Revision: 570470

URL: http://svn.apache.org/viewvc?rev=570470&view=rev
Log:
- DIRSERVER-1038 Removed Tanuki jar install from within maven build

Modified:
    directory/daemon/trunk/pom.xml

Modified: directory/daemon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/trunk/pom.xml?rev=570470&r1=570469&r2=570470&view=diff
==============================================================================
--- directory/daemon/trunk/pom.xml (original)
+++ directory/daemon/trunk/pom.xml Tue Aug 28 09:19:39 2007
@@ -69,7 +69,7 @@
       </dependency>
 
       <dependency>
-        <groupId>org.tanukisoftware</groupId>
+        <groupId>tanukisoft</groupId>
         <artifactId>wrapper</artifactId>
         <version>3.2.3</version>
       </dependency>
@@ -99,7 +99,7 @@
     </dependency>
 
     <dependency>
-      <groupId>org.tanukisoftware</groupId>
+      <groupId>tanukisoft</groupId>
       <artifactId>wrapper</artifactId>
     </dependency>