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 2020/02/13 15:26:01 UTC

[commons-lang] branch master updated: - Update copyright year in NOTICE file. - org.easymock:easymock 4.1 -> 4.2. - org.junit-pioneer:junit-pioneer 0.4.2 -> 0.5.3. - org.junit.jupiter:junit-jupiter 5.5.2 -> 5.6.0.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new e6165e9  - Update copyright year in NOTICE file. - org.easymock:easymock 4.1 -> 4.2. - org.junit-pioneer:junit-pioneer 0.4.2 -> 0.5.3. - org.junit.jupiter:junit-jupiter 5.5.2 -> 5.6.0.
e6165e9 is described below

commit e6165e93770844a8bc1627a2f56807b6e4d6357b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Feb 13 10:25:56 2020 -0500

    - Update copyright year in NOTICE file.
    - org.easymock:easymock 4.1 -> 4.2.
    - org.junit-pioneer:junit-pioneer 0.4.2 -> 0.5.3.
    - org.junit.jupiter:junit-jupiter 5.5.2 -> 5.6.0.
---
 NOTICE.txt              | 2 +-
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 3 +++
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index 13a3140..f223e8f 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Commons Lang
-Copyright 2001-2019 The Apache Software Foundation
+Copyright 2001-2020 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/pom.xml b/pom.xml
index 1505a02..6fad176 100644
--- a/pom.xml
+++ b/pom.xml
@@ -516,13 +516,13 @@
     <dependency>
       <groupId>org.junit.jupiter</groupId>
       <artifactId>junit-jupiter</artifactId>
-      <version>5.5.2</version>
+      <version>5.6.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.junit-pioneer</groupId>
       <artifactId>junit-pioneer</artifactId>
-      <version>0.4.2</version>
+      <version>0.5.3</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -535,7 +535,7 @@
     <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>4.1</version>
+      <version>4.2</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c5516d5..d5c731c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -96,6 +96,9 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1512" type="add" dev="ggregory" due-to="Gary Gregory">Add IS_JAVA_14 and IS_JAVA_15 to org.apache.commons.lang3.SystemUtils.</action>
     <action issue="LANG-1513" type="add" dev="ggregory" due-to="Bernhard Bonigl, Gary Gregory">ObjectUtils: Get first non-null supplier value.</action>
     <action                   type="add" dev="jochen">Added the Streams class, and Functions.stream() as an accessor thereof.</action>
+    <action                   type="update" dev="ggregory" due-to="Gary Gregory">org.easymock:easymock 4.1 -> 4.2.</action>
+    <action                   type="update" dev="ggregory" due-to="Gary Gregory">org.junit-pioneer:junit-pioneer 0.4.2 -> 0.5.3.</action>
+    <action                   type="update" dev="ggregory" due-to="Gary Gregory">org.junit.jupiter:junit-jupiter 5.5.2 -> 5.6.0.</action>
   </release>
 
   <release version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">