You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2006/01/13 20:51:28 UTC

svn commit: r368832 - /directory/trunks/mina/pom.xml

Author: akarasulu
Date: Fri Jan 13 11:51:24 2006
New Revision: 368832

URL: http://svn.apache.org/viewcvs?rev=368832&view=rev
Log:
no need to qualify mina build with mina-build anymore if it is within the mina groupId folder

Modified:
    directory/trunks/mina/pom.xml

Modified: directory/trunks/mina/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/mina/pom.xml?rev=368832&r1=368831&r2=368832&view=diff
==============================================================================
--- directory/trunks/mina/pom.xml (original)
+++ directory/trunks/mina/pom.xml Fri Jan 13 11:51:24 2006
@@ -8,7 +8,7 @@
   </parent>
   <groupId>org.apache.directory.mina</groupId>
   <version>0.9.1-SNAPSHOT</version>
-  <artifactId>mina-build</artifactId>
+  <artifactId>build</artifactId>
   <name>mina-build</name>
   <packaging>pom</packaging>