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 37f8cb07 Drop README.txt in favor of README.md 37f8cb07 is described below commit 37f8cb0740cfba5b3de80785a537cc80f6ad4397 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Aug 26 08:16:04 2022 -0400 Drop README.txt in favor of README.md --- README.txt | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/README.txt b/README.txt deleted file mode 100644 index 8a56b83c..00000000 --- a/README.txt +++ /dev/null @@ -1,16 +0,0 @@ -Apache Commons DBCP -=========================== - -Welcome to the DBCP component of the Apache Commons -project (https://commons.apache.org). - -DBCP version 2.5.0 requires JDK 1.8. - -DBCP can be built using either Maven or Ant. When building using Ant, -Locations of dependent jars for the Ant build need to be specified in -build.properties. There is a build.properties.sample file included in the -source distribution. - -See https://commons.apache.org/dbcp/ for additional and -up-to-date information on Commons DBCP. -