Skip to content

Commit

Permalink
Change ${parent.version} to ${project.version} since Maven apparently…
Browse files Browse the repository at this point in the history
… complains about ${parent.version}.

-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=78201599
  • Loading branch information
cgdecker authored and sameb committed Oct 27, 2014
1 parent 377e161 commit 03c2bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdk8-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See the Apache License Version 2.0 for the specific language governing permissio
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>${parent.version}</version>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 03c2bbf

Please sign in to comment.