Skip to content

Commit

Permalink
Change Maven version numbers to version 0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbi committed Dec 28, 2016
1 parent 676245c commit f4ae07b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client-metatrader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.voidnode.trading4j</groupId>
<artifactId>parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>client-metatrader</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.voidnode.trading4j</groupId>
<artifactId>parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>core</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.voidnode.trading4j</groupId>
<artifactId>parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>examples</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.voidnode.trading4j</groupId>
<artifactId>parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<packaging>pom</packaging>

<name>Trading4j</name>
Expand Down Expand Up @@ -34,7 +34,7 @@
<url>https://github.com/rbi/trading4j</url>
<developerConnection>scm:git:git@github.com:rbi/trading4j.git</developerConnection>
<connection>scm:git:https://github.com/rbi/trading4j.git</connection>
<tag>HEAD</tag>
<tag>v0.1</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.voidnode.trading4j</groupId>
<artifactId>parent</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</parent>
<artifactId>server</artifactId>

Expand Down

0 comments on commit f4ae07b

Please sign in to comment.