Skip to content

Commit fee8305

Browse files
Update README.md to reflect 7.2.1 release
1 parent 1907595 commit fee8305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ With the SDK you can:
1515

1616
| Latest Releases | Conformance to spec version |
1717
| :------------------------------------------------------------------------------------: | :----------------------------------------------------------------------: |
18-
| [7.x](https://github.com/serverlessworkflow/sdk-java/releases/tag/7.2.0.Final)| [v1.0.0](https://github.com/serverlessworkflow/specification/tree/1.0.x) |
18+
| [7.x](https://github.com/serverlessworkflow/sdk-java/releases/tag/7.2.1.Final)| [v1.0.0](https://github.com/serverlessworkflow/specification/tree/1.0.x) |
1919
| [5.x](https://github.com/serverlessworkflow/sdk-java/releases/tag/5.1.0.Final)| [v0.8](https://github.com/serverlessworkflow/specification/tree/0.8.x) |
2020
| [4.x](https://github.com/serverlessworkflow/sdk-java/releases/tag/4.1.0.Final)| [v0.8](https://github.com/serverlessworkflow/specification/tree/0.8.x) |
2121
| [3.0.0.Final](https://github.com/serverlessworkflow/sdk-java/releases/tag/3.0.0.Final)| [v0.7](https://github.com/serverlessworkflow/specification/tree/0.7.x) |
@@ -55,7 +55,7 @@ Add the following dependencies to your pom.xml `dependencies` section:
5555
<dependency>
5656
<groupId>io.serverlessworkflow</groupId>
5757
<artifactId>serverlessworkflow-api</artifactId>
58-
<version>7.2.0.Final</version>
58+
<version>7.2.1.Final</version>
5959
</dependency>
6060
```
6161

0 commit comments

Comments
 (0)