Skip to content

Commit

Permalink
modified the artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
avbasak1 committed Sep 26, 2021
1 parent 39db7ca commit e084eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-math4-ga</artifactId>
<artifactId>commons-math-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-math4-ga</artifactId>
<artifactId>commons-math-ga</artifactId>
<name>genetic algorithm</name>

<description/>
Expand Down

0 comments on commit e084eb6

Please sign in to comment.