chore: post-release SNAPSHOT bump after 1.0.0-RC1#54
Open
jeet1995 wants to merge 1 commit into
Open
Conversation
Bumps all 4 module POMs from 1.0.0-RC1 back to 1.0.0-SNAPSHOT for the next dev cycle (GA-track). Also bumps the inter-module pinned versions in the two autoconfigure modules: - spring-ai-cosmos-db-store.version - spring-ai-cosmos-chat-memory.version Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR resets the Cosmos DB Spring AI modules back to 1.0.0-SNAPSHOT after the 1.0.0-RC1 release wave, so ongoing development targets the GA track and the reactor build resolves inter-module dependencies from source again.
Changes:
- Bump all four module artifact versions from
1.0.0-RC1to1.0.0-SNAPSHOT. - Update the two autoconfigure modules’ pinned intra-repo dependency properties to
1.0.0-SNAPSHOT.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| spring-ai-azure-cosmos-db-store/pom.xml | Bumps module version to 1.0.0-SNAPSHOT. |
| spring-ai-model-chat-memory-repository-cosmos-db/pom.xml | Bumps module version to 1.0.0-SNAPSHOT. |
| spring-ai-autoconfigure-vector-store-azure-cosmos-db/pom.xml | Bumps module version and pins spring-ai-azure-cosmos-db-store dependency property to 1.0.0-SNAPSHOT. |
| spring-ai-autoconfigure-model-chat-memory-repository-cosmos-db/pom.xml | Bumps module version and pins spring-ai-model-chat-memory-repository-cosmos-db dependency property to 1.0.0-SNAPSHOT. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Post-release SNAPSHOT bump after the
1.0.0-RC1release wave.Bumps all 4 module POMs from
1.0.0-RC1back to1.0.0-SNAPSHOTfor the next dev cycle (GA-track), and bumps the inter-module pinned versions in the two autoconfigure modules so the reactor builds resolve the core modules from source again.Changes
spring-ai-azure-cosmos-db-store<version>->1.0.0-SNAPSHOTspring-ai-autoconfigure-vector-store-azure-cosmos-db<version>+spring-ai-cosmos-db-store.version->1.0.0-SNAPSHOTspring-ai-model-chat-memory-repository-cosmos-db<version>->1.0.0-SNAPSHOTspring-ai-autoconfigure-model-chat-memory-repository-cosmos-db<version>+spring-ai-cosmos-chat-memory.version->1.0.0-SNAPSHOTRelease status
All 4 modules confirmed live on Maven Central under groupId
com.azure.spring.aiat version1.0.0-RC1.CHANGELOG
No CHANGELOG edits required - the Phase 3 prepare PR (#53) already added empty
## [Unreleased]sections with all Keep-a-Changelog subsections to all 4 CHANGELOGs.