Skip to content

Commit

Permalink
use project.version instead of parent.version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Dec 17, 2017
1 parent 56d63a5 commit 663f0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy-rules-mvel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.jeasy</groupId>
<artifactId>easy-rules-core</artifactId>
<version>${parent.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
Expand Down

0 comments on commit 663f0c6

Please sign in to comment.