Skip to content

Commit b39d532

Browse files
authored
Update README.md
1 parent 1d8f9c6 commit b39d532

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +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.1%7Cpom) [![GitHub release](https://img.shields.io/github/release/vsilaev/tascalate-javaflow.svg)](https://github.com/vsilaev/tascalate-javaflow/releases/tag/2.1) [![license](https://img.shields.io/github/license/vsilaev/tascalate-javaflow.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
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.2%7Cpom) [![GitHub release](https://img.shields.io/github/release/vsilaev/tascalate-javaflow.svg)](https://github.com/vsilaev/tascalate-javaflow/releases/tag/2.2) [![license](https://img.shields.io/github/license/vsilaev/tascalate-javaflow.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
22
# Continuation support for Java
33
This project contains libary, tools and examples to develop Java applications using continuations.
44

@@ -21,7 +21,7 @@ You have to add the following configuration to enable build-time instrumentation
2121
<dependency>
2222
<groupId>net.tascalate.javaflow</groupId>
2323
<artifactId>net.tascalate.javaflow.api</artifactId>
24-
<version>2.1</version>
24+
<version>2.2</version>
2525
</dependency>
2626
...
2727
</dependencies>
@@ -39,7 +39,7 @@ You have to add the following configuration to enable build-time instrumentation
3939
<plugin>
4040
<groupId>net.tascalate.javaflow</groupId>
4141
<artifactId>net.tascalate.javaflow.tools.maven</artifactId>
42-
<version>2.0</version>
42+
<version>2.2</version>
4343
<executions>
4444
<execution>
4545
<phase>process-classes</phase>

0 commit comments

Comments
 (0)