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 2020/06/18 13:07:53 UTC

[commons-parent] annotated tag commons-parent-51-RC1 created (now 074abfa)

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

sebb pushed a change to annotated tag commons-parent-51-RC1
in repository https://gitbox.apache.org/repos/asf/commons-parent.git.


      at 074abfa  (tag)
 tagging 3f6d3d87c17372e284daf19bf6769ca242f62696 (commit)
 replaces commons-parent-50
      by Sebb
      on Thu Jun 18 14:07:36 2020 +0100

- Log -----------------------------------------------------------------
Tag Commons Parent version 51-RC1
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new caadf29  Update version numbers for Commons Parent version 51
     new 3f6d3d8  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent into release

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[commons-parent] 01/02: Update version numbers for Commons Parent version 51

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to annotated tag commons-parent-51-RC1
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit caadf2943c38bc3e97be4ba11fd8aa1a92946003
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jun 18 14:02:55 2020 +0100

    Update version numbers for Commons Parent version 51
---
 RELEASE-NOTES.txt | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 pom.xml           |  2 +-
 2 files changed, 50 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 4bb2a29..c945457 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,52 @@
+              Apache Commons Parent 51
+                  RELEASE NOTES
+
+The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 51
+
+The Apache Commons Parent POM provides common settings for all Apache Commons components.
+
+Fix incompatibilty issues with Java 7
+Add support for Java 13.
+Update various plugin versions.
+
+Changes in this version include:
+
+New features:
+o  Allow override of changes.announcementFile/announcementDirectory
+
+Fixed Bugs:
+o  Allow Java7 builds: commons.animal-sniffer.version=1.17; biz.aQute.bndlib.version=3.5.0
+o  PR#5: change <docEncoding> to <docencoding> for maven javadoc plugin.
+
+Changes:
+o  JApiCmp 0.14.1 -> 0.14.3.
+o  maven-enforcer-plugin 3.0.0-M2 -> 3.0.0-M3.
+o  maven-source-plugin 3.2.0 -> 3.2.1.
+o  commons.spotbugs.version 3.1.6 -> 3.1.12.2.
+o  org.apache:apache 21 -> 23.
+o  maven-javadoc-plugin 3.1.1 -> 3.2.0.
+o  commons.pmd.version 3.12.0 -> 3.13.0.
+o  Fix https://github.com/bndtools/bnd/issues/3903 seen with Commons CSV.
+o  commons.project-info.version 3.0.0 -> 3.1.0
+o  Add support for Java 13
+o  Support NOTICE and LICENSE alongside .txt versions
+o  commons.wagon-ssh.version 3.0.0 -> 3.1.0
+o  biz.aQute.bndlib.version 5.0.1 => 5.1.0
+o  bcel version 6.4.1 => 6.5.0
+o  maven pre-requisite 3.0.5 => 3.5.0
+o  commons.build-helper.version 3.0.0 => 3.1.0
+
+
+Historical list of changes: https://commons.apache.org/commons-parent-pom.htmlchanges-report.html
+
+For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
+
+https://commons.apache.org/commons-parent-pom.html
+
+-----------------------------------------------------------------------------
+
+
               Apache Commons Parent 50
                   RELEASE NOTES
 
diff --git a/pom.xml b/pom.xml
index 5bf36d9..e2486ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>51-SNAPSHOT</version>
+  <version>51</version>
   <packaging>pom</packaging>
   <name>Apache Commons Parent</name>
   <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>


[commons-parent] 02/02: Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent into release

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to annotated tag commons-parent-51-RC1
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 3f6d3d87c17372e284daf19bf6769ca242f62696
Merge: caadf29 ac793cc
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jun 18 14:06:43 2020 +0100

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent into release

 BUILDING.txt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)