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

Commit 5868a59

Browse files
committed
Slide in release 1.6.3 with Android P fixes
1 parent 0730445 commit 5868a59

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>net.sourceforge.streamsupport</groupId>
44
<artifactId>android-retro-tests</artifactId>
5-
<version>1.7.0-SNAPSHOT</version>
5+
<version>1.6.3</version>
66

77
<properties>
88
<project.build.sourceEncoding>Cp1252</project.build.sourceEncoding>
@@ -12,22 +12,22 @@
1212
<dependency>
1313
<groupId>net.sourceforge.streamsupport</groupId>
1414
<artifactId>android-retrostreams</artifactId>
15-
<version>1.7.0-SNAPSHOT</version>
15+
<version>1.6.3</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>net.sourceforge.streamsupport</groupId>
1919
<artifactId>android-retroatomic</artifactId>
20-
<version>1.7.0-SNAPSHOT</version>
20+
<version>1.6.3</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>net.sourceforge.streamsupport</groupId>
2424
<artifactId>android-retrofuture</artifactId>
25-
<version>1.7.0-SNAPSHOT</version>
25+
<version>1.6.3</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>net.sourceforge.streamsupport</groupId>
2929
<artifactId>android-retroflow</artifactId>
30-
<version>1.7.0-SNAPSHOT</version>
30+
<version>1.6.3</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.testng</groupId>

testng.cmd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SET JAVA10=F:/Java/jdk10.0.1+10-64bit/bin/java
77

88
SET JAVA11=F:/Java/jdk11_ea+13-64bit/bin/java
99

10-
SET TEST_JAR=android-retro-tests-1.7.0-SNAPSHOT.jar
10+
SET TEST_JAR=android-retro-tests-1.6.3.jar
1111

1212
SET ARGS=org.testng.TestNG testng_all.xml -testjar %TEST_JAR%
1313

0 commit comments

Comments
 (0)