Skip to content

Commit

Permalink
use ${project.version} for self-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hdbeukel committed Sep 6, 2017
1 parent e26a000 commit 50a7339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
<dependency>
<groupId>org.corehunter</groupId>
<artifactId>corehunter-base</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.corehunter</groupId>
<artifactId>corehunter-services-api</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jamesframework</groupId>
Expand Down Expand Up @@ -429,7 +429,7 @@
<dependency>
<groupId>org.corehunter</groupId>
<artifactId>build-tools</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 50a7339

Please sign in to comment.