You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2006/08/12 13:21:35 UTC

svn commit: r431015 - in /jakarta/httpcomponents/httpcore/trunk: module-main/pom.xml module-nio/pom.xml

Author: olegk
Date: Sat Aug 12 04:21:33 2006
New Revision: 431015

URL: http://svn.apache.org/viewvc?rev=431015&view=rev
Log:
Changed module name in POMs

Modified:
    jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml
    jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml

Modified: jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml?rev=431015&r1=431014&r2=431015&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-main/pom.xml Sat Aug 12 04:21:33 2006
@@ -7,10 +7,10 @@
     <version>4.0-alpha3-SNAPSHOT</version>
   </parent>
   <artifactId>jakarta-httpcore</artifactId>
-  <name>HttpCore</name>
+  <name>HttpCore (Main module)</name>
   <inceptionYear>2005</inceptionYear>
   <description>
-   Core HTTP components (JRE 1.3 compatible)
+   Core HTTP components (Java 1.3 compatible)
   </description>
   <url>http://jakarta.apache.org/httpcomponents/httpcore</url>
   <packaging>jar</packaging>  

Modified: jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml?rev=431015&r1=431014&r2=431015&view=diff
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/module-nio/pom.xml Sat Aug 12 04:21:33 2006
@@ -7,7 +7,7 @@
     <version>4.0-alpha3-SNAPSHOT</version>
   </parent>
   <artifactId>jakarta-httpcore-nio</artifactId>
-  <name>HttpCore (NIO extensions)</name>
+  <name>HttpCore (NIO extensions module)</name>
   <inceptionYear>2005</inceptionYear>
   <description>
    Core HTTP components (NIO extensions)