This is an automated email from the ASF dual-hosted git repository. erans 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 9243140 Typo in maven artefact identifier. 9243140 is described below commit 924314078a5b76587f766bf711f9efae795c3a15 Author: Gilles Sadowski <gil...@harfang.homelinux.org> AuthorDate: Sun Jun 9 00:28:33 2019 +0200 Typo in maven artefact identifier. --- commons-numbers-rootfinder/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-numbers-rootfinder/pom.xml b/commons-numbers-rootfinder/pom.xml index 90465c8..8a4b69e 100644 --- a/commons-numbers-rootfinder/pom.xml +++ b/commons-numbers-rootfinder/pom.xml @@ -26,7 +26,7 @@ <version>1.0-SNAPSHOT</version> </parent> - <artifactId>commons-numbers-root-finder</artifactId> + <artifactId>commons-numbers-rootfinder</artifactId> <name>Apache Commons Numbers Root Finder</name> <description>Root finding utilities.</description>