Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
coheigea committed Jan 20, 2012
1 parent 848715f commit 2d64c5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.txt
@@ -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-295: XMLDSig XPathFilter2Transform bug involving intersect filter
Fixed SANTUARIO-282: RSA-OAEP key transport is limited to SHA-1 digests. 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. Fixed SANTUARIO-293: Support XML Encryption 1.1 Key Wrapping test-cases.
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -10,7 +10,7 @@
<property name="product.version.major" value="1"/> <property name="product.version.major" value="1"/>
<property name="product.version.minor" value="5"/> <property name="product.version.minor" value="5"/>
<property name="product.version.level" value="0"/> <property name="product.version.level" value="0"/>
<property name='product.version.qualifier' value='-SNAPSHOT'/> <property name='product.version.qualifier' value=''/>
<property name="product.version" <property name="product.version"
value="${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}"/> value="${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}"/>
<property name="product_version" <property name="product_version"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -24,7 +24,7 @@
<artifactId>xmlsec</artifactId> <artifactId>xmlsec</artifactId>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<name>Apache XML Security for Java</name> <name>Apache XML Security for Java</name>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0</version>
<description> <description>
Apache XML Security for Java supports XML-Signature Syntax and Processing, Apache XML Security for Java supports XML-Signature Syntax and Processing,
W3C Recommendation 12 February 2002, and XML Encryption Syntax and W3C Recommendation 12 February 2002, and XML Encryption Syntax and
Expand Down

0 comments on commit 2d64c5b

Please sign in to comment.