Author: desruisseaux
Date: Sun Jan 22 05:55:51 2017
New Revision: 1779775
URL: http://svn.apache.org/viewvc?rev=1779775&view=rev
Log:
URL to JSR-363 javadoc seems to have changed.
Modified:
sis/branches/JDK8/pom.xml
Modified: sis/branches/JDK8/pom.xml
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/pom.xml?rev=1779775&r1=1779774&r2=1779775&view=diff
==============================================================================
--- sis/branches/JDK8/pom.xml (original)
+++ sis/branches/JDK8/pom.xml Sun Jan 22 05:55:51 2017
@@ -718,7 +718,7 @@ Apache SIS is a free software, Java lang
<breakiterator>true</breakiterator> <!-- Better
boundary detection when determining the end of the first sentence. -->
<validateLinks>true</validateLinks> <!-- Validates
content of package-list resources. -->
<links>
- <link>http://static.javadoc.io/javax.measure/unit-api/1.0</link>
+ <link>http://unitsofmeasurement.github.io/unit-api/site/apidocs</link>
<link>http://www.geoapi.org/snapshot/pending</link>
</links>
|