From eaca1a4380e53b4b6339db4e9ffe0ada5e0b7f8f Mon Sep 17 00:00:00 2001 From: envoy-bot Date: Tue, 7 May 2024 13:25:08 +0000 Subject: [PATCH] release: prepare for next development iteration --- api/pom.xml | 2 +- cache/pom.xml | 4 ++-- pom.xml | 4 ++-- server/pom.xml | 4 ++-- test/pom.xml | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 4faf1a09..9aa88bcc 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ java-control-plane io.envoyproxy.controlplane - 1.0.45 + 1.0.46-SNAPSHOT api diff --git a/cache/pom.xml b/cache/pom.xml index f4c0a457..80de951e 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -5,7 +5,7 @@ java-control-plane io.envoyproxy.controlplane - 1.0.45 + 1.0.46-SNAPSHOT cache @@ -39,7 +39,7 @@ io.envoyproxy.controlplane api - 1.0.45 + 1.0.46-SNAPSHOT diff --git a/pom.xml b/pom.xml index daf91172..e2371558 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.envoyproxy.controlplane java-control-plane - 1.0.45 + 1.0.46-SNAPSHOT pom @@ -71,7 +71,7 @@ https://github.com/envoyproxy/java-control-plane scm:git:git://github.com/envoyproxy/java-control-plane.git scm:git:ssh://git@github.com/envoyproxy/java-control-plane.git - v1.0.45 + HEAD diff --git a/server/pom.xml b/server/pom.xml index 6e35a172..b9e5d1a2 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -5,7 +5,7 @@ java-control-plane io.envoyproxy.controlplane - 1.0.45 + 1.0.46-SNAPSHOT server @@ -14,7 +14,7 @@ io.envoyproxy.controlplane cache - 1.0.45 + 1.0.46-SNAPSHOT diff --git a/test/pom.xml b/test/pom.xml index 53bf9b51..cd9b9bbd 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -5,7 +5,7 @@ java-control-plane io.envoyproxy.controlplane - 1.0.45 + 1.0.46-SNAPSHOT test @@ -18,13 +18,13 @@ io.envoyproxy.controlplane cache - 1.0.45 + 1.0.46-SNAPSHOT io.envoyproxy.controlplane server - 1.0.45 + 1.0.46-SNAPSHOT