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

Commit

Permalink
Prepare for the final 1.6.2 testing round
Browse files Browse the repository at this point in the history
  • Loading branch information
retrostreams committed Apr 14, 2018
1 parent 987f67e commit 94fdc11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>android-retro-tests</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>

<properties>
<project.build.sourceEncoding>Cp1252</project.build.sourceEncoding>
Expand All @@ -12,22 +12,22 @@
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>android-retrostreams</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>android-retroatomic</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>android-retrofuture</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>android-retroflow</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand Down
2 changes: 1 addition & 1 deletion testng.cmd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SET JAVA10=F:/Java/jdk10_2018-03-20_64bit/bin/java

SET JAVA11=F:/Java/jdk11_ea+9-64bit/bin/java

SET TEST_JAR=android-retro-tests-1.6.2-SNAPSHOT.jar
SET TEST_JAR=android-retro-tests-1.6.2.jar

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

Expand Down

0 comments on commit 94fdc11

Please sign in to comment.