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