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 22:01:24 UTC

[commons-collections] 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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new fec2e65  Explain why needed
fec2e65 is described below

commit fec2e657ccc6dd79ad392c1ad7a03bd8d76fb6a5
Author: Sebb <se...@apache.org>
AuthorDate: Tue Aug 6 23:00:56 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 37b8157..24563fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -510,7 +510,7 @@
     <commons.release.4.name>commons-collections-${commons.release.4.version}</commons.release.4.name>
     <!-- Older release has sha256 only -->
     <commons.release.4.hash>sha256</commons.release.4.hash>
-    <!-- This should be the default but seems to be needed -->
+    <!-- This is needed uptil CP49 is released -->
     <commons.release.4.binary.suffix>-bin</commons.release.4.binary.suffix>
 
     <commons.jira.id>COLLECTIONS</commons.jira.id>