Skip to content

Commit 39db7ca

Browse files
committed
updated artifact ids
1 parent 5b32d9a commit 39db7ca

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<artifactId>examples-ga</artifactId>
2424
<version>4.0-SNAPSHOT</version>
2525
</parent>
26-
<artifactId>examples-genetic-algorithm-math-functions</artifactId>
26+
<artifactId>examples-ga-math-functions</artifactId>
2727

2828
<properties>
2929
<maven.compiler.source>1.8</maven.compiler.source>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<artifactId>examples-ga</artifactId>
2424
<version>4.0-SNAPSHOT</version>
2525
</parent>
26-
<artifactId>examples-genetic-algorithm-tsp</artifactId>
26+
<artifactId>examples-ga-tsp</artifactId>
2727

2828
<properties>
2929
<maven.compiler.source>1.8</maven.compiler.source>

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-math-ga</artifactId>
38+
<artifactId>commons-math4-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-math-ga</artifactId>
27+
<artifactId>commons-math4-ga</artifactId>
2828
<name>genetic algorithm</name>
2929

3030
<description/>

0 commit comments

Comments
 (0)