You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tr...@apache.org on 2008/03/08 13:55:21 UTC

svn commit: r634946 - /mina/trunk/transport-apr/pom.xml

Author: trustin
Date: Sat Mar  8 04:55:21 2008
New Revision: 634946

URL: http://svn.apache.org/viewvc?rev=634946&view=rev
Log:
Renamed the artifact name of transport-apr to APR Transport from APR Communication Support

Modified:
    mina/trunk/transport-apr/pom.xml

Modified: mina/trunk/transport-apr/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/transport-apr/pom.xml?rev=634946&r1=634945&r2=634946&view=diff
==============================================================================
--- mina/trunk/transport-apr/pom.xml (original)
+++ mina/trunk/transport-apr/pom.xml Sat Mar  8 04:55:21 2008
@@ -7,7 +7,7 @@
     <version>2.0.0-M2-SNAPSHOT</version>
   </parent>
   <artifactId>mina-transport-apr</artifactId>
-  <name>Apache MINA APR Communication Support</name>
+  <name>Apache MINA APR Transport</name>
   <packaging>bundle</packaging>  
   <properties>
     <exportedPackage>${groupId}.transport.socket.apr</exportedPackage>