Update year in Javadocs to 2018. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/68d1bebe Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/68d1bebe Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/68d1bebe
Branch: refs/heads/release Commit: 68d1bebe0be8e74ed99392486ff70f22451f4a23 Parents: b8467c0 Author: Gary Gregory <[email protected]> Authored: Sat May 12 12:29:28 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Sat May 12 12:29:28 2018 -0600 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/68d1bebe/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 03b5eb5..8f9c15b 100644 --- a/build.xml +++ b/build.xml @@ -64,7 +64,7 @@ <property name="test.runner" value="junit.textui.TestRunner" /> <property name="javadoc.dir" value="${dist.dir}/docs/api"/> - <property name="javadoc.bottom" value="<small>Copyright &copy; 2001-2015 Apache Software Foundation. Documentation generated ${TODAY}</small>."/> + <property name="javadoc.bottom" value="<small>Copyright &copy; 2001-2018 Apache Software Foundation. Documentation generated ${TODAY}</small>."/> <property name="javadoc.overview" value="${basedir}/src/main/java/org/apache/commons/dbcp2/overview.html"/> <property name="javac.optimize" value="false"/>
