Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
team172011 committed Sep 10, 2018
1 parent 84f2696 commit 3004fd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.ta4j</groupId>
<artifactId>ta4j-parent</artifactId>
<version>0.12</version>
<version>0.13-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Ta4j Parent</name>
Expand Down Expand Up @@ -52,7 +52,7 @@
<connection>scm:git:git://github.com/ta4j/ta4j.git</connection>
<developerConnection>scm:git:git@github.com:ta4j/ta4j.git</developerConnection>
<url>http://github.com/ta4j/ta4j</url>
<tag>0.12</tag>
<tag>0.11</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion ta4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.ta4j</groupId>
<artifactId>ta4j-parent</artifactId>
<version>0.12</version>
<version>0.13-SNAPSHOT</version>
</parent>
<artifactId>ta4j-core</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions ta4j-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.ta4j</groupId>
<artifactId>ta4j-parent</artifactId>
<version>0.12</version>
<version>0.13-SNAPSHOT</version>
</parent>
<artifactId>ta4j-examples</artifactId>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.ta4j</groupId>
<artifactId>ta4j-core</artifactId>
<version>0.12</version>
<version>0.13-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 3004fd8

Please sign in to comment.