Author: elecharny
Date: Tue Dec  6 16:04:15 2011
New Revision: 1210993

URL: http://svn.apache.org/viewvc?rev=1210993&view=rev
Log:
Updated the poms with small refactorings (mainly cosmetic)

Modified:
    mina/trunk/examples/pom.xml
    mina/trunk/http/pom.xml
    mina/trunk/ldap/pom.xml

Modified: mina/trunk/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/trunk/examples/pom.xml?rev=1210993&r1=1210992&r2=1210993&view=diff
==============================================================================
--- mina/trunk/examples/pom.xml (original)
+++ mina/trunk/examples/pom.xml Tue Dec  6 16:04:15 2011
@@ -26,9 +26,12 @@
     <artifactId>mina-parent</artifactId>
     <version>3.0.0-M1-SNAPSHOT</version>
   </parent>
+
   <artifactId>mina-examples</artifactId>
   <name>Apache MINA examples</name>
   <packaging>jar</packaging>
+  <description>Apache MINA server and client examples</description>
+
   <properties>
     <symbolicName>${project.groupId}.examples</symbolicName>
     <exportedPackage>${project.groupId}</exportedPackage>
@@ -66,6 +69,5 @@
         <scope>runtime</scope>
     </dependency>
   </dependencies>
-  <description>Apache MINA server and client examples</description>
 </project>
 

Modified: mina/trunk/http/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/trunk/http/pom.xml?rev=1210993&r1=1210992&r2=1210993&view=diff
==============================================================================
--- mina/trunk/http/pom.xml (original)
+++ mina/trunk/http/pom.xml Tue Dec  6 16:04:15 2011
@@ -26,9 +26,12 @@
     <artifactId>mina-parent</artifactId>
     <version>3.0.0-M1-SNAPSHOT</version>
   </parent>
+
   <artifactId>mina-http</artifactId>
   <name>Apache MINA HTTP</name>
   <packaging>bundle</packaging>
+  <description>Low level HTTP codec for building simple &amp; fast HTTP server 
and clients</description>
+
   <properties>
     <symbolicName>${project.groupId}.http</symbolicName>
     <exportedPackage>${project.groupId}.http.api</exportedPackage>
@@ -42,6 +45,5 @@
       <type>bundle</type>
     </dependency>
   </dependencies>
-  <description>Low level HTTP codec for building simple &amp; fast HTTP server 
and clients</description>
 </project>
 

Modified: mina/trunk/ldap/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/trunk/ldap/pom.xml?rev=1210993&r1=1210992&r2=1210993&view=diff
==============================================================================
--- mina/trunk/ldap/pom.xml (original)
+++ mina/trunk/ldap/pom.xml Tue Dec  6 16:04:15 2011
@@ -26,9 +26,12 @@
     <artifactId>mina-parent</artifactId>
     <version>3.0.0-M1-SNAPSHOT</version>
   </parent>
+
   <artifactId>mina-ldap</artifactId>
   <name>Apache MINA LDAP</name>
   <packaging>bundle</packaging>
+  <description>Low level LDAP codec</description>
+
   <properties>
     <symbolicName>${project.groupId}.ldap</symbolicName>
     <exportedPackage>${project.groupId}.ldap.api</exportedPackage>
@@ -85,6 +88,5 @@
       <version>r09</version>
     </dependency>
   </dependencies>
-  <description>Low level LDAP codec</description>
 </project>
 


Reply via email to