You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ca...@apache.org on 2021/07/26 07:13:20 UTC

[curator] branch master updated: Update currentStableVersion to 5.2.0

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

cammckenzie 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 64dc6d8  Update currentStableVersion to 5.2.0
64dc6d8 is described below

commit 64dc6d82f003693846f6075413683e386df3885e
Author: Cam McKenzie <ca...@apache.org>
AuthorDate: Mon Jul 26 17:13:02 2021 +1000

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

diff --git a/pom.xml b/pom.xml
index b79aa6e..1c55dee 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.1.0</currentStableVersion>
+        <currentStableVersion>5.2.0</currentStableVersion>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>