Skip to content

Commit ff997bd

Browse files
committed
Fix parent pom name in accordance to child poms
1 parent cd1e7fa commit ff997bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>3.0.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

10-
<name>GeneticAlgorithm Parent POM</name>
10+
<name>Genetic Algorithm Parent POM</name>
1111
<description>Classes for implementing genetic algorithms</description>
1212
<url>https://github.com/sfuhrm/geneticalgorithm</url>
1313
<licenses>

0 commit comments

Comments
 (0)