From 8a688c9c7f6d698158b7cf5a50d049f4bdfadfbb Mon Sep 17 00:00:00 2001 From: Catchpowle Date: Tue, 21 Jul 2026 14:33:45 +0100 Subject: [PATCH] Fix spring-boot-starter parent version to 1.0.1-SNAPSHOT The parent POM was bumped to 1.0.1-SNAPSHOT and the client module updated, but the spring-boot-starter still referenced 1.0.0-SNAPSHOT, so Maven could not resolve the parent and the reactor build (and CI) failed. Co-Authored-By: Claude Fable 5 --- gradient-labs-spring-boot-starter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradient-labs-spring-boot-starter/pom.xml b/gradient-labs-spring-boot-starter/pom.xml index 2d5c212..834b0c2 100644 --- a/gradient-labs-spring-boot-starter/pom.xml +++ b/gradient-labs-spring-boot-starter/pom.xml @@ -7,7 +7,7 @@ ai.gradientlabs gradient-labs-parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT gradient-labs-spring-boot-starter