Skip to content

Commit

Permalink
Upgrade Spring AI to 1.0.0-M3
Browse files Browse the repository at this point in the history
 - Upgrade Spring AI version from 1.0.0-M2 to 1.0.0-M3
 - Remove explicit version mapping for spring-ai-cassandra-store-spring-boot-starter
 - Add .vscode/ to .gitignore

 Resolves #1612
  • Loading branch information
tzolov committed Oct 9, 2024
1 parent df9f120 commit f841b1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ target
/start-client/.cache/
/start-client/package-lock.json
/start-client/yarn-error.log
/start-client/analysis
/start-client/analysis

.vscode/
8 changes: 1 addition & 7 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ initializr:
versionProperty: spring-ai.version
mappings:
- compatibilityRange: "[3.2.0,3.4.0-M1)"
version: 1.0.0-M2
version: 1.0.0-M3
repositories: spring-milestones
spring-cloud:
groupId: org.springframework.cloud
Expand Down Expand Up @@ -1472,12 +1472,6 @@ initializr:
id: spring-ai-vectordb-cassandra
group-id: org.springframework.ai
artifact-id: spring-ai-cassandra-store-spring-boot-starter
# spring-ai-cassandra-store-spring-boot-starter is not managed in the BOM
# See https://github.com/spring-projects/spring-ai/pull/1312
mappings:
- compatibilityRange: "[3.2.0,3.4.0-M1)"
version: 1.0.0-M2
repository: spring-milestones
description: Spring AI vector database support for Apache Cassandra.
starter: true
links:
Expand Down

0 comments on commit f841b1a

Please sign in to comment.