Skip to content

Commit 016bfde

Browse files
committed
[maven-release-plugin] prepare release ta4j-0.6
1 parent ef90591 commit 016bfde

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>eu.verdelhan</groupId>
44
<artifactId>ta4j-parent</artifactId>
5-
<version>0.6-SNAPSHOT</version>
5+
<version>0.6</version>
66
<packaging>pom</packaging>
77

88
<name>Ta4j Parent</name>
@@ -49,7 +49,7 @@
4949
<connection>scm:git:git://github.com/mdeverdelhan/ta4j.git</connection>
5050
<developerConnection>scm:git:[email protected]:mdeverdelhan/ta4j.git</developerConnection>
5151
<url>http://github.com/mdeverdelhan/ta4j</url>
52-
<tag>HEAD</tag>
52+
<tag>ta4j-0.6</tag>
5353
</scm>
5454

5555
<modules>

ta4j-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>eu.verdelhan</groupId>
55
<artifactId>ta4j-parent</artifactId>
6-
<version>0.6-SNAPSHOT</version>
6+
<version>0.6</version>
77
</parent>
88
<artifactId>ta4j-examples</artifactId>
99

@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>eu.verdelhan</groupId>
1717
<artifactId>ta4j</artifactId>
18-
<version>0.6-SNAPSHOT</version>
18+
<version>0.6</version>
1919
</dependency>
2020

2121
<dependency>

ta4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>eu.verdelhan</groupId>
55
<artifactId>ta4j-parent</artifactId>
6-
<version>0.6-SNAPSHOT</version>
6+
<version>0.6</version>
77
</parent>
88
<artifactId>ta4j</artifactId>
99

0 commit comments

Comments
 (0)