Skip to content

Commit

Permalink
30: Create Java 9+ examples
Browse files Browse the repository at this point in the history
Task-Url: #30
  • Loading branch information
keilw committed Aug 30, 2020
1 parent cf40abd commit b6f8d11
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion console/functional-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>javamoney-examples-console</artifactId>
<groupId>org.javamoney.examples.console</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>

<artifactId>functional-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/functional-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>javamoney-examples-console</artifactId>
<groupId>org.javamoney.examples.console</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>

<artifactId>functional-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/javamoney-console-bp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>javamoney-examples-console</artifactId>
<groupId>org.javamoney.examples.console</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<artifactId>javamoney-console-bp</artifactId>
<name>JavaMoney Simple Console Examples for Java 7</name>
Expand Down
2 changes: 1 addition & 1 deletion console/javamoney-console-java10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.javamoney.examples.console</groupId>
<artifactId>javamoney-examples-console</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<artifactId>javamoney-console-java10</artifactId>
<name>JavaMoney Java 10 Console Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion console/javamoney-console-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.javamoney.examples.console</groupId>
<artifactId>javamoney-examples-console</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<artifactId>javamoney-console-java8</artifactId>
<name>JavaMoney Java 8 Console Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion console/javamoney-console-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>javamoney-examples-console</artifactId>
<groupId>org.javamoney.examples.console</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<artifactId>javamoney-console-simple</artifactId>
<name>JavaMoney Simple Console Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion console/moneymachine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>javamoney-examples-console</artifactId>
<groupId>org.javamoney.examples.console</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>

<artifactId>moneymachine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.javamoney.examples</groupId>
<artifactId>javamoney-examples</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<groupId>org.javamoney.examples.console</groupId>
<artifactId>javamoney-examples-console</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion javafx/money-fxdemo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.javamoney.examples.javafx</groupId>
<artifactId>javamoney-examples-javafx</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<artifactId>javamoney-fxdemo</artifactId>
<name>JavaMoney FX Demo</name>
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.javafx</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>

<artifactId>javamoney-fxbinding</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>javamoney-examples</artifactId>
<groupId>org.javamoney.examples</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<artifactId>javamoney-examples-javafx</artifactId>
<packaging>pom</packaging>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<artifactId>javamoney-examples</artifactId>
<packaging>pom</packaging>
<name>Java Money and Currency Examples</name>
<version>1.2-SNAPSHOT</version>
<modules>
<module>console</module>
<module>swing</module>
Expand Down
2 changes: 1 addition & 1 deletion swing/javamoney-ez/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.javamoney.examples.ez</groupId>
<artifactId>javamoney-ez</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>javamoney-ez-common</artifactId>
<name>JavaMoney EZ Common</name>
Expand Down
2 changes: 1 addition & 1 deletion swing/javamoney-ez/money/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.javamoney.examples.ez</groupId>
<artifactId>javamoney-ez</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<artifactId>javamoney-ez-money</artifactId>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions swing/javamoney-ez/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.javamoney.examples.swing</groupId>
<artifactId>javamoney-examples-swing</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<groupId>org.javamoney.examples.ez</groupId>
<artifactId>javamoney-ez</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<packaging>pom</packaging>
<name>JavaMoney EZ</name>
<description>EZ Money Reloaded - powered by JavaMoney</description>
<description>EZ Money Reboot - powered by JavaMoney</description>
<licenses>
<license>
<name>Apache License version 2.0</name>
Expand Down
2 changes: 1 addition & 1 deletion swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.javamoney.examples</groupId>
<artifactId>javamoney-examples</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<artifactId>javamoney-examples-swing</artifactId>
<name>Java Money and Currency Swing RCP Examples</name>
Expand Down
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 @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.javamoney.examples.web</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
<artifactId>javamoney-examples-web</artifactId>
</parent>
<artifactId>javamoney-payment-cdi-event</artifactId>
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 @@ -5,7 +5,7 @@
<parent>
<artifactId>javamoney-examples-web</artifactId>
<groupId>org.javamoney.examples.web</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<artifactId>javamoney-tradingapp</artifactId>
<packaging>war</packaging>
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 @@ -5,7 +5,7 @@
<parent>
<artifactId>javamoney-examples-web</artifactId>
<groupId>org.javamoney.examples.web</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<artifactId>jax-rs-money</artifactId>
<packaging>war</packaging>
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 @@
<parent>
<artifactId>javamoney-examples-web</artifactId>
<groupId>org.javamoney.examples.web</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<artifactId>javamoney-examples-jsf</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>javamoney-examples</artifactId>
<groupId>org.javamoney.examples</groupId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
</parent>
<artifactId>javamoney-examples-web</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit b6f8d11

Please sign in to comment.