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/05/27 19:28:09 UTC

svn commit: r1128405 - in /santuario/xml-security-java/branches/1.4.x-fixes: build.xml pom.xml src/org/jcp/xml/dsig/internal/dom/XMLDSigRI.java

Author: coheigea
Date: Fri May 27 17:28:08 2011
New Revision: 1128405

URL: http://svn.apache.org/viewvc?rev=1128405&view=rev
Log:
Updating to 1.4.6-SNAPSHOT

Modified:
    santuario/xml-security-java/branches/1.4.x-fixes/build.xml
    santuario/xml-security-java/branches/1.4.x-fixes/pom.xml
    santuario/xml-security-java/branches/1.4.x-fixes/src/org/jcp/xml/dsig/internal/dom/XMLDSigRI.java

Modified: santuario/xml-security-java/branches/1.4.x-fixes/build.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/1.4.x-fixes/build.xml?rev=1128405&r1=1128404&r2=1128405&view=diff
==============================================================================
--- santuario/xml-security-java/branches/1.4.x-fixes/build.xml (original)
+++ santuario/xml-security-java/branches/1.4.x-fixes/build.xml Fri May 27 17:28:08 2011
@@ -16,7 +16,7 @@
 
     <property name="product.version.major" value="1"/>
     <property name="product.version.minor" value="4"/>
-    <property name="product.version.level" value="5"/>
+    <property name="product.version.level" value="6"/>
     <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.4.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/1.4.x-fixes/pom.xml?rev=1128405&r1=1128404&r2=1128405&view=diff
==============================================================================
--- santuario/xml-security-java/branches/1.4.x-fixes/pom.xml (original)
+++ santuario/xml-security-java/branches/1.4.x-fixes/pom.xml Fri May 27 17:28:08 2011
@@ -24,7 +24,7 @@
     <artifactId>xmlsec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Santuario</name>
-    <version>1.4.5-SNAPSHOT</version>
+    <version>1.4.6-SNAPSHOT</version>
     <description>
         Apache Santuario supports XML-Signature Syntax and Processing,
         W3C Recommendation 12 February 2002, and XML Encryption Syntax and

Modified: santuario/xml-security-java/branches/1.4.x-fixes/src/org/jcp/xml/dsig/internal/dom/XMLDSigRI.java
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/1.4.x-fixes/src/org/jcp/xml/dsig/internal/dom/XMLDSigRI.java?rev=1128405&r1=1128404&r2=1128405&view=diff
==============================================================================
--- santuario/xml-security-java/branches/1.4.x-fixes/src/org/jcp/xml/dsig/internal/dom/XMLDSigRI.java (original)
+++ santuario/xml-security-java/branches/1.4.x-fixes/src/org/jcp/xml/dsig/internal/dom/XMLDSigRI.java Fri May 27 17:28:08 2011
@@ -53,7 +53,7 @@ public final class XMLDSigRI extends Pro
 
     public XMLDSigRI() {
 	/* We are the XMLDSig provider */
-	super("XMLDSig", 1.45, INFO);
+	super("XMLDSig", 1.46, INFO);
 	
 	final Map map = new HashMap();
         map.put("XMLSignatureFactory.DOM",