This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new a01b46d  Javadoc link to https://docs.oracle.com/javase/8/docs/api/
a01b46d is described below

commit a01b46dc799eedc57125fe547a920cddb1471013
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Mon Oct 21 10:14:22 2019 -0400

    Javadoc link to https://docs.oracle.com/javase/8/docs/api/
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fff76a5..39aac83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -422,7 +422,7 @@
                 <configuration>
                     <linksource>true</linksource>
                     <links>
-                        <link>https://docs.oracle.com/javase/7/docs/api/</link>
+                        <link>https://docs.oracle.com/javase/8/docs/api/</link>
                         
<link>https://commons.apache.org/collections/api-release/</link>
                     </links>
                 </configuration>

Reply via email to