Skip to content

Commit f37f2e9

Browse files
committed
18: ECB Rate Provider not working in JavaMoney Demo Application
Task-Url: https://github.com/JavaMoney/javamoney-examples/issues/issues/18
1 parent 6ba4224 commit f37f2e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

console/javamoney-console-java10/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<artifactId>javamoney-examples-console</artifactId>
77
<version>1.2-SNAPSHOT</version>
88
</parent>
9-
<artifactId>javamoney-console-java8</artifactId>
10-
<name>JavaMoney Java 8 Console Examples</name>
9+
<artifactId>javamoney-console-java10</artifactId>
10+
<name>JavaMoney Java 10 Console Examples</name>
1111
<properties>
1212
<jdkVersion>10</jdkVersion>
1313
</properties>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<slf4j.version>1.7.30</slf4j.version>
2525
<!-- JSR versions -->
2626
<api.version>1.1</api.version>
27-
<impl.version>1.4.1</impl.version>
27+
<impl.version>1.4.2</impl.version>
2828
<impl.type>pom</impl.type>
2929
<lib.version>1.1</lib.version>
3030
</properties>

0 commit comments

Comments
 (0)