File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
23This 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 >
You can’t perform that action at this time.
0 commit comments