You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2010/11/29 12:42:53 UTC

svn commit: r1040074 - /santuario/trunk/pom.xml

Author: coheigea
Date: Mon Nov 29 11:42:52 2010
New Revision: 1040074

URL: http://svn.apache.org/viewvc?rev=1040074&view=rev
Log:
Minor fix to the pom.

Modified:
    santuario/trunk/pom.xml

Modified: santuario/trunk/pom.xml
URL: http://svn.apache.org/viewvc/santuario/trunk/pom.xml?rev=1040074&r1=1040073&r2=1040074&view=diff
==============================================================================
--- santuario/trunk/pom.xml (original)
+++ santuario/trunk/pom.xml Mon Nov 29 11:42:52 2010
@@ -197,15 +197,15 @@
                         <Implementation-Title>Apache XML Security</Implementation-Title>
                         <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
                         <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
-                        <Implementation-Version>${pom.version}</Implementation-Version>
+                        <Implementation-Version>${project.version}</Implementation-Version>
                         <Specification-Title>Apache XML Security</Specification-Title>
                         <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
-                        <Specification-Version>${pom.version}</Specification-Version>
+                        <Specification-Version>${project.version}</Specification-Version>
 
                         <Export-Package>
-                              org.apache.xml.security.*;version="${pom.version}",
-                              javax.xml.crypto.*;version="${pom.version}",
-                              org.jcp.xml.dsig.internal.*;version="${pom.version}",
+                              org.apache.xml.security.*;version="${project.version}",
+                              javax.xml.crypto.*;version="${project.version}",
+                              org.jcp.xml.dsig.internal.*;version="${project.version}",
                         </Export-Package>
                         <Import-Package>
                               !org.apache.xml.security.*,