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 06:01:53 UTC

[santuario-xml-security-java] branch main updated: Downgrading ASF parent version

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 cae46d82 Downgrading ASF parent version
cae46d82 is described below

commit cae46d82fbeb1d525044e518439da22fe3c746fd
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Mar 27 07:01:39 2023 +0100

    Downgrading ASF parent version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0cb9fbb0..fe8ad199 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>29</version>
+        <version>24</version>
     </parent>
 
     <build>