Skip to content

Commit

Permalink
Merge branch 'release-0.3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Oct 6, 2014
2 parents 74c6964 + cd18b44 commit 40b6094
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ deploy:
api-key:
secure: "CJyVgIoL/G0a233WuqPi14eOAk8JlWdErxqbJZYawGmCt5CBJW9l5+4CO4mJqho+EKHmpr+OgGVFq5HV4zQVqVJNFhL86yEucY52v3uQqqT26UmyJwLEtNOpHzVw0pXKvE5LbBOQdl+/8nNhakd6VwGE3qs05F+0ZYyu9LXaal4="
file:
- "target/cardshifter-fx-0.2.jar"
- "target/cardshifter-server-0.2.jar"
- "target/cardshifter-fx-0.3.jar"
- "target/cardshifter-server-0.3.jar"
skip_cleanup: true
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion cardshifter-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.cardshifter</groupId>
<artifactId>cardshifter</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<artifactId>cardshifter-api</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions cardshifter-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.cardshifter</groupId>
<artifactId>cardshifter</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<artifactId>cardshifter-console</artifactId>
Expand Down Expand Up @@ -50,12 +50,12 @@
<dependency>
<groupId>com.cardshifter</groupId>
<artifactId>cardshifter-core</artifactId>
<version>0.3-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.cardshifter</groupId>
<artifactId>cardshifter-mod</artifactId>
<version>0.3-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.beust</groupId>
Expand Down
4 changes: 2 additions & 2 deletions cardshifter-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.cardshifter</groupId>
<artifactId>cardshifter</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<artifactId>cardshifter-core</artifactId>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.cardshifter</groupId>
<artifactId>cardshifter-api</artifactId>
<version>0.3-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.luaj</groupId>
Expand Down
6 changes: 3 additions & 3 deletions cardshifter-fx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.cardshifter</groupId>
<artifactId>cardshifter</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<artifactId>cardshifter-fx</artifactId>
Expand Down Expand Up @@ -55,12 +55,12 @@
<dependency>
<groupId>com.cardshifter</groupId>
<artifactId>cardshifter-mod</artifactId>
<version>0.3-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.cardshifter</groupId>
<artifactId>cardshifter-core</artifactId>
<version>0.3-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.loadui</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cardshifter-mod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.cardshifter</groupId>
<artifactId>cardshifter</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<artifactId>cardshifter-mod</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions cardshifter-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.cardshifter</groupId>
<artifactId>cardshifter</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
</parent>

<artifactId>cardshifter-server</artifactId>
Expand Down Expand Up @@ -51,17 +51,17 @@
<dependency>
<groupId>com.cardshifter</groupId>
<artifactId>cardshifter-core</artifactId>
<version>0.3-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.cardshifter</groupId>
<artifactId>cardshifter-mod</artifactId>
<version>0.3-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.cardshifter</groupId>
<artifactId>cardshifter-api</artifactId>
<version>0.3-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.cardshifter</groupId>
<artifactId>cardshifter</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.3</version>
<packaging>pom</packaging>

<name>cardshifter</name>
Expand Down

0 comments on commit 40b6094

Please sign in to comment.