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/02/21 11:36:39 UTC

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

Author: coheigea
Date: Tue Feb 21 10:36:39 2012
New Revision: 1291698

URL: http://svn.apache.org/viewvc?rev=1291698&view=rev
Log:
Upgrading versions, etc.

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

Modified: santuario/xml-security-java/tags/1.5.1/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/tags/1.5.1/CHANGELOG.txt?rev=1291698&r1=1291697&r2=1291698&view=diff
==============================================================================
--- santuario/xml-security-java/tags/1.5.1/CHANGELOG.txt (original)
+++ santuario/xml-security-java/tags/1.5.1/CHANGELOG.txt Tue Feb 21 10:36:39 2012
@@ -1,6 +1,6 @@
 Changelog for "Apache xml-security" <http://santuario.apache.org/>
 
-New in v1.5.1-SNAPSHOT:
+New in v1.5.1:
     Fixed SANTUARIO-300 - decryption/encryption optimization.
     Fixed SANTUARIO-296 - XMLSignatureInput fails with an IOException if constructed on a BufferedInputStream
     Fixed SANTUARIO-298 - Xalan is still a required dependency

Modified: santuario/xml-security-java/tags/1.5.1/build.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/tags/1.5.1/build.xml?rev=1291698&r1=1291697&r2=1291698&view=diff
==============================================================================
--- santuario/xml-security-java/tags/1.5.1/build.xml (original)
+++ santuario/xml-security-java/tags/1.5.1/build.xml Tue Feb 21 10:36:39 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="1"/>
-    <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.1/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/tags/1.5.1/pom.xml?rev=1291698&r1=1291697&r2=1291698&view=diff
==============================================================================
--- santuario/xml-security-java/tags/1.5.1/pom.xml (original)
+++ santuario/xml-security-java/tags/1.5.1/pom.xml Tue Feb 21 10:36:39 2012
@@ -24,7 +24,7 @@
     <artifactId>xmlsec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache XML Security for Java</name>
-    <version>1.5.1-SNAPSHOT</version>
+    <version>1.5.1</version>
     <description>
         Apache XML Security for Java supports XML-Signature Syntax and Processing,
         W3C Recommendation 12 February 2002, and XML Encryption Syntax and