Author: dkulp
Date: Fri Jun 11 19:19:06 2010
New Revision: 953843
URL: http://svn.apache.org/viewvc?rev=953843&view=rev
Log:
Update for maven3
Modified:
cxf/build-utils/trunk/pom.xml
Modified: cxf/build-utils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/build-utils/trunk/pom.xml?rev=953843&r1=953842&r2=953843&view=diff
==============================================================================
--- cxf/build-utils/trunk/pom.xml (original)
+++ cxf/build-utils/trunk/pom.xml Fri Jun 11 19:19:06 2010
@@ -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>