You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/02/05 11:36:03 UTC

svn commit: r1067418 - /tuscany/sca-java-2.x/trunk/pom.xml

Author: antelder
Date: Sat Feb  5 10:36:02 2011
New Revision: 1067418

URL: http://svn.apache.org/viewvc?rev=1067418&view=rev
Log:
Update depricated maven varriables to avoid maven v3 warnings

Modified:
    tuscany/sca-java-2.x/trunk/pom.xml

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=1067418&r1=1067417&r2=1067418&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Sat Feb  5 10:36:02 2011
@@ -776,13 +776,13 @@ org.apache.tuscany.sca.assembly:org.apac
                         <archive>
                             <manifestEntries>
                                 <Extension-Name>${project.artifactId}</Extension-Name>
-                                <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>