You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ti...@apache.org on 2024/01/02 14:36:34 UTC

(curator) branch master updated: CURATOR-697. Upgrade Apache Parent POM to 31 (#495)

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

tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/curator.git


The following commit(s) were added to refs/heads/master by this push:
     new 74ff3335 CURATOR-697. Upgrade Apache Parent POM to 31 (#495)
74ff3335 is described below

commit 74ff333500b8e9ea6b299f4759303aad53877636
Author: tison <wa...@gmail.com>
AuthorDate: Tue Jan 2 22:36:29 2024 +0800

    CURATOR-697. Upgrade Apache Parent POM to 31 (#495)
    
    Signed-off-by: tison <wa...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 67a2f392..f9888c05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>21</version>
+        <version>31</version>
     </parent>
 
     <groupId>org.apache.curator</groupId>