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 2021/09/10 14:41:42 UTC

[santuario-xml-security-java] branch 2.1.x-fixes updated: Bumping the version to 2.18

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 2.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/2.1.x-fixes by this push:
     new 4110643  Bumping the version to 2.18
4110643 is described below

commit 4110643dda1f8abefd682373f9ce04df40a3b17b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Sep 10 15:41:29 2021 +0100

    Bumping the version to 2.18
---
 src/main/java/org/apache/jcp/xml/dsig/internal/dom/XMLDSigRI.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/jcp/xml/dsig/internal/dom/XMLDSigRI.java b/src/main/java/org/apache/jcp/xml/dsig/internal/dom/XMLDSigRI.java
index e7275a2..5145309 100644
--- a/src/main/java/org/apache/jcp/xml/dsig/internal/dom/XMLDSigRI.java
+++ b/src/main/java/org/apache/jcp/xml/dsig/internal/dom/XMLDSigRI.java
@@ -124,7 +124,7 @@ public final class XMLDSigRI extends Provider {
 
     public XMLDSigRI() {
         /* We are the ApacheXMLDSig provider */
-        super("ApacheXMLDSig", 2.17, INFO);
+        super("ApacheXMLDSig", 2.18, INFO);
 
         final Provider p = this;
         AccessController.doPrivileged(new PrivilegedAction<Void>() {