We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39db7ca commit e084eb6Copy full SHA for e084eb6
2 files changed
commons-math-examples/examples-ga/pom.xml
@@ -35,7 +35,7 @@
35
<dependencies>
36
<dependency>
37
<groupId>org.apache.commons</groupId>
38
- <artifactId>commons-math4-ga</artifactId>
+ <artifactId>commons-math-ga</artifactId>
39
<version>4.0-SNAPSHOT</version>
40
</dependency>
41
commons-math-ga/pom.xml
@@ -24,7 +24,7 @@
24
<artifactId>commons-math-parent</artifactId>
25
26
</parent>
27
28
<name>genetic algorithm</name>
29
30
<description/>
0 commit comments