Skip to content

Commit 9c31935

Browse files
committed
Revert "Fix linked versions in previous commit."
This reverts commit 494c48a, which was intended for another branch.
1 parent 494c48a commit 9c31935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<artifactId>maven-javadoc-plugin</artifactId>
5252
<configuration>
5353
<links>
54-
<link>https://docs.oracle.com/javase/7/docs/api/</link>
55-
<link>https://css4j.github.io/api/1.0/</link>
54+
<link>https://docs.oracle.com/javase/8/docs/api/</link>
55+
<link>https://css4j.github.io/api/2.0/</link>
5656
<link>https://about.validator.nu/htmlparser/apidocs/</link>
5757
</links>
5858
</configuration>

0 commit comments

Comments
 (0)