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 2023/09/15 12:01:31 UTC

[commons-dbutils] branch master updated: Formay comment tweak

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


The following commit(s) were added to refs/heads/master by this push:
     new 8502f10  Formay comment tweak
8502f10 is described below

commit 8502f10916ff438512c6d6697a085ff9ed328925
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 15 08:01:28 2023 -0400

    Formay comment tweak
---
 src/changes/changes.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3d654a2..0f2b188 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,23 +44,23 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
     <release version="1.8.2" date="20YY-MM-DD" description="New features and bug fixes.">
-      <!--  FIX -->
-      <!--  ADD -->
-      <!--  UPDATE -->
+      <!-- FIX -->
+      <!-- ADD -->
+      <!-- UPDATE -->
     </release>
     <release version="1.8.1" date="2023-09-09" description="New features and bug fixes.">
-      <!--  FIX -->
+      <!-- FIX -->
       <action dev="ggregory" type="fix" issue="DBUTILS-151" due-to="mark, Gary Gregory">
         Module org.apache.commons.dbutils does not declare `uses`.
       </action>
-      <!--  ADD -->
-      <!--  UPDATE -->
+      <!-- ADD -->
+      <!-- UPDATE -->
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Bump commons-parent from 61 to 62.
       </action>
     </release>
     <release version="1.8.0" date="2023-08-01" description="New features and bug fixes.">
-      <!--  FIX -->
+      <!-- FIX -->
       <action dev="thecarlhall" type="fix" issue="DBUTILS-131" due-to="yairlenga">
         Speedup query calls without parameters; Use PreparedStatement only when parameters are present.
       </action>
@@ -119,7 +119,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Add StatementConfiguration.Builder.queryTimeout(Duration).
       </action>
-      <!--  UPDATE -->
+      <!-- UPDATE -->
       <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
         Bump actions/cache from 2 to 3.0.11 #109, #141, #145.
       </action>