Skip to content

Commit cf6cebe

Browse files
authored
Update README.md
1 parent 3610748 commit cf6cebe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Maven Central](https://img.shields.io/maven-central/v/net.tascalate.javaflow/net.tascalate.javaflow.parent.svg)](https://search.maven.org/#artifactdetails%7Cnet.tascalate.javaflow%7Cnet.tascalate.javaflow.parent%7C2.0%7Cpom) [![GitHub release](https://img.shields.io/github/release/vsilaev/tascalate-javaflow.svg)](https://github.com/vsilaev/tascalate-javaflow/releases/tag/2.0)
12
# Continuation support for Java
23
This project contains libary, tools and examples to develop Java applications using continuations.
34

@@ -20,7 +21,7 @@ You have to add the following configuration to enable build-time instrumentation
2021
<dependency>
2122
<groupId>net.tascalate.javaflow</groupId>
2223
<artifactId>net.tascalate.javaflow.api</artifactId>
23-
<version>2.0-SNAPSHOT</version>
24+
<version>2.0</version>
2425
</dependency>
2526
...
2627
</dependencies>
@@ -38,7 +39,7 @@ You have to add the following configuration to enable build-time instrumentation
3839
<plugin>
3940
<groupId>net.tascalate.javaflow</groupId>
4041
<artifactId>net.tascalate.javaflow.tools.maven</artifactId>
41-
<version>2.0-SNAPSHOT</version>
42+
<version>2.0</version>
4243
<executions>
4344
<execution>
4445
<phase>process-classes</phase>

0 commit comments

Comments
 (0)