Skip to content

Commit

Permalink
Update for maven3
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cxf/build-utils/trunk@953843 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dkulp committed Jun 11, 2010
1 parent 2f4565a commit cce39d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -157,13 +157,13 @@
<configuration>
<archive>
<manifestEntries>
<Specification-Title>${name}</Specification-Title>
<Specification-Title>${project.name}</Specification-Title>
<Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
<Specification-Version>${version}</Specification-Version>
<Implementation-Title>${name}</Implementation-Title>
<Specification-Version>${project.version}</Specification-Version>
<Implementation-Title>${project.name}</Implementation-Title>
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
<Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
<Implementation-Version>${version}</Implementation-Version>
<Implementation-Version>${project.version}</Implementation-Version>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit cce39d6

Please sign in to comment.