From 671fe56b6ab73544ad358ca755e4a5b93a3e97f6 Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Mon, 18 Dec 2023 12:39:35 +0100 Subject: [PATCH] Update Java directory Signed-off-by: Florent Poinsard --- java/client/pom.xml | 2 +- java/example/pom.xml | 2 +- java/grpc-client/pom.xml | 2 +- java/jdbc/pom.xml | 2 +- java/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/java/client/pom.xml b/java/client/pom.xml index a1b78991896..674e56249c1 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 18.0.2-SNAPSHOT + 18.0.2 vitess-client diff --git a/java/example/pom.xml b/java/example/pom.xml index 298948d985d..14b421fcaa8 100644 --- a/java/example/pom.xml +++ b/java/example/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 18.0.2-SNAPSHOT + 18.0.2 vitess-example diff --git a/java/grpc-client/pom.xml b/java/grpc-client/pom.xml index d1490097d7d..138b340a4b5 100644 --- a/java/grpc-client/pom.xml +++ b/java/grpc-client/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 18.0.2-SNAPSHOT + 18.0.2 vitess-grpc-client diff --git a/java/jdbc/pom.xml b/java/jdbc/pom.xml index 1108e01bb9f..314f37ba1ba 100644 --- a/java/jdbc/pom.xml +++ b/java/jdbc/pom.xml @@ -5,7 +5,7 @@ io.vitess vitess-parent - 18.0.2-SNAPSHOT + 18.0.2 vitess-jdbc diff --git a/java/pom.xml b/java/pom.xml index 5959d25412c..8c3203319e0 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -11,7 +11,7 @@ io.vitess vitess-parent - 18.0.2-SNAPSHOT + 18.0.2 pom Vitess Java Client libraries [Parent]