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-functor.git
The following commit(s) were added to refs/heads/master by this push: new 2798f03 Bump commons-parent from 53 to 58 2798f03 is described below commit 2798f03f33013453685620e29cc08d2e60672a64 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 25 11:42:13 2023 -0400 Bump commons-parent from 53 to 58 --- pom.xml | 17 ++++++++++++++++- src/changes/changes.xml | 4 ++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a0c88b..727dae6 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>53</version> + <version>58</version> </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-functor-parent</artifactId> @@ -50,6 +50,21 @@ </scm> <developers> + <developer> + <id>ggregory</id> + <name>Gary Gregory</name> + <email>ggregory at apache.org</email> + <url>https://www.garygregory.com</url> + <organization>The Apache Software Foundation</organization> + <organizationUrl>https://www.apache.org/</organizationUrl> + <roles> + <role>PMC Member</role> + </roles> + <timezone>America/New_York</timezone> + <properties> + <picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl> + </properties> + </developer> <developer> <name>Bruno P. Kinoshita</name> <email>kinow AT apache DOT org</email> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 412234d..0ecc857 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -92,6 +92,10 @@ <action issue="FUNCTOR-1" dev="simonetripodi" due-to="Liviu Tudor"> New components: summarize and aggregate </action> + <!-- UPDATES --> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Bump commons-parent from 53 to 58. + </action> </release> </body> </document>