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

Commit a176fb2

Browse files
committed
Prepare for 1.7.2 final testing
1 parent 97d9cf1 commit a176fb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.7.2-SNAPSHOT</version>
6+
<version>1.7.2</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.7.2-SNAPSHOT</version>
35+
<version>1.7.2</version>
3636
</dependency>
3737
</dependencies>
3838
<properties>
@@ -42,7 +42,7 @@
4242
<plugins>
4343
<plugin>
4444
<artifactId>maven-compiler-plugin</artifactId>
45-
<version>3.8.0</version>
45+
<version>3.8.1</version>
4646
<configuration>
4747
<source>1.8</source>
4848
<target>1.8</target>

0 commit comments

Comments
 (0)