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

Commit 3c925a2

Browse files
committed
Release 2.0.5
1 parent b48ca53 commit 3c925a2

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
@@ -28,7 +28,7 @@ corresponding `java.util` interfaces:
2828
<dependency>
2929
<groupId>net.sourceforge.streamsupport</groupId>
3030
<artifactId>java9-concurrent-backport</artifactId>
31-
<version>2.0.4</version>
31+
<version>2.0.5</version>
3232
</dependency>
3333
```
3434

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.5-SNAPSHOT</version>
6+
<version>2.0.5</version>
77
<packaging>bundle</packaging>
88
<name>net.sourceforge.streamsupport:java9-concurrent-backport</name>
99
<description>Backport of Java 9 CompletableFuture, Flow and SubmissionPublisher API for Java 8</description>

0 commit comments

Comments
 (0)