Skip to content

Commit e084eb6

Browse files
committed
modified the artifactId
1 parent 39db7ca commit e084eb6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

commons-math-examples/examples-ga/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependencies>
3636
<dependency>
3737
<groupId>org.apache.commons</groupId>
38-
<artifactId>commons-math4-ga</artifactId>
38+
<artifactId>commons-math-ga</artifactId>
3939
<version>4.0-SNAPSHOT</version>
4040
</dependency>
4141
<dependency>

commons-math-ga/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<artifactId>commons-math-parent</artifactId>
2525
<version>4.0-SNAPSHOT</version>
2626
</parent>
27-
<artifactId>commons-math4-ga</artifactId>
27+
<artifactId>commons-math-ga</artifactId>
2828
<name>genetic algorithm</name>
2929

3030
<description/>

0 commit comments

Comments
 (0)