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 2023/02/21 03:14:45 UTC

[curator] 02/02: Set currentStableVersion to 5.4.0

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

commit 1a4149f1edbc93ee98ad8915c61fabf84ed5a4d2
Author: tison <wa...@gmail.com>
AuthorDate: Wed Nov 2 18:26:37 2022 +0800

    Set currentStableVersion to 5.4.0
    
    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 b9171f93..9e96d2c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
         <maven.compiler.target>1.8</maven.compiler.target>
         <dependency.locations.enabled>false</dependency.locations.enabled>
 
-        <currentStableVersion>5.3.0</currentStableVersion>
+        <currentStableVersion>5.4.0</currentStableVersion>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>