Skip to content

Commit

Permalink
updated artifact ids
Browse files Browse the repository at this point in the history
  • Loading branch information
avbasak1 committed Sep 25, 2021
1 parent 5b32d9a commit 39db7ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -23,7 +23,7 @@
<artifactId>examples-ga</artifactId>
<version>4.0-SNAPSHOT</version>
</parent>
<artifactId>examples-genetic-algorithm-math-functions</artifactId>
<artifactId>examples-ga-math-functions</artifactId>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion commons-math-examples/examples-ga/examples-ga-tsp/pom.xml
Expand Up @@ -23,7 +23,7 @@
<artifactId>examples-ga</artifactId>
<version>4.0-SNAPSHOT</version>
</parent>
<artifactId>examples-genetic-algorithm-tsp</artifactId>
<artifactId>examples-ga-tsp</artifactId>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion commons-math-examples/examples-ga/pom.xml
Expand Up @@ -35,7 +35,7 @@
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math-ga</artifactId>
<artifactId>commons-math4-ga</artifactId>
<version>4.0-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion commons-math-ga/pom.xml
Expand Up @@ -24,7 +24,7 @@
<artifactId>commons-math-parent</artifactId>
<version>4.0-SNAPSHOT</version>
</parent>
<artifactId>commons-math-ga</artifactId>
<artifactId>commons-math4-ga</artifactId>
<name>genetic algorithm</name>

<description/>
Expand Down

0 comments on commit 39db7ca

Please sign in to comment.