This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
The following commit(s) were added to refs/heads/master by this push: new c837f7b Remove redundant groupId from pom. c837f7b is described below commit c837f7bcea8dbf0aaff31ddd18b24e48b31aac53 Author: aherbert <aherb...@apache.org> AuthorDate: Fri Jun 19 15:18:49 2020 +0100 Remove redundant groupId from pom. The project groupId matches the parent groupId. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 07e4735..250fd89 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,6 @@ <version>50</version> </parent> - <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-parent</artifactId> <version>1.0-SNAPSHOT</version> <packaging>pom</packaging>