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

Commit f707fd5

Browse files
committed
Prepare for the final 1.6.0 testing round
1 parent 542d4ab commit f707fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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>android-retroflow</artifactId>
6-
<version>1.6.0-SNAPSHOT</version>
6+
<version>1.6.0</version>
77
<name>net.sourceforge.streamsupport:android-retroflow</name>
88
<description>Backport of Java 9 (JEP 266) reactive-streams Flow and SubmissionPublisher API
99
for Android Studio 3.0 desugar toolchain, forked from https://sourceforge.net/projects/streamsupport</description>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>net.sourceforge.streamsupport</groupId>
3434
<artifactId>android-retrofuture</artifactId>
35-
<version>1.6.0-SNAPSHOT</version>
35+
<version>1.6.0</version>
3636
</dependency>
3737
</dependencies>
3838
<properties>

0 commit comments

Comments
 (0)