You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/07/11 17:55:57 UTC

[27/50] commons-collections git commit: Update component name: include Apache.

Update component name: include Apache.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/COLLECTIONS_3_2_X@1713549 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/3d997354
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/3d997354
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/3d997354

Branch: refs/heads/COLLECTIONS_3_2_X
Commit: 3d997354aeb9dc0e8a073cc3c6d51a3408358239
Parents: b56c25a
Author: Thomas Neidhart <tn...@apache.org>
Authored: Mon Nov 9 21:43:02 2015 +0000
Committer: Thomas Neidhart <tn...@apache.org>
Committed: Mon Nov 9 21:43:02 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/3d997354/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cef7bd0..79bb2fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <groupId>commons-collections</groupId>
   <artifactId>commons-collections</artifactId>
   <version>3.2.2-SNAPSHOT</version>
-  <name>Commons Collections</name>
+  <name>Apache Commons Collections</name>
 
   <inceptionYear>2001</inceptionYear>
   <description>Types that extend and augment the Java Collections Framework.</description>