This repository was archived by the owner on Feb 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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.7.0</version >
66
77 <properties >
88 <project .build.sourceEncoding>Cp1252</project .build.sourceEncoding>
1212 <dependency >
1313 <groupId >net.sourceforge.streamsupport</groupId >
1414 <artifactId >android-retrostreams</artifactId >
15- <version >1.7.0-SNAPSHOT </version >
15+ <version >1.7.0</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.7.0</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.7.0</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.7.0</version >
3131 </dependency >
3232 <dependency >
3333 <groupId >org.testng</groupId >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SET JAVA11=F:/Java/jdk11.0.1+13-openjdk/bin/java
99
1010SET JAVA12=F:/Java/jdk12_ea+19/bin/java
1111
12- SET TEST_JAR=android-retro-tests-1.7.0-SNAPSHOT .jar
12+ SET TEST_JAR=android-retro-tests-1.7.0.jar
1313
1414SET ARGS=org.testng.TestNG testng_all.xml -testjar %TEST_JAR%
1515
You can’t perform that action at this time.
0 commit comments