You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2019/08/06 21:59:54 UTC

[commons-dbcp] branch master updated: Explain why needed

This is an automated email from the ASF dual-hosted git repository.

sebb 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 4636da3  Explain why needed
4636da3 is described below

commit 4636da3ea1cbabba56aeb3778907542bcfdf611d
Author: Sebb <se...@apache.org>
AuthorDate: Tue Aug 6 22:59:45 2019 +0100

    Explain why needed
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f79f86..2b02150 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,7 +312,7 @@
     <commons.release.4.version>1.3</commons.release.4.version>
     <commons.release.4.desc>for JDBC 3 on Java 1.4 or 5</commons.release.4.desc>
     <commons.release.4.hash>sha256</commons.release.4.hash>
-    <!-- Not sure why this is needed - issue with commons-build? -->
+    <!-- This is needed until CP49 is released -->
     <commons.release.4.binary.suffix>-bin</commons.release.4.binary.suffix>
     
     <commons.site.path>dbcp</commons.site.path>