You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2021/05/19 13:34:53 UTC

[commons-math] 01/03: Typo.

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch modularized_master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit ac978e2c4c4f96b835fa7efc5d23f5c40eaea1b9
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Tue May 18 03:23:05 2021 +0200

    Typo.
---
 commons-math-legacy/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-math-legacy/pom.xml b/commons-math-legacy/pom.xml
index 8795be8..30fb6ef 100644
--- a/commons-math-legacy/pom.xml
+++ b/commons-math-legacy/pom.xml
@@ -26,7 +26,7 @@
     <version>4.0-SNAPSHOT</version>
   </parent>
 
-  <artifactId>commons-math-legacy</artifactId>
+  <artifactId>commons-math4-legacy</artifactId>
   <name>Apache Commons Math (Legacy)</name>
 
   <description>Legacy codes that are either currently unsupported or not yet modularized.</description>