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 742eb89 Update POM parent: org.apache.commons:commons-parent 48 -> 50. tar 742eb89 is described below commit 742eb8982bbe271d2b84f08798092f43dbea46a9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Dec 21 07:57:41 2019 -0500 Update POM parent: org.apache.commons:commons-parent 48 -> 50. tar --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bfd9995..999ef67 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>48</version> + <version>50</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-lang3</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6976cf2..fafcaa6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -83,6 +83,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Update test dependency: org.junit-pioneer:junit-pioneer 0.3.0 -> 0.4.2.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Update build dependency: com.puppycrawl.tools:checkstyle 8.18 -> 8.27.</action> <action issue="LANG-1501" type="fix" dev="ggregory" due-to="contextshuffling">Sort fields in ReflectionToStringBuilder for deterministic order #481.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Update POM parent: org.apache.commons:commons-parent 48 -> 50.</action> </release> <release version="3.9" date="2019-04-09" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">