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 2006/01/26 09:38:07 UTC

svn commit: r372481 - /directory/trunks/apacheds/standalone/simple/ssl/pom.xml

Author: ersiner
Date: Thu Jan 26 00:37:58 2006
New Revision: 372481

URL: http://svn.apache.org/viewcvs?rev=372481&view=rev
Log:
Fix dependency artifactId.

Modified:
    directory/trunks/apacheds/standalone/simple/ssl/pom.xml

Modified: directory/trunks/apacheds/standalone/simple/ssl/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/standalone/simple/ssl/pom.xml?rev=372481&r1=372480&r2=372481&view=diff
==============================================================================
--- directory/trunks/apacheds/standalone/simple/ssl/pom.xml (original)
+++ directory/trunks/apacheds/standalone/simple/ssl/pom.xml Thu Jan 26 00:37:58 2006
@@ -29,7 +29,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.directory.mina</groupId>
-      <artifactId>org.apache.mina.filter.ssl</artifactId>
+      <artifactId>mina-filter-ssl</artifactId>
       <version>0.9.1-SNAPSHOT</version>
     </dependency>
   </dependencies>