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 2009/09/03 10:14:00 UTC

svn commit: r810803 - in /httpcomponents/httpcore/trunk: httpcore-nio/pom.xml httpcore/pom.xml

Author: olegk
Date: Thu Sep  3 08:14:00 2009
New Revision: 810803

URL: http://svn.apache.org/viewvc?rev=810803&view=rev
Log:
HTTPCLIENT-870: Incorrect Specification-Title in MANIFEST.MF

Modified:
    httpcomponents/httpcore/trunk/httpcore-nio/pom.xml
    httpcomponents/httpcore/trunk/httpcore/pom.xml

Modified: httpcomponents/httpcore/trunk/httpcore-nio/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/pom.xml?rev=810803&r1=810802&r2=810803&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/pom.xml Thu Sep  3 08:14:00 2009
@@ -123,10 +123,10 @@
         <configuration>
           <archive>
             <manifestEntries>
-              <Specification-Title>Apache HttpCore NIO</Specification-Title>
+              <Specification-Title>HttpComponents HttpCore NIO</Specification-Title>
               <Specification-Version>${pom.version}</Specification-Version>
               <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
-              <Implementation-Title>Apache HttpCore NIO</Implementation-Title>
+              <Implementation-Title>HttpComponents HttpCore NIO</Implementation-Title>
               <Implementation-Version>${pom.version}</Implementation-Version>
               <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
               <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>

Modified: httpcomponents/httpcore/trunk/httpcore/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/pom.xml?rev=810803&r1=810802&r2=810803&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore/pom.xml Thu Sep  3 08:14:00 2009
@@ -118,10 +118,10 @@
         <configuration>
           <archive>
             <manifestEntries>
-              <Specification-Title>Apache HttpCore</Specification-Title>
+              <Specification-Title>HttpComponents HttpCore</Specification-Title>
               <Specification-Version>${pom.version}</Specification-Version>
               <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
-              <Implementation-Title>Apache HttpCore</Implementation-Title>
+              <Implementation-Title>HttpComponents HttpCore</Implementation-Title>
               <Implementation-Version>${pom.version}</Implementation-Version>
               <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
               <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>