Skip to content

Commit a3a3397

Browse files
committed
[maven-release-plugin] prepare release geneticalgorithm-parent-3.0.1
1 parent e2acd74 commit a3a3397

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

geneticalgorithm-example-int-guessing/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>3.0.1-SNAPSHOT</version>
7+
<version>3.0.1</version>
88
</parent>
99
<artifactId>geneticalgorithm-example-int-guessing</artifactId>
1010
<name>Genetic Algorithm example int-guessing</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>3.0.1-SNAPSHOT</version>
7+
<version>3.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>3.0.1-SNAPSHOT</version>
7+
<version>3.0.1</version>
88
<packaging>pom</packaging>
99

1010
<name>Genetic Algorithm Parent POM</name>
@@ -35,7 +35,7 @@
3535
<scm>
3636
<url>git@github.com:sfuhrm/geneticalgorithm.git</url>
3737
<connection>scm:git:git@github.com:sfuhrm/geneticalgorithm.git</connection>
38-
<tag>geneticalgorithm-2.0.0</tag>
38+
<tag>geneticalgorithm-parent-3.0.1</tag>
3939
</scm>
4040

4141
<properties>

0 commit comments

Comments
 (0)