Skip to content

Commit 8040cf3

Browse files
committed
[maven-release-plugin] prepare release geneticalgorithm-parent-2.0.1
1 parent 46ae646 commit 8040cf3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

geneticalgorithm-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.sfuhrm</groupId>
66
<artifactId>geneticalgorithm-parent</artifactId>
7-
<version>2.0.1-SNAPSHOT</version>
7+
<version>2.0.1</version>
88
</parent>
99
<artifactId>geneticalgorithm-example</artifactId>
1010
<name>Genetic Algorithm example</name>

geneticalgorithm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.sfuhrm</groupId>
66
<artifactId>geneticalgorithm-parent</artifactId>
7-
<version>2.0.1-SNAPSHOT</version>
7+
<version>2.0.1</version>
88
</parent>
99
<artifactId>geneticalgorithm</artifactId>
1010
<name>Genetic Algorithm library</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>de.sfuhrm</groupId>
66
<artifactId>geneticalgorithm-parent</artifactId>
7-
<version>2.0.1-SNAPSHOT</version>
7+
<version>2.0.1</version>
88
<packaging>pom</packaging>
99

1010
<name>GeneticAlgorithm Parent POM</name>
@@ -30,7 +30,7 @@
3030
<scm>
3131
<url>https://github.com/sfuhrm/geneticalgorithm</url>
3232
<connection>scm:git:https://github.com/sfuhrm/geneticalgorithm.git</connection>
33-
<tag>geneticalgorithm-2.0.0</tag>
33+
<tag>geneticalgorithm-parent-2.0.1</tag>
3434
</scm>
3535

3636
<properties>

0 commit comments

Comments
 (0)