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-logging.git
The following commit(s) were added to refs/heads/master by this push: new 50f4eb4 Use published parent pom 50f4eb4 is described below commit 50f4eb4e4a40a3590c73c19358508c814b1b3020 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Mar 6 09:44:27 2025 -0500 Use published parent pom --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9d8a197..8ef2aa0 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>82-SNAPSHOT</version> + <version>81</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-logging</groupId>