From d8814a3950002e07bef09ea70642445e98f255ac Mon Sep 17 00:00:00 2001 From: szywilliam Date: Tue, 18 Jul 2023 10:32:02 +0800 Subject: [PATCH] upgrade snapshot version --- pom.xml | 4 ++-- ratis-assembly/pom.xml | 2 +- ratis-client/pom.xml | 2 +- ratis-common/pom.xml | 2 +- ratis-docs/pom.xml | 2 +- ratis-examples/pom.xml | 2 +- ratis-experiments/pom.xml | 2 +- ratis-grpc/pom.xml | 2 +- ratis-metrics/pom.xml | 2 +- ratis-netty/pom.xml | 2 +- ratis-proto/pom.xml | 2 +- ratis-replicated-map/pom.xml | 2 +- ratis-resource-bundle/pom.xml | 2 +- ratis-server-api/pom.xml | 2 +- ratis-server/pom.xml | 2 +- ratis-shell/pom.xml | 2 +- ratis-test/pom.xml | 2 +- ratis-tools/pom.xml | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 2d63a7d8e1..351d20a7af 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT Apache Ratis pom @@ -160,7 +160,7 @@ - 2023-01-01T00:00:00Z + 2023-07-18T02:31:39Z UTF-8 UTF-8 diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml index f968eea929..d34f171b55 100644 --- a/ratis-assembly/pom.xml +++ b/ratis-assembly/pom.xml @@ -17,7 +17,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-assembly diff --git a/ratis-client/pom.xml b/ratis-client/pom.xml index 9ecc549b50..4d1b0b1020 100644 --- a/ratis-client/pom.xml +++ b/ratis-client/pom.xml @@ -17,7 +17,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-client diff --git a/ratis-common/pom.xml b/ratis-common/pom.xml index 10c5ec1295..ff910cc719 100644 --- a/ratis-common/pom.xml +++ b/ratis-common/pom.xml @@ -17,7 +17,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-common diff --git a/ratis-docs/pom.xml b/ratis-docs/pom.xml index 6060c65980..71c8eb003b 100644 --- a/ratis-docs/pom.xml +++ b/ratis-docs/pom.xml @@ -20,7 +20,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-docs diff --git a/ratis-examples/pom.xml b/ratis-examples/pom.xml index e0f15d56ce..fba802bf68 100644 --- a/ratis-examples/pom.xml +++ b/ratis-examples/pom.xml @@ -17,7 +17,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-examples diff --git a/ratis-experiments/pom.xml b/ratis-experiments/pom.xml index 23f057f744..ef0d3e4e86 100644 --- a/ratis-experiments/pom.xml +++ b/ratis-experiments/pom.xml @@ -17,7 +17,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-experiments diff --git a/ratis-grpc/pom.xml b/ratis-grpc/pom.xml index d120e02d7b..efaa9a3ad0 100644 --- a/ratis-grpc/pom.xml +++ b/ratis-grpc/pom.xml @@ -17,7 +17,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-grpc diff --git a/ratis-metrics/pom.xml b/ratis-metrics/pom.xml index caab6d4e85..d345c45f53 100644 --- a/ratis-metrics/pom.xml +++ b/ratis-metrics/pom.xml @@ -18,7 +18,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-metrics diff --git a/ratis-netty/pom.xml b/ratis-netty/pom.xml index 36786a4e79..d83c550a2e 100644 --- a/ratis-netty/pom.xml +++ b/ratis-netty/pom.xml @@ -17,7 +17,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-netty diff --git a/ratis-proto/pom.xml b/ratis-proto/pom.xml index 2b6c8aa868..7d956b4bf3 100644 --- a/ratis-proto/pom.xml +++ b/ratis-proto/pom.xml @@ -17,7 +17,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-proto diff --git a/ratis-replicated-map/pom.xml b/ratis-replicated-map/pom.xml index 33bea23419..a01c1e02bf 100644 --- a/ratis-replicated-map/pom.xml +++ b/ratis-replicated-map/pom.xml @@ -17,7 +17,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-replicated-map diff --git a/ratis-resource-bundle/pom.xml b/ratis-resource-bundle/pom.xml index 88f294dd5f..f2683c83fd 100644 --- a/ratis-resource-bundle/pom.xml +++ b/ratis-resource-bundle/pom.xml @@ -23,7 +23,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT .. diff --git a/ratis-server-api/pom.xml b/ratis-server-api/pom.xml index c342ba0d01..05c3f13942 100644 --- a/ratis-server-api/pom.xml +++ b/ratis-server-api/pom.xml @@ -17,7 +17,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-server-api diff --git a/ratis-server/pom.xml b/ratis-server/pom.xml index d9b045db86..9004d0be3d 100644 --- a/ratis-server/pom.xml +++ b/ratis-server/pom.xml @@ -17,7 +17,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-server diff --git a/ratis-shell/pom.xml b/ratis-shell/pom.xml index f22d90fbc3..d182d1eb91 100644 --- a/ratis-shell/pom.xml +++ b/ratis-shell/pom.xml @@ -17,7 +17,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-shell diff --git a/ratis-test/pom.xml b/ratis-test/pom.xml index b7e036e2e1..5e6baa18d7 100644 --- a/ratis-test/pom.xml +++ b/ratis-test/pom.xml @@ -17,7 +17,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-test diff --git a/ratis-tools/pom.xml b/ratis-tools/pom.xml index 1fc8650355..79a340b657 100644 --- a/ratis-tools/pom.xml +++ b/ratis-tools/pom.xml @@ -17,7 +17,7 @@ ratis org.apache.ratis - 2.5.1-SNAPSHOT + 2.5.2-8d897ea-SNAPSHOT ratis-tools