From ff917acf4f5d52a38101d08551c115bc4496747a Mon Sep 17 00:00:00 2001 From: Cassie Coyle Date: Fri, 7 Mar 2025 13:07:02 -0600 Subject: [PATCH] Consolidate SpringBoot Versions & Fix Release Pipeline (#1239) * fix release Signed-off-by: Cassandra Coyle * remove springboot v3.2.6 and use dapr-sdk-parent version Signed-off-by: Cassandra Coyle --------- Signed-off-by: Cassandra Coyle --- spring-boot-examples/consumer-app/pom.xml | 17 ----------------- spring-boot-examples/pom.xml | 21 +++++++++++++-------- spring-boot-examples/producer-app/pom.xml | 11 ----------- 3 files changed, 13 insertions(+), 36 deletions(-) diff --git a/spring-boot-examples/consumer-app/pom.xml b/spring-boot-examples/consumer-app/pom.xml index ca585da0b..01f72f991 100644 --- a/spring-boot-examples/consumer-app/pom.xml +++ b/spring-boot-examples/consumer-app/pom.xml @@ -12,9 +12,6 @@ consumer-app Spring Boot, Testcontainers and Dapr Integration Examples :: Consumer App - - 3.2.6 - @@ -37,12 +34,6 @@ org.springframework.boot spring-boot-starter-actuator - - io.dapr.spring - dapr-spring-boot-starter - ${dapr-java-sdk.alpha-version} - - io.dapr.spring dapr-spring-boot-starter @@ -93,14 +84,6 @@ org.springframework.boot spring-boot-maven-plugin - - org.apache.maven.plugins - maven-deploy-plugin - ${maven-deploy-plugin.version} - - true - - org.apache.maven.plugins maven-site-plugin diff --git a/spring-boot-examples/pom.xml b/spring-boot-examples/pom.xml index e1d2c9f84..006e4e16c 100644 --- a/spring-boot-examples/pom.xml +++ b/spring-boot-examples/pom.xml @@ -13,21 +13,26 @@ 0.15.0-SNAPSHOT pom + + true + + producer-app consumer-app + + + + org.springframework.boot + spring-boot-maven-plugin + ${springboot.version} + + + - - org.apache.maven.plugins - maven-deploy-plugin - ${maven-deploy-plugin.version} - - true - - org.apache.maven.plugins maven-site-plugin diff --git a/spring-boot-examples/producer-app/pom.xml b/spring-boot-examples/producer-app/pom.xml index 929ec3d0c..017bbd719 100644 --- a/spring-boot-examples/producer-app/pom.xml +++ b/spring-boot-examples/producer-app/pom.xml @@ -13,9 +13,6 @@ producer-app Spring Boot, Testcontainers and Dapr Integration Examples :: Producer App - - 3.2.6 - @@ -80,14 +77,6 @@ org.springframework.boot spring-boot-maven-plugin - - org.apache.maven.plugins - maven-deploy-plugin - ${maven-deploy-plugin.version} - - true - - org.apache.maven.plugins maven-site-plugin