From ffe52268040b376f62edfae98d80c58741b27cfe Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Mon, 19 May 2025 07:30:58 +0200 Subject: [PATCH] Bump version to 1.0.10-SNAPSHOT after 1.0.9 release --- misc/pom.xml | 2 +- pom.xml | 4 ++-- test/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/misc/pom.xml b/misc/pom.xml index 6e89a75..8575f45 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -17,7 +17,7 @@ org.apache.ratis ratis-thirdparty - 1.0.9-SNAPSHOT + 1.0.10-SNAPSHOT ratis-thirdparty-misc Apache Ratis Thirdparty Miscellaneous diff --git a/pom.xml b/pom.xml index 3afe89a..ca6d82c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ ratis-thirdparty org.apache.ratis - 1.0.9-SNAPSHOT + 1.0.10-SNAPSHOT Apache Ratis Thirdparty pom Thirdparty dependencies for Apache Ratis @@ -48,7 +48,7 @@ http://issues.apache.org/jira/browse/RATIS - 2024-12-27T12:22:01Z + 2025-05-19T05:28:51Z UTF-8 UTF-8 diff --git a/test/pom.xml b/test/pom.xml index 20da5ac..99c86cd 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -18,7 +18,7 @@ org.apache.ratis ratis-thirdparty - 1.0.9-SNAPSHOT + 1.0.10-SNAPSHOT ratis-thirdparty-test Apache Ratis Thirdparty Test