HTTPCLIENT-870: Incorrect Specification-Title in MANIFEST.MF
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@810804 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
275ab741da
commit
9ce0d5d761
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue