Skip to content

Commit

Permalink
Upgrade to Solace Spring Cloud 4.1.0
Browse files Browse the repository at this point in the history
This also marks Solace PubSub+ 3.3.x ready.

Closes gh-1513
  • Loading branch information
mhalbritter committed Jun 19, 2024
1 parent b7a18ee commit 02879ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ initializr:
artifactId: solace-spring-boot-bom
versionProperty: solace-spring-boot.version
mappings:
- compatibilityRange: "[3.2.0,3.3.0-M1)"
- compatibilityRange: "[3.2.0,3.4.0-M1)"
version: 2.0.0
solace-spring-cloud:
groupId: com.solace.spring.cloud
artifactId: solace-spring-cloud-bom
versionProperty: solace-spring-cloud.version
mappings:
- compatibilityRange: "[3.2.0,3.3.0-M1)"
version: 4.0.0
- compatibilityRange: "[3.2.0,3.4.0-M1)"
version: 4.1.0
spring-ai:
groupId: org.springframework.ai
artifactId: spring-ai-bom
Expand Down Expand Up @@ -806,7 +806,7 @@ initializr:
- name: Solace PubSub+
bom: solace-spring-boot
id: solace
compatibilityRange: "[3.2.0,3.3.0-M1)"
compatibilityRange: "[3.2.0,3.4.0-M1)"
description: Connect to a Solace PubSub+ Advanced Event Broker to publish, subscribe, request/reply and store/replay messages
groupId: com.solace.spring.boot
artifactId: solace-spring-boot-starter
Expand Down

0 comments on commit 02879ee

Please sign in to comment.