We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e790a commit a0378d4Copy full SHA for a0378d4
pom.xml
@@ -3,13 +3,14 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>de.sfuhrm</groupId>
5
<artifactId>geneticalgorithm</artifactId>
6
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.1</version>
7
<name>GeneticAlgorithm</name>
8
<description>Classes for implementing genetic algorithms</description>
9
<url>https://github.com/sfuhrm/geneticalgorithm</url>
10
<scm>
11
12
<connection>scm:git:https://github.com/sfuhrm/geneticalgorithm.git</connection>
13
+ <tag>geneticalgorithm-1.2.1</tag>
14
</scm>
15
<licenses>
16
<license>
0 commit comments