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/10/19 12:16:04 UTC

svn commit: r1400021 - in /santuario/xml-security-java/branches/1.5.x-fixes: CHANGELOG.txt build.xml pom.xml src/main/java/org/apache/jcp/xml/dsig/internal/dom/XMLDSigRI.java

Author: coheigea
Date: Fri Oct 19 10:16:04 2012
New Revision: 1400021

URL: http://svn.apache.org/viewvc?rev=1400021&view=rev
Log:
Upgrading to 1.5.4-SNAPSHOT

Modified:
    santuario/xml-security-java/branches/1.5.x-fixes/CHANGELOG.txt
    santuario/xml-security-java/branches/1.5.x-fixes/build.xml
    santuario/xml-security-java/branches/1.5.x-fixes/pom.xml
    santuario/xml-security-java/branches/1.5.x-fixes/src/main/java/org/apache/jcp/xml/dsig/internal/dom/XMLDSigRI.java

Modified: santuario/xml-security-java/branches/1.5.x-fixes/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/1.5.x-fixes/CHANGELOG.txt?rev=1400021&r1=1400020&r2=1400021&view=diff
==============================================================================
--- santuario/xml-security-java/branches/1.5.x-fixes/CHANGELOG.txt (original)
+++ santuario/xml-security-java/branches/1.5.x-fixes/CHANGELOG.txt Fri Oct 19 10:16:04 2012
@@ -1,5 +1,7 @@
 Changelog for "Apache xml-security" <http://santuario.apache.org/>
 
+New in v1.5.4-SNAPSHOT:
+
 New in v1.5.3:
     Fixed SANTUARIO-344 - XMLSignature keeps file-handle on xml-file.
     Fixed SANTUARIO-345 - Support Signature 1.1 KeyInfo Extensions: DEREncodedKeyValue, KeyInfoReference, X509Digest.

Modified: santuario/xml-security-java/branches/1.5.x-fixes/build.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/1.5.x-fixes/build.xml?rev=1400021&r1=1400020&r2=1400021&view=diff
==============================================================================
--- santuario/xml-security-java/branches/1.5.x-fixes/build.xml (original)
+++ santuario/xml-security-java/branches/1.5.x-fixes/build.xml Fri Oct 19 10:16:04 2012
@@ -9,7 +9,7 @@
 
     <property name="product.version.major" value="1"/>
     <property name="product.version.minor" value="5"/>
-    <property name="product.version.level" value="3"/>
+    <property name="product.version.level" value="4"/>
     <property name='product.version.qualifier' value='-SNAPSHOT'/>
     <property name="product.version" 
 	  value="${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}"/>

Modified: santuario/xml-security-java/branches/1.5.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/1.5.x-fixes/pom.xml?rev=1400021&r1=1400020&r2=1400021&view=diff
==============================================================================
--- santuario/xml-security-java/branches/1.5.x-fixes/pom.xml (original)
+++ santuario/xml-security-java/branches/1.5.x-fixes/pom.xml Fri Oct 19 10:16:04 2012
@@ -22,7 +22,7 @@
     <artifactId>xmlsec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache XML Security for Java</name>
-    <version>1.5.3-SNAPSHOT</version>
+    <version>1.5.4-SNAPSHOT</version>
     <description>
         Apache XML Security for Java supports XML-Signature Syntax and Processing,
         W3C Recommendation 12 February 2002, and XML Encryption Syntax and

Modified: santuario/xml-security-java/branches/1.5.x-fixes/src/main/java/org/apache/jcp/xml/dsig/internal/dom/XMLDSigRI.java
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/1.5.x-fixes/src/main/java/org/apache/jcp/xml/dsig/internal/dom/XMLDSigRI.java?rev=1400021&r1=1400020&r2=1400021&view=diff
==============================================================================
--- santuario/xml-security-java/branches/1.5.x-fixes/src/main/java/org/apache/jcp/xml/dsig/internal/dom/XMLDSigRI.java (original)
+++ santuario/xml-security-java/branches/1.5.x-fixes/src/main/java/org/apache/jcp/xml/dsig/internal/dom/XMLDSigRI.java Fri Oct 19 10:16:04 2012
@@ -57,7 +57,7 @@ public final class XMLDSigRI extends Pro
 
     public XMLDSigRI() {
         /* We are the ApacheXMLDSig provider */
-        super("ApacheXMLDSig", 1.53, INFO);
+        super("ApacheXMLDSig", 1.54, INFO);
         
         final Map<Object, Object> map = new HashMap<Object, Object>();
         map.put("XMLSignatureFactory.DOM",