Out of curiosity did you build the site after you update the dependency to verify there aren’t any problems?
Ralph > On Nov 13, 2017, at 6:12 PM, ggreg...@apache.org wrote: > > Repository: logging-log4j2 > Updated Branches: > refs/heads/master 661c80671 -> 9218cba93 > > > Update Maven site plugin from 3.4 to 3.6. > > Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo > Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9218cba9 > Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9218cba9 > Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9218cba9 > > Branch: refs/heads/master > Commit: 9218cba9370d4a9488f8a07a8234bf8a0296af54 > Parents: 661c806 > Author: Gary Gregory <ggreg...@apache.org> > Authored: Mon Nov 13 18:12:54 2017 -0700 > Committer: Gary Gregory <ggreg...@apache.org> > Committed: Mon Nov 13 18:12:54 2017 -0700 > > ---------------------------------------------------------------------- > pom.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9218cba9/pom.xml > ---------------------------------------------------------------------- > diff --git a/pom.xml b/pom.xml > index cd47777..7565cf5 100644 > --- a/pom.xml > +++ b/pom.xml > @@ -205,7 +205,7 @@ > <scm.plugin.version>1.9.5</scm.plugin.version> > <jxr.plugin.version>2.5</jxr.plugin.version> > <clirr.plugin.version>2.8</clirr.plugin.version> > - <site.plugin.version>3.4</site.plugin.version> > + <site.plugin.version>3.6</site.plugin.version> > <remote.resources.plugin.version>1.5</remote.resources.plugin.version> > > <manifestfile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestfile> > <maven.compiler.source>1.7</maven.compiler.source> > >