Skip to content

Commit 0f4692f

Browse files
committed
Docs: Updating version ref
1 parent 754c971 commit 0f4692f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Spring Boot for the Infinitic library, which is designed to orchestrate services
55
on top of Apache Pulsar. With Infinitic, you can easily manage complex scenarios, ensuring that failures don't disrupt
66
your workflows.
77

8+
**Notes:**
9+
10+
- **v1.0.x** is compatible with Infinitic v0.11.6 and Spring Boot 3.1.x
11+
- **v1.1.x** is compatible with Infinitic v0.11.7+ and Spring Boot 3.2.x
12+
813
## Getting Started
914

1015
**Installation:** Add the Infinitic dependency to your pom.xml or build.gradle file.
@@ -14,13 +19,13 @@ your workflows.
1419
<dependency>
1520
<groupId>com.tiarebalbi.infinitic</groupId>
1621
<artifactId>infinitic-spring-boot-3-starter</artifactId>
17-
<version>1.0.1</version>
22+
<version>1.1.0</version>
1823
</dependency>
1924
```
2025

2126
**Gradle (Kotlin)**
2227
```xml
23-
implementation("com.tiarebalbi.infinitic:infinitic-spring-boot-3-starter:1.0.1")
28+
implementation("com.tiarebalbi.infinitic:infinitic-spring-boot-3-starter:1.1.0")
2429
```
2530

2631
Other references here:

0 commit comments

Comments
 (0)