Skip to content

Commit

Permalink
Simplified version handling
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Sep 23, 2013
1 parent 0adb952 commit 4f0d380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<junit.version>4.8.2</junit.version>
<slf4j.version>1.6.1</slf4j.version>
<!-- JSR versions -->
<javamoney.version>0.6-SNAPSHOT</javamoney.version>
<javamoney.ri.version>0.6-SNAPSHOT</javamoney.ri.version>
<javamoney.version>${version}</javamoney.version>
<javamoney.ri.version>${version}</javamoney.ri.version>
</properties>

<licenses>
Expand Down

0 comments on commit 4f0d380

Please sign in to comment.