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 2011/10/17 12:04:08 UTC

svn commit: r1185081 - in /santuario/xml-security-java/tags/1.4.6: CHANGELOG.txt build.xml pom.xml

Author: coheigea
Date: Mon Oct 17 10:04:08 2011
New Revision: 1185081

URL: http://svn.apache.org/viewvc?rev=1185081&view=rev
Log:
Updating version numbers

Modified:
    santuario/xml-security-java/tags/1.4.6/CHANGELOG.txt
    santuario/xml-security-java/tags/1.4.6/build.xml
    santuario/xml-security-java/tags/1.4.6/pom.xml

Modified: santuario/xml-security-java/tags/1.4.6/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/tags/1.4.6/CHANGELOG.txt?rev=1185081&r1=1185080&r2=1185081&view=diff
==============================================================================
--- santuario/xml-security-java/tags/1.4.6/CHANGELOG.txt (original)
+++ santuario/xml-security-java/tags/1.4.6/CHANGELOG.txt Mon Oct 17 10:04:08 2011
@@ -1,6 +1,6 @@
 Changelog for "Apache xml-security" <http://santuario.apache.org/>
 
-New in v.1.4.6-SNAPSHOT:
+New in v.1.4.6:
     Fixed SANTUARIO-284: ElementProxy#getTextFromChildElement() doesn't get all of the text if the element contains an entity like &amp;
     Fixed SANTUARIO-283: JSR105 does not retain namespace definitions on Object element when unmarshalling
     Fixed SANTUARIO-281: Invalid signature value when using XMLSignature in two EJB modules on AS

Modified: santuario/xml-security-java/tags/1.4.6/build.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/tags/1.4.6/build.xml?rev=1185081&r1=1185080&r2=1185081&view=diff
==============================================================================
--- santuario/xml-security-java/tags/1.4.6/build.xml (original)
+++ santuario/xml-security-java/tags/1.4.6/build.xml Mon Oct 17 10:04:08 2011
@@ -17,7 +17,7 @@
     <property name="product.version.major" value="1"/>
     <property name="product.version.minor" value="4"/>
     <property name="product.version.level" value="6"/>
-    <property name='product.version.qualifier' value='-SNAPSHOT'/>
+    <property name='product.version.qualifier' value=''/>
     <property name="product.version" 
 	  value="${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}"/>
     <property name="product_version" 

Modified: santuario/xml-security-java/tags/1.4.6/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/tags/1.4.6/pom.xml?rev=1185081&r1=1185080&r2=1185081&view=diff
==============================================================================
--- santuario/xml-security-java/tags/1.4.6/pom.xml (original)
+++ santuario/xml-security-java/tags/1.4.6/pom.xml Mon Oct 17 10:04:08 2011
@@ -24,7 +24,7 @@
     <artifactId>xmlsec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Santuario</name>
-    <version>1.4.6-SNAPSHOT</version>
+    <version>1.4.6</version>
     <description>
         Apache Santuario supports XML-Signature Syntax and Processing,
         W3C Recommendation 12 February 2002, and XML Encryption Syntax and