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 2020/09/29 15:36:40 UTC

[commons-pool] branch master updated: Add placeholder for the next version.

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-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new be87cfc  Add placeholder for the next version.
be87cfc is described below

commit be87cfcbd1fadbcc530127257e6316ddb14f761c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 29 11:36:36 2020 -0400

    Add placeholder for the next version.
---
 src/changes/changes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e89c6f1..7ee9873 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,6 +43,8 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Pool Release Notes</title>
   </properties>
   <body>
+  <release version="2.9.1" date="202Y-MM-DD" description="This is a MMMM release (Java 8).">
+  </release>
   <release version="2.9.0" date="2020-09-25" description="This is a minor release (Java 8).">
     <action issue="POOL-387" dev="ggregory" type="update" due-to=" Phil Steitz">
       Object factory destroy method should carry information on activation context.