Skip to content

Commit

Permalink
Changed POMs to use ${project.version} whereever possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Oct 6, 2014
1 parent 74c6964 commit 7f877d8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cardshifter-console/pom.xml
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion cardshifter-core/pom.xml
Original file line number Diff line number Diff line change
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
4 changes: 2 additions & 2 deletions cardshifter-fx/pom.xml
Original file line number Diff line number Diff line change
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
6 changes: 3 additions & 3 deletions cardshifter-server/pom.xml
Original file line number Diff line number Diff line change
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

0 comments on commit 7f877d8

Please sign in to comment.