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-digester.git
The following commit(s) were added to refs/heads/master by this push: new db4266e Don't duplicate parent ID. db4266e is described below commit db4266eccb004e68ead1523601e0ec59efbe8307 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 11 08:31:35 2020 -0400 Don't duplicate parent ID. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 038c1cb..8680866 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,6 @@ <version>28</version> </parent> - <groupId>org.apache.commons</groupId> <artifactId>commons-digester3-parent</artifactId> <version>3.3-SNAPSHOT</version> <packaging>pom</packaging>