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 2018/05/12 18:54:43 UTC

[6/9] commons-dbcp git commit: Update year in Javadocs to 2018.

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 <ga...@gmail.com>
Authored: Sat May 12 12:29:28 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
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="&lt;small&gt;Copyright &amp;copy; 2001-2015 Apache Software Foundation. Documentation generated ${TODAY}&lt;/small&gt;."/>
+      <property name="javadoc.bottom" value="&lt;small&gt;Copyright &amp;copy; 2001-2018 Apache Software Foundation. Documentation generated ${TODAY}&lt;/small&gt;."/>
       <property name="javadoc.overview" value="${basedir}/src/main/java/org/apache/commons/dbcp2/overview.html"/>
 
       <property name="javac.optimize" value="false"/>