Skip to content

Commit c59f411

Browse files
committed
Preparing release
1 parent 089c944 commit c59f411

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+1-1
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.extras.svg)](https://search.maven.org/artifact/net.tascalate.javaflow/net.tascalate.javaflow.extras/2.4.0/jar) [![GitHub release](https://img.shields.io/github/release/vsilaev/tascalate-javaflow-extras.svg)](https://github.com/vsilaev/tascalate-javaflow-extras/releases/tag/2.4.0) [![license](https://img.shields.io/github/license/vsilaev/tascalate-javaflow-extras.svg)](https://github.com/vsilaev/tascalate-javaflow-extras/blob/master/LICENSE)
1+
[![Maven Central](https://img.shields.io/maven-central/v/net.tascalate.javaflow/net.tascalate.javaflow.extras.svg)](https://search.maven.org/artifact/net.tascalate.javaflow/net.tascalate.javaflow.extras/2.4.1/jar) [![GitHub release](https://img.shields.io/github/release/vsilaev/tascalate-javaflow-extras.svg)](https://github.com/vsilaev/tascalate-javaflow-extras/releases/tag/2.4.1) [![license](https://img.shields.io/github/license/vsilaev/tascalate-javaflow-extras.svg)](https://github.com/vsilaev/tascalate-javaflow-extras/blob/master/LICENSE)
22

33
# Tascalate JavaFlow Extras
44
Continuations / CoRoutines for Java 8+. This library is an add-on to [Tascalate Javaflow](https://github.com/vsilaev/tascalate-javaflow) continuations library. It provides suspendable version of java.util.Stream, java.util.Iterator, java.util.function.* and helper classes to work with continuations.

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>net.tascalate.javaflow</groupId>
55
<artifactId>net.tascalate.javaflow.extras</artifactId>
6-
<version>2.4.1-SNAPSHOT</version>
6+
<version>2.4.1</version>
77
<packaging>jar</packaging>
88

99
<parent>
@@ -42,7 +42,7 @@
4242
</contributors>
4343

4444
<properties>
45-
<tascalate.javaflow.version>2.6.0-SNAPSHOT</tascalate.javaflow.version>
45+
<tascalate.javaflow.version>2.5.0</tascalate.javaflow.version>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747
</properties>
4848

@@ -129,6 +129,7 @@
129129
<groupId>net.tascalate.javaflow</groupId>
130130
<artifactId>net.tascalate.javaflow.api</artifactId>
131131
<version>${tascalate.javaflow.version}</version>
132+
<optional>true</optional>
132133
</dependency>
133134
<dependency>
134135
<groupId>junit</groupId>

0 commit comments

Comments
 (0)