You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2010/12/06 17:27:43 UTC

svn commit: r1042707 - /httpcomponents/httpclient/trunk/httpclient-cache/pom.xml

Author: sebb
Date: Mon Dec  6 16:27:43 2010
New Revision: 1042707

URL: http://svn.apache.org/viewvc?rev=1042707&view=rev
Log:
Wrong component name - use property instead to ensure correctness

Modified:
    httpcomponents/httpclient/trunk/httpclient-cache/pom.xml

Modified: httpcomponents/httpclient/trunk/httpclient-cache/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient-cache/pom.xml?rev=1042707&r1=1042706&r2=1042707&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient-cache/pom.xml (original)
+++ httpcomponents/httpclient/trunk/httpclient-cache/pom.xml Mon Dec  6 16:27:43 2010
@@ -142,10 +142,10 @@
         <configuration>
           <archive>
             <manifestEntries>
-              <Specification-Title>HttpComponents HttpMime</Specification-Title>
+              <Specification-Title>HttpComponents ${project.name}</Specification-Title>
               <Specification-Version>${project.version}</Specification-Version>
               <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
-              <Implementation-Title>HttpComponents HttpMime</Implementation-Title>
+              <Implementation-Title>HttpComponents ${project.name}</Implementation-Title>
               <Implementation-Version>${project.version}</Implementation-Version>
               <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
               <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>