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

Commit 8331127

Browse files
committed
fixed 3rd party Javadoc links
1 parent b357273 commit 8331127

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ of the HTTP client a backport of the Java 9 CompletableFuture is necessary as a
2121
Status:
2222

2323
* Logging is not functional yet
24-
* Most of the tests are working without resorting to daring gimmicks (but some need them)
25-
* Ready for use by more adventurous devs
24+
* Almost all of the tests are working now without resorts to daring gimmicks
25+
* Ready to use by the more adventurous developer
2626

2727

2828
## LICENSE

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>net.sourceforge.streamsupport</groupId>
66
<artifactId>http2client-java8</artifactId>
7-
<version>rc2</version>
7+
<version>0.1.0</version>
88

99
<dependencies>
1010
<dependency>
@@ -77,8 +77,7 @@
7777
</sourceFileExcludes>
7878
<offlineLinks>
7979
<offlineLink>
80-
<!-- TODO: change to the correct java9-concurrent-backport javadoc.io URL once this is online -->
81-
<url>https://static.javadoc.io/net.sourceforge.streamsupport/android-retrofuture/1.6.1/</url>
80+
<url>https://stefan-zobel.github.io/java9-concurrent-backport/apidocs/</url>
8281
<location>./../../../java9-concurrent-backport/target/apidocs/</location>
8382
</offlineLink>
8483
</offlineLinks>

0 commit comments

Comments
 (0)