You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by eo...@apache.org on 2022/03/17 11:05:37 UTC

[curator] branch master updated: Set currentStableVersion to 5.2.1

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

eolivelli 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 ab58c4c  Set currentStableVersion to 5.2.1
ab58c4c is described below

commit ab58c4c32e9fa15083dd59861dd365f5b2d32345
Author: Enrico Olivelli <eo...@gmail.com>
AuthorDate: Thu Mar 17 12:05:27 2022 +0100

    Set currentStableVersion to 5.2.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 60983ae..f20689b 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.2.0</currentStableVersion>
+        <currentStableVersion>5.2.1</currentStableVersion>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>