Skip to content

Commit 364b303

Browse files
authored
Merge pull request #47 from ZenWave360/develop
sets spring-cloud-stream-schema.version 2.2.1.RELEASE
2 parents 85fa4fd + edb2c18 commit 364b303

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Add the following Maven dependency to your project:
2828

2929
This project was built and tested with the following versions:
3030

31-
| spring-modulith-events-scs | Spring Modulith | Spring Boot | Spring Cloud | SCSt Schema |
32-
|----------------------------|-----------------|-------------|--------------|----------------------|
33-
| 1.0.x | 1.4.x | 3.4.x | 2024.0.0 | 2.2.1.RELEASE |
34-
| 1.1.x | 2.0.x | 4.0.x | 2025.1.0 | 3.0.0.BUILD-SNAPSHOT |
31+
| spring-modulith-events-scs | Spring Modulith | Spring Boot | Spring Cloud | SCSt Schema |
32+
|----------------------------|-----------------|-------------|--------------|---------------|
33+
| 1.0.x | 1.4.x | 3.4.x | 2024.0.0 | 2.2.1.RELEASE |
34+
| 1.1.x | 2.0.x | 4.0.x | 2025.1.0 | 2.2.1.RELEASE |
3535

3636
### Configuration
3737
Use `@EnableSpringCloudStreamEventExternalization` annotation to enable Spring Cloud Stream event externalization in your Spring configuration:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
<spring-boot.version>4.0.0</spring-boot.version>
6969
<spring-cloud.version>2025.1.0</spring-cloud.version>
70-
<spring-cloud-stream-schema.version>3.0.0.BUILD-SNAPSHOT</spring-cloud-stream-schema.version>
70+
<spring-cloud-stream-schema.version>2.2.1.RELEASE</spring-cloud-stream-schema.version>
7171
<avro.version>1.11.4</avro.version>
7272

7373
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>

0 commit comments

Comments
 (0)