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/02 14:23:54 UTC

[commons-collections] branch master updated: Fix the source of the naming problem for 3.2.2

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 c9c0008  Fix the source of the naming problem for 3.2.2
c9c0008 is described below

commit c9c0008a8ad0975cab0629526019a97ee8386bbc
Author: Sebb <se...@apache.org>
AuthorDate: Fri Aug 2 15:23:46 2019 +0100

    Fix the source of the naming problem for 3.2.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c3a56ba..5a0003e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -507,7 +507,7 @@
     <commons.release.4.version>3.2.2</commons.release.4.version>
     <commons.release.4.desc>(Requires Java 1.3 or later)</commons.release.4.desc>
     <!-- Override generated name -->
-    <commons.release.4.name>commons-collections-${commons.release.3.version}</commons.release.4.name>
+    <commons.release.4.name>commons-collections-${commons.release.4.version}</commons.release.4.name>
 
     <commons.jira.id>COLLECTIONS</commons.jira.id>
     <commons.jira.pid>12310465</commons.jira.pid>