Fix commons-lang docs link 70/88970/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 8 Apr 2020 11:47:50 +0000 (13:47 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 8 Apr 2020 11:47:50 +0000 (13:47 +0200)
docs is containing a separate links section, as we have still not
solved linking to external dependencies. Update commons-lang3 link
and add a few notes.

Change-Id: Ic1eda07299b8aafd7a133f6c80d26889b77a6840
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
docs/pom.xml
odlparent/pom.xml

index 54cdf8cd0009f4f91b26976b6be59c9f9718c3ce..d7dae17608c6df1619cea5a4bacd132ea1762eed 100644 (file)
                         <link>https://www.slf4j.org/apidocs/</link>
                         <link>https://google.github.io/guava/releases/28.2-jre/api/docs/</link>
                         <link>https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/</link>
-                        <link>https://commons.apache.org/proper/commons-lang/javadocs/api-3.9/</link>
+                        <link>https://commons.apache.org/proper/commons-lang/javadocs/api-3.10/</link>
                         <link>https://commons.apache.org/proper/commons-codec/apidocs/</link>
                     </links>
                     <groups>
index 058a4e59b0108269fa891e2a4bb6cfa5835f9e80..6c5bc3ece82f115398951db67c4fe0b697468bcb 100644 (file)
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite -->
+        <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite and docs -->
         <version>28.2-jre</version>
         <exclusions>
           <exclusion>
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava-testlib</artifactId>
-        <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite -->
+        <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite and docs -->
         <version>28.2-jre</version>
         <scope>test</scope>
         <exclusions>
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite -->
+        <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite and docs -->
         <version>3.10</version>
       </dependency>
       <dependency>
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
-        <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite -->
+        <!-- When bumping this version, remember to also change the JavaDoc link in odlparent-lite and docs -->
         <version>2.6</version>
       </dependency>
       <dependency>