Skip to content

Commit

Permalink
12: Formatting and parsing using the US format not symmetric
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Jul 19, 2015
1 parent 0d568b0 commit e78a925
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion javafx/money-fxdemo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.javamoney.examples</groupId>
<groupId>org.javamoney.examples.javafx</groupId>
<artifactId>javamoney-examples-javafx</artifactId>
<version>1.0</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion javafx/money-javafx-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<parent>
<artifactId>javamoney-examples-javafx</artifactId>
<groupId>org.javamoney.examples</groupId>
<groupId>org.javamoney.examples.javafx</groupId>
<version>1.0</version>
</parent>

Expand Down
1 change: 1 addition & 0 deletions javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
<module>money-javafx-binding</module>
<module>money-fxdemo</module>
</modules>
<groupId>org.javamoney.examples.javafx</groupId>
</project>
2 changes: 1 addition & 1 deletion swing/javamoney-ez/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.javamoney.examples</groupId>
<groupId>org.javamoney.examples.swing</groupId>
<artifactId>javamoney-examples-swing</artifactId>
<version>1.0</version>
</parent>
Expand Down
1 change: 1 addition & 0 deletions swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@
<modules>
<module>javamoney-ez</module>
</modules>
<groupId>org.javamoney.examples.swing</groupId>
</project>
2 changes: 1 addition & 1 deletion web/javamoney-payment-cdi-event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.javamoney.examples</groupId>
<groupId>org.javamoney.examples.web</groupId>
<version>1.0</version>
<artifactId>javamoney-examples-web</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion web/javamoney-tradingapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>javamoney-examples-web</artifactId>
<groupId>org.javamoney.examples</groupId>
<groupId>org.javamoney.examples.web</groupId>
<version>1.0</version>
</parent>
<artifactId>javamoney-tradingapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/jax-rs-money/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>javamoney-examples-web</artifactId>
<groupId>org.javamoney.examples</groupId>
<groupId>org.javamoney.examples.web</groupId>
<version>1.0</version>
</parent>
<artifactId>jax-rs-money</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/jsf-money/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>javamoney-examples-web</artifactId>
<groupId>org.javamoney.examples</groupId>
<groupId>org.javamoney.examples.web</groupId>
<version>1.0</version>
</parent>
<artifactId>javamoney-examples-jsf</artifactId>
Expand Down
1 change: 1 addition & 0 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
<module>jsf-money</module>
<!-- module>jax-rs-money</module> -->
</modules>
<groupId>org.javamoney.examples.web</groupId>
</project>

0 comments on commit e78a925

Please sign in to comment.