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 2018/07/11 21:23:25 UTC

[1/4] commons-collections git commit: Update version numbers for Apache Commons Collections release 4.2

Repository: commons-collections
Updated Branches:
  refs/heads/master d83572be9 -> 8cb8ac837


Update version numbers for Apache Commons Collections release 4.2


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

Branch: refs/heads/master
Commit: 37a7c44093839f4c21e051cef1099db6b1ef088a
Parents: d83572b
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jul 7 17:49:32 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jul 7 17:49:32 2018 -0600

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/37a7c440/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7602ae6..f5d2494 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
@@ -23,7 +23,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-collections4</artifactId>
-  <version>4.2-SNAPSHOT</version>
+  <version>4.2</version>
   <name>Apache Commons Collections</name>
 
   <inceptionYear>2001</inceptionYear>


[3/4] commons-collections git commit: Remove trailing whitepace.

Posted by gg...@apache.org.
Remove trailing whitepace.

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

Branch: refs/heads/master
Commit: 483cbbbf5a8b3c14edf3e6563e8f8ba380966d47
Parents: 03a9b7e
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jul 7 18:18:18 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jul 7 18:18:18 2018 -0600

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/483cbbbf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f5d2494..838fb18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -519,8 +519,8 @@
     <!--Commons Release Plugin -->
     <commons.bc.version>4.1</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
-    <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
-    <commons.releaseManagerKey>86FDC7E2A11262CB</commons.releaseManagerKey>    
+    <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
+    <commons.releaseManagerKey>86FDC7E2A11262CB</commons.releaseManagerKey>
     
   </properties>
 


[2/4] commons-collections git commit: Add download link which is now required in announce emails.

Posted by gg...@apache.org.
Add download link which is now required in announce emails.

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

Branch: refs/heads/master
Commit: 03a9b7e5ef26fb117ef943d544723b193fb73f57
Parents: 37a7c44
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jul 7 18:09:46 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jul 7 18:09:46 2018 -0600

----------------------------------------------------------------------
 RELEASE-NOTES.txt            | 2 ++
 src/changes/release-notes.vm | 2 ++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/03a9b7e5/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index a3ed771..bd9f4b6 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -43,6 +43,8 @@ patches, or suggestions for improvement, see the Apache Apache Commons Collectio
 
 http://commons.apache.org/proper/commons-collections/
 
+Download page: http://commons.apache.org/proper/commons-collections/download_pool.cgi
+
 ===============================================================================
 
               Apache Commons Collections

http://git-wip-us.apache.org/repos/asf/commons-collections/blob/03a9b7e5/src/changes/release-notes.vm
----------------------------------------------------------------------
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 6137b08..e4907b3 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -136,3 +136,5 @@ For complete information on ${project.name}, including instructions on how to su
 patches, or suggestions for improvement, see the Apache ${project.name} website:
 
 ${project.url}
+
+Download page: ${project.url}download_pool.cgi


[4/4] commons-collections git commit: Bump to next development version

Posted by gg...@apache.org.
Bump to next development version


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

Branch: refs/heads/master
Commit: 8cb8ac83721f54e41039e29e5c406693895b69cb
Parents: 483cbbb
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Jul 11 15:23:00 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Jul 11 15:23:00 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/8cb8ac83/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 838fb18..60d2d88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-collections4</artifactId>
-  <version>4.2</version>
+  <version>4.2.1-SNAPSHOT</version>
   <name>Apache Commons Collections</name>
 
   <inceptionYear>2001</inceptionYear>