You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/08/06 20:48:14 UTC

[commons-parent] branch master updated: Add property commons.javadoc16.java.link.

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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new c475a56  Add property commons.javadoc16.java.link.
c475a56 is described below

commit c475a56f0cdf261a9f592cf208bb0795b89182c7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Aug 6 16:48:12 2021 -0400

    Add property commons.javadoc16.java.link.
---
 pom.xml                 | 1 +
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 46302f4..7d4e8b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -276,6 +276,7 @@
     <commons.javadoc13.java.link>https://docs.oracle.com/en/java/javase/13/docs/api/</commons.javadoc13.java.link>
     <commons.javadoc14.java.link>https://docs.oracle.com/en/java/javase/14/docs/api/</commons.javadoc14.java.link>
     <commons.javadoc15.java.link>https://docs.oracle.com/en/java/javase/15/docs/api/</commons.javadoc15.java.link>
+    <commons.javadoc16.java.link>https://docs.oracle.com/en/java/javase/16/docs/api/</commons.javadoc16.java.link>
 
     <commons.javadoc.java.link>${commons.javadoc7.java.link}</commons.javadoc.java.link>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b351041..4250666 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,6 +70,7 @@ The <action> type attribute can be add,update,fix,remove.
           <action type="add" dev="ggregory">Add versions-maven-plugin run for this build.</action>
           <action type="add" dev="ggregory">Add maven-checkstyle-plugin to pluginManagement.</action>
           <action type="add" dev="ggregory">Allow Maven PMD plugin to override PMD implementation jars with property "commons.pmd-impl.version".</action>
+          <action type="add" dev="ggregory">Add property commons.javadoc16.java.link.</action>
           <action type="add" dev="ggregory">Add SpotBugs to plugin management section.</action>
           <!-- UPDATES -->
           <action type="update" dev="ggregory">Update versions-maven-plugin 2.7 -> 2.8.1.</action>