Wrong component name - use property instead to ensure correctness

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1042707 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-12-06 16:27:43 +00:00
parent fcc33c2962
commit 179c717923
1 changed files with 2 additions and 2 deletions

View File

@ -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>