Skip to content

Commit 052ae66

Browse files
committed
277: RoundedMoney instances not rounded
Task-Url: https://github.com/JavaMoney/jsr354-ri/issues/issues/277
1 parent 58fe9a6 commit 052ae66

File tree

21 files changed

+9
-74
lines changed

21 files changed

+9
-74
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ The current project structure is as follows:
55

66
- [Console examples](console)
77
- [Simple Console Examples](console/javamoney-console-simple)
8-
- [Java 8 Console Examples](console/javamoney-console-java8)
98
- [Java 10 Console Examples](console/javamoney-console-java10) **disabled on CI because we still support JavaFX 8**
10-
- [Java Functional Examples](console/functional-example): examples using Java 8 with streams, lambda and money-api
9+
- [Java Functional Examples](console/functional-example): examples using Java 8+ with streams, lambda and money-api
1110
- [Money Machine](console/moneymachine): Adopt JSR API Testing project for getting feedback on the API
1211
- [JavaFX examples](javafx)
1312
- [JavaFX Demo application](javafx/money-fxdemo)
File renamed without changes.
File renamed without changes.

console/functional-example/pom.xml renamed to console/functional-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>1.2-SNAPSHOT</version>
88
</parent>
99

10-
<artifactId>functional-example</artifactId>
10+
<artifactId>functional-examples</artifactId>
1111
<properties>
1212
<jdkVersion>1.8</jdkVersion>
1313
</properties>

0 commit comments

Comments
 (0)