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.7.0 testing round
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-zobel committed Nov 11, 2018
1 parent 02cb7dd commit 1069377
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.7.0-SNAPSHOT</version>
<version>1.7.0</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.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>android-retroatomic</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>android-retrofuture</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.streamsupport</groupId>
<artifactId>android-retroflow</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</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 @@ -9,7 +9,7 @@ SET JAVA11=F:/Java/jdk11.0.1+13-openjdk/bin/java

SET JAVA12=F:/Java/jdk12_ea+19/bin/java

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

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

Expand Down

0 comments on commit 1069377

Please sign in to comment.