Author: dkulp
Date: Fri Jun 11 19:20:36 2010
New Revision: 953845
URL: http://svn.apache.org/viewvc?rev=953845&view=rev
Log:
Update for maven 3
Modified:
cxf/xjc-utils/trunk/pom.xml
Modified: cxf/xjc-utils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/pom.xml?rev=953845&r1=953844&r2=953845&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/pom.xml (original)
+++ cxf/xjc-utils/trunk/pom.xml Fri Jun 11 19:20:36 2010
@@ -251,13 +251,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>