Skip to content

Commit 0d568b0

Browse files
committed
12: Formatting and parsing using the US format not symmetric
Cleaning up lib.version Task-Url: http://github.com/JavaMoney/javamoney-examples/issues/issue/12
1 parent ffb79f0 commit 0d568b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javafx/money-fxdemo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<dependency>
2424
<groupId>org.javamoney.lib</groupId>
2525
<artifactId>javamoney-lib</artifactId>
26-
<version>0.8</version>
26+
<version>${lib.version}</version>
2727
<type>pom</type>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.javamoney.lib</groupId>
3131
<artifactId>javamoney-calc</artifactId>
32-
<version>0.8</version>
32+
<version>${lib.version}</version>
3333
</dependency>
3434
</dependencies>
3535
</project>

0 commit comments

Comments
 (0)