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 2023/03/27 08:57:45 UTC

[santuario-xml-security-java] branch main updated: Updating version after release

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6cbc4872 Updating version after release
6cbc4872 is described below

commit 6cbc4872e24ca2d49f33a231e1bdefd57d6477e0
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Mar 27 09:57:29 2023 +0100

    Updating version after release
---
 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 c6efa054..1cdd405c 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
@@ -121,7 +121,7 @@ public final class XMLDSigRI extends Provider {
 
     public XMLDSigRI() {
         /* We are the ApacheXMLDSig provider */
-        super("ApacheXMLDSig", 3.02, INFO);
+        super("ApacheXMLDSig", 3.03, INFO);
 
         final Provider p = this;
         AccessController.doPrivileged(new PrivilegedAction<Void>() {