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 2012/01/20 11:24:05 UTC

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

Author: coheigea
Date: Fri Jan 20 10:24:05 2012
New Revision: 1233851

URL: http://svn.apache.org/viewvc?rev=1233851&view=rev
Log:
Updating versions

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

Modified: santuario/xml-security-java/tags/1.5.0/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/tags/1.5.0/CHANGELOG.txt?rev=1233851&r1=1233850&r2=1233851&view=diff
==============================================================================
--- santuario/xml-security-java/tags/1.5.0/CHANGELOG.txt (original)
+++ santuario/xml-security-java/tags/1.5.0/CHANGELOG.txt Fri Jan 20 10:24:05 2012
@@ -1,6 +1,7 @@
-Changelog for "Apache xml-security" <http://santuario.apache.org/>
+Changelog for "Apache Santuario (XML-Security for Java)"
+<http://santuario.apache.org/>
 
-New in v1.5.0-SNAPSHOT
+New in v1.5.0:
     Fixed SANTUARIO-295: XMLDSig XPathFilter2Transform bug involving intersect filter
     Fixed SANTUARIO-282: RSA-OAEP key transport is limited to SHA-1 digests.
     Fixed SANTUARIO-293: Support XML Encryption 1.1 Key Wrapping test-cases.

Modified: santuario/xml-security-java/tags/1.5.0/build.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/tags/1.5.0/build.xml?rev=1233851&r1=1233850&r2=1233851&view=diff
==============================================================================
--- santuario/xml-security-java/tags/1.5.0/build.xml (original)
+++ santuario/xml-security-java/tags/1.5.0/build.xml Fri Jan 20 10:24:05 2012
@@ -10,7 +10,7 @@
     <property name="product.version.major" value="1"/>
     <property name="product.version.minor" value="5"/>
     <property name="product.version.level" value="0"/>
-    <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.5.0/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/tags/1.5.0/pom.xml?rev=1233851&r1=1233850&r2=1233851&view=diff
==============================================================================
--- santuario/xml-security-java/tags/1.5.0/pom.xml (original)
+++ santuario/xml-security-java/tags/1.5.0/pom.xml Fri Jan 20 10:24:05 2012
@@ -24,7 +24,7 @@
     <artifactId>xmlsec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache XML Security for Java</name>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.0</version>
     <description>
         Apache XML Security for Java supports XML-Signature Syntax and Processing,
         W3C Recommendation 12 February 2002, and XML Encryption Syntax and