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-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new 57a1839 Prepare release 2.6.0. 57a1839 is described below commit 57a1839ea5c56f0f2bf17de661e57c5ec34ec8a2 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Feb 14 10:29:36 2019 -0500 Prepare release 2.6.0. --- src/site/site.xml | 119 +++++++++++++++++++++++++++--------------------------- 1 file changed, 60 insertions(+), 59 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index be4122a..b3d24bd 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,59 +1,60 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> - <!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> -<!DOCTYPE org.apache.commons.menus SYSTEM 'http://commons.apache.org/build/maven-build.dtd'> -<project name="DBCP"> - <bannerRight> - <name>Commons DBCP</name> - <src>/images/dbcp-logo-white.png</src> - <href>/index.html</href> - </bannerRight> - <body> - <menu name="Commons DBCP"> - <item name="Overview" href="/index.html" /> - <item name="Configuration" href="/configuration.html" /> - <item name="Javadoc 1.2.2" href="/api-1.2.2/index.html"/> - <item name="Javadoc 1.3" href="/api-1.3/index.html"/> - <item name="Javadoc 1.4" href="/api-1.4/index.html"/> - <item name="Javadoc 2.0.1" href="/api-2.0.1/index.html"/> - <item name="Javadoc 2.1" href="/api-2.1/index.html"/> - <item name="Javadoc 2.1.1" href="/api-2.1.1/index.html"/> - <item name="Javadoc 2.2.0" href="/api-2.2.0/index.html"/> - <item name="Javadoc 2.3.0" href="/api-2.3.0/index.html"/> - <item name="Javadoc 2.4.0" href="/api-2.4.0/index.html"/> - <item name="Javadoc 2.5.0" href="/api-2.5.0/index.html"/> - <item name="Developers Guide" href="/guide/index.html" collapse="true"> - <item name="JNDI Howto" href="/guide/jndi-howto.html"/> - <item name="Class Diagrams" href="/guide/classdiagrams.html"/> - <item name="Sequence Diagrams" href="/guide/sequencediagrams.html"/> - </item> - <item name="Examples" href="https://git-wip-us.apache.org/repos/asf?p=commons-dbcp.git;a=tree;f=doc;hb=HEAD"/> - <item name="Downloads" href="/download_dbcp.cgi"/> - <item name="Wiki" href="http://wiki.apache.org/commons/DBCP"/> - </menu> - - <menu name="Development"> - <item name="History" href="/changes-report.html"/> - <item name="Building" href="/building.html"/> - <item name="Mailing Lists" href="/mail-lists.html"/> - <item name="Issue Tracking" href="/issue-tracking.html"/> - <item name="Team" href="/team-list.html"/> - <item name="Source Repository" href="/source-repository.html"/> - </menu> - - </body> -</project> +<?xml version="1.0" encoding="ISO-8859-1"?> + <!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> +<!DOCTYPE org.apache.commons.menus SYSTEM 'http://commons.apache.org/build/maven-build.dtd'> +<project name="DBCP"> + <bannerRight> + <name>Commons DBCP</name> + <src>/images/dbcp-logo-white.png</src> + <href>/index.html</href> + </bannerRight> + <body> + <menu name="Commons DBCP"> + <item name="Overview" href="/index.html" /> + <item name="Configuration" href="/configuration.html" /> + <item name="Javadoc 1.2.2" href="/api-1.2.2/index.html"/> + <item name="Javadoc 1.3" href="/api-1.3/index.html"/> + <item name="Javadoc 1.4" href="/api-1.4/index.html"/> + <item name="Javadoc 2.0.1" href="/api-2.0.1/index.html"/> + <item name="Javadoc 2.1" href="/api-2.1/index.html"/> + <item name="Javadoc 2.1.1" href="/api-2.1.1/index.html"/> + <item name="Javadoc 2.2.0" href="/api-2.2.0/index.html"/> + <item name="Javadoc 2.3.0" href="/api-2.3.0/index.html"/> + <item name="Javadoc 2.4.0" href="/api-2.4.0/index.html"/> + <item name="Javadoc 2.5.0" href="/api-2.5.0/index.html"/> + <item name="Javadoc 2.6.0" href="/api-2.6.0/index.html"/> + <item name="Developers Guide" href="/guide/index.html" collapse="true"> + <item name="JNDI Howto" href="/guide/jndi-howto.html"/> + <item name="Class Diagrams" href="/guide/classdiagrams.html"/> + <item name="Sequence Diagrams" href="/guide/sequencediagrams.html"/> + </item> + <item name="Examples" href="https://git-wip-us.apache.org/repos/asf?p=commons-dbcp.git;a=tree;f=doc;hb=HEAD"/> + <item name="Downloads" href="/download_dbcp.cgi"/> + <item name="Wiki" href="http://wiki.apache.org/commons/DBCP"/> + </menu> + + <menu name="Development"> + <item name="History" href="/changes-report.html"/> + <item name="Building" href="/building.html"/> + <item name="Mailing Lists" href="/mail-lists.html"/> + <item name="Issue Tracking" href="/issue-tracking.html"/> + <item name="Team" href="/team-list.html"/> + <item name="Source Repository" href="/source-repository.html"/> + </menu> + + </body> +</project>