From 5b171f624b9e103acba2772de91a1e9e47db02c8 Mon Sep 17 00:00:00 2001 From: Gal Ovadia Date: Mon, 16 Mar 2026 09:53:02 -0400 Subject: [PATCH 1/4] my publishing --- 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 79f6c572..32e7ee51 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ java-control-plane - io.envoyproxy.controlplane + io.github.ovadiagal 1.0.52-SNAPSHOT diff --git a/cache/pom.xml b/cache/pom.xml index ab03820d..7944d9e6 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -4,7 +4,7 @@ java-control-plane - io.envoyproxy.controlplane + io.github.ovadiagal 1.0.52-SNAPSHOT @@ -37,7 +37,7 @@ - io.envoyproxy.controlplane + io.github.ovadiagal api 1.0.52-SNAPSHOT diff --git a/pom.xml b/pom.xml index e5139c11..907f8278 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - io.envoyproxy.controlplane + io.github.ovadiagal java-control-plane 1.0.52-SNAPSHOT pom diff --git a/server/pom.xml b/server/pom.xml index bd8e1869..14aa3126 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ java-control-plane - io.envoyproxy.controlplane + io.github.ovadiagal 1.0.52-SNAPSHOT @@ -12,7 +12,7 @@ - io.envoyproxy.controlplane + io.github.ovadiagal cache 1.0.52-SNAPSHOT diff --git a/test/pom.xml b/test/pom.xml index 7017e379..780a0cd1 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -4,7 +4,7 @@ java-control-plane - io.envoyproxy.controlplane + io.github.ovadiagal 1.0.52-SNAPSHOT @@ -17,13 +17,13 @@ - io.envoyproxy.controlplane + io.github.ovadiagal cache 1.0.52-SNAPSHOT - io.envoyproxy.controlplane + io.github.ovadiagal server 1.0.52-SNAPSHOT From cb42432c18479ee7d2f2eda3740bdd694e24956f Mon Sep 17 00:00:00 2001 From: Gal Ovadia Date: Mon, 16 Mar 2026 10:33:23 -0400 Subject: [PATCH 2/4] fixes --- api/pom.xml | 2 +- cache/pom.xml | 4 ++-- pom.xml | 2 +- server/pom.xml | 4 ++-- test/pom.xml | 7 +++---- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 32e7ee51..f3ec021e 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ java-control-plane io.github.ovadiagal - 1.0.52-SNAPSHOT + 0.0.1-test api diff --git a/cache/pom.xml b/cache/pom.xml index 7944d9e6..a79e0d94 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -5,7 +5,7 @@ java-control-plane io.github.ovadiagal - 1.0.52-SNAPSHOT + 0.0.1-test cache @@ -39,7 +39,7 @@ io.github.ovadiagal api - 1.0.52-SNAPSHOT + 0.0.1-test diff --git a/pom.xml b/pom.xml index 907f8278..a32b1ca8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.github.ovadiagal java-control-plane - 1.0.52-SNAPSHOT + 0.0.1-test pom diff --git a/server/pom.xml b/server/pom.xml index 14aa3126..e4ba4177 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -5,7 +5,7 @@ java-control-plane io.github.ovadiagal - 1.0.52-SNAPSHOT + 0.0.1-test server @@ -14,7 +14,7 @@ io.github.ovadiagal cache - 1.0.52-SNAPSHOT + 0.0.1-test diff --git a/test/pom.xml b/test/pom.xml index 780a0cd1..a223f0e8 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -5,27 +5,26 @@ java-control-plane io.github.ovadiagal - 1.0.52-SNAPSHOT + 0.0.1-test test true - true io.github.ovadiagal cache - 1.0.52-SNAPSHOT + 0.0.1-test io.github.ovadiagal server - 1.0.52-SNAPSHOT + 0.0.1-test From 76f2e94cbf595f2c0c10fa99cdb2eef9754962fe Mon Sep 17 00:00:00 2001 From: Gal Ovadia Date: Mon, 16 Mar 2026 10:51:11 -0400 Subject: [PATCH 3/4] Update config.yml --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index afb06fd9..4a724d9b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,8 +48,9 @@ jobs: git config --global user.email "envoy-bot@users.noreply.github.com" git config --global user.name "envoy-bot" mvn -B -s .circleci/settings.xml release:prepare -Darguments="-s .circleci/settings.xml" -DreleaseVersion=$RELEASE -DdevelopmentVersion=$NEXT -DscmCommentPrefix="release: " + mvn -B -s .circleci/settings.xml release:perform -Darguments="-s .circleci/settings.xml -pl '!test'" else - mvn -B -s .circleci/settings.xml deploy + mvn -B -s .circleci/settings.xml deploy -pl '!test' fi elif [[ -n "${DEPLOY_BRANCH}" ]]; then echo $GPG_KEY | base64 --decode > signing-key From dd29568c420ed87142d038b8e556f189f4bdb600 Mon Sep 17 00:00:00 2001 From: Gal Ovadia Date: Mon, 16 Mar 2026 17:42:20 -0400 Subject: [PATCH 4/4] fixes --- api/pom.xml | 1 + cache/pom.xml | 1 + server/pom.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/api/pom.xml b/api/pom.xml index f3ec021e..5695d833 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -9,6 +9,7 @@ api + api true diff --git a/cache/pom.xml b/cache/pom.xml index a79e0d94..f954a830 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -9,6 +9,7 @@ cache + cache diff --git a/server/pom.xml b/server/pom.xml index e4ba4177..4fa7d82c 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -9,6 +9,7 @@ server + server