From 5c1cb36693e1d23a169eea491647e87c12c15766 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Thu, 2 Jan 2025 23:51:18 -0500 Subject: [PATCH] chore: relax protobuf-java version req (#1135) Signed-off-by: Todd Baert --- providers/flagd/pom.xml | 34 ++++++++++++++-------------------- release-please-config.json | 1 + 2 files changed, 15 insertions(+), 20 deletions(-) diff --git a/providers/flagd/pom.xml b/providers/flagd/pom.xml index 7c9d948bf..ba28133bc 100644 --- a/providers/flagd/pom.xml +++ b/providers/flagd/pom.xml @@ -16,6 +16,7 @@ **/e2e/*.java 1.69.0 + 3.25.5 @@ -38,8 +39,6 @@ com.google.protobuf protobuf-java - - [${protobuf-java.min.version},4.999999) @@ -153,6 +152,19 @@ + + + + + com.google.protobuf + protobuf-java + + ${protobuf-java.min.version} + + + + + @@ -238,24 +250,6 @@ - - - build - - true - - - - - com.google.protobuf - protobuf-java - - ${protobuf-java.min.version} - - - - e2e diff --git a/release-please-config.json b/release-please-config.json index b8a017625..3e8df0fac 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -5,6 +5,7 @@ "providers/flagd": { "package-name": "dev.openfeature.contrib.providers.flagd", "release-type": "simple", + "release-as": "0.10.5", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "versioning": "default",