From 06adade47b216d3013341c7ccc91c2bc1bae3921 Mon Sep 17 00:00:00 2001 From: Basundhara Chakrabarty Date: Wed, 10 Jun 2026 18:03:12 +0000 Subject: [PATCH] set version to 1.0.53-SNAPSHOT Signed-off-by: Basundhara Chakrabarty --- api/pom.xml | 2 +- cache/pom.xml | 4 ++-- pom.xml | 2 +- server/pom.xml | 4 ++-- test/pom.xml | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 13486af8..104872b1 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ java-control-plane io.envoyproxy.controlplane - 1.0.52 + 1.0.53-SNAPSHOT api diff --git a/cache/pom.xml b/cache/pom.xml index e8248f0f..d7948f5f 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -5,7 +5,7 @@ java-control-plane io.envoyproxy.controlplane - 1.0.52 + 1.0.53-SNAPSHOT cache @@ -40,7 +40,7 @@ io.envoyproxy.controlplane api - 1.0.52 + 1.0.53-SNAPSHOT diff --git a/pom.xml b/pom.xml index 7cea2b60..af5e5042 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.envoyproxy.controlplane java-control-plane - 1.0.52 + 1.0.53-SNAPSHOT pom diff --git a/server/pom.xml b/server/pom.xml index aef278e7..f46d4f32 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -5,7 +5,7 @@ java-control-plane io.envoyproxy.controlplane - 1.0.52 + 1.0.53-SNAPSHOT server @@ -15,7 +15,7 @@ io.envoyproxy.controlplane cache - 1.0.52 + 1.0.53-SNAPSHOT diff --git a/test/pom.xml b/test/pom.xml index 2e6e1f06..6833e6cf 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -5,7 +5,7 @@ java-control-plane io.envoyproxy.controlplane - 1.0.52 + 1.0.53-SNAPSHOT test @@ -20,13 +20,13 @@ io.envoyproxy.controlplane cache - 1.0.52 + 1.0.53-SNAPSHOT io.envoyproxy.controlplane server - 1.0.52 + 1.0.53-SNAPSHOT