Skip to content

Fix spring-boot-starter parent version to 1.0.1-SNAPSHOT#33

Merged
Catchpowle merged 1 commit into
mainfrom
fix-spring-boot-starter-parent-version
Jul 21, 2026
Merged

Fix spring-boot-starter parent version to 1.0.1-SNAPSHOT#33
Catchpowle merged 1 commit into
mainfrom
fix-spring-boot-starter-parent-version

Conversation

@Catchpowle

Copy link
Copy Markdown
Contributor

Problem

CI has been red on main (and therefore every open PR) since the parent POM version was bumped 1.0.0-SNAPSHOT → 1.0.1-SNAPSHOT. The root gradient-labs-parent and the gradient-labs-client module were updated, but gradient-labs-spring-boot-starter still referenced the old 1.0.0-SNAPSHOT parent. Maven can't resolve ai.gradientlabs:gradient-labs-parent:pom:1.0.0-SNAPSHOT, so the reactor fails before compiling anything:

Non-resolvable parent POM for ai.gradientlabs:gradient-labs-spring-boot-starter:1.0.0-SNAPSHOT:
Could not find artifact ai.gradientlabs:gradient-labs-parent:pom:1.0.0-SNAPSHOT (absent)
and 'parent.relativePath' points at wrong local POM

Fix

One line: align the starter's parent <version> with the root/client (1.0.1-SNAPSHOT).

Unblocks CI on main and all in-flight PRs.

🤖 Generated with Claude Code

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 <noreply@anthropic.com>
@Catchpowle
Catchpowle merged commit 83ccf59 into main Jul 21, 2026
1 check passed
@Catchpowle
Catchpowle deleted the fix-spring-boot-starter-parent-version branch July 21, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants