Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit eb1c591

Browse files
committed
Release 2.0.1 (fix CompletableFuture#waitingGet, minor Javadoc updates)
1 parent 91bff06 commit eb1c591

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ corresponding `java.util` interfaces:
2727
<dependency>
2828
<groupId>net.sourceforge.streamsupport</groupId>
2929
<artifactId>java9-concurrent-backport</artifactId>
30-
<version>2.0.0</version>
30+
<version>2.0.1</version>
3131
</dependency>
3232
```
3333

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.sourceforge.streamsupport</groupId>
55
<artifactId>java9-concurrent-backport</artifactId>
6-
<version>2.0.1-SNAPSHOT</version>
6+
<version>2.0.1</version>
77
<name>net.sourceforge.streamsupport:java9-concurrent-backport</name>
88
<description>Backport of Java 9 CompletableFuture, Flow and SubmissionPublisher API for Java 8</description>
99
<url>https://github.com/stefan-zobel/java9-concurrent-backport/</url>

0 commit comments

Comments
 (0)