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:36 UTC

svn commit: r810804 - in /httpcomponents/httpclient/trunk: httpclient/pom.xml httpmime/pom.xml

Author: olegk
Date: Thu Sep  3 08:14:36 2009
New Revision: 810804

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

Modified:
    httpcomponents/httpclient/trunk/httpclient/pom.xml
    httpcomponents/httpclient/trunk/httpmime/pom.xml

Modified: httpcomponents/httpclient/trunk/httpclient/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient/pom.xml?rev=810804&r1=810803&r2=810804&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient/pom.xml (original)
+++ httpcomponents/httpclient/trunk/httpclient/pom.xml Thu Sep  3 08:14:36 2009
@@ -132,10 +132,10 @@
         <configuration>
           <archive>
             <manifestEntries>
-              <Specification-Title>Apache HttpClient</Specification-Title>
+              <Specification-Title>HttpComponents HttpClient</Specification-Title>
               <Specification-Version>${pom.version}</Specification-Version>
               <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
-              <Implementation-Title>Apache HttpClient</Implementation-Title>
+              <Implementation-Title>HttpComponents HttpClient</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/httpclient/trunk/httpmime/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpmime/pom.xml?rev=810804&r1=810803&r2=810804&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpmime/pom.xml (original)
+++ httpcomponents/httpclient/trunk/httpmime/pom.xml Thu Sep  3 08:14:36 2009
@@ -137,10 +137,10 @@
         <configuration>
           <archive>
             <manifestEntries>
-              <Specification-Title>Apache HttpClient HttpMime</Specification-Title>
+              <Specification-Title>HttpComponents HttpMime</Specification-Title>
               <Specification-Version>${pom.version}</Specification-Version>
               <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
-              <Implementation-Title>Apache HttpClient HttpMime</Implementation-Title>
+              <Implementation-Title>HttpComponents HttpMime</Implementation-Title>
               <Implementation-Version>${pom.version}</Implementation-Version>
               <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
               <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>