Skip to content

Commit

Permalink
29: Migrate JavaFX examples or retire them?
Browse files Browse the repository at this point in the history
Task-Url: #29
  • Loading branch information
keilw committed Aug 30, 2020
1 parent b6f8d11 commit c358ffc
Show file tree
Hide file tree
Showing 19 changed files with 26 additions and 25 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</version>
<version>1.3-SNAPSHOT</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</version>
<version>1.3-SNAPSHOT</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</version>
<version>1.3-SNAPSHOT</version>
</parent>
<artifactId>javamoney-console-bp</artifactId>
<name>JavaMoney Simple Console Examples for Java 7</name>
Expand Down
5 changes: 3 additions & 2 deletions console/javamoney-console-java10/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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.console</groupId>
<artifactId>javamoney-examples-console</artifactId>
<version>1.2</version>
<version>1.3-SNAPSHOT</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</version>
<version>1.3-SNAPSHOT</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</version>
<version>1.3-SNAPSHOT</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</version>
<version>1.3-SNAPSHOT</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</version>
<version>1.3-SNAPSHOT</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</version>
<version>1.3-SNAPSHOT</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</version>
<version>1.3-SNAPSHOT</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</version>
<version>1.3-SNAPSHOT</version>
</parent>
<artifactId>javamoney-examples-javafx</artifactId>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.javamoney</groupId>
<artifactId>javamoney-parent</artifactId>
<version>1.2</version>
<version>1.3</version>
</parent>
<groupId>org.javamoney.examples</groupId>
<artifactId>javamoney-examples</artifactId>
Expand All @@ -23,7 +23,7 @@
<slf4j.version>1.7.30</slf4j.version>
<!-- JSR versions -->
<api.version>1.1</api.version>
<impl.version>1.4.2</impl.version>
<impl.version>1.4.3-SNAPSHOT</impl.version>
<impl.type>pom</impl.type>
<lib.version>1.1</lib.version>
</properties>
Expand Down Expand Up @@ -57,7 +57,6 @@
<!-- Additional repositories -->
<!-- Helps to resolve Parent POM -->
<repositories>

<repository>
<id>jcenter</id>
<name>JCenter</name>
Expand All @@ -78,4 +77,5 @@
<url>https://oss.jfrog.org/artifactory/libs-snapshot</url>
</repository>
</repositories>
<version>1.3-SNAPSHOT</version>
</project>
2 changes: 1 addition & 1 deletion swing/javamoney-ez/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.javamoney.examples.swing</groupId>
<artifactId>javamoney-examples-swing</artifactId>
<version>1.2</version>
<version>1.3-SNAPSHOT</version>
</parent>
<groupId>org.javamoney.examples.ez</groupId>
<artifactId>javamoney-ez</artifactId>
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</version>
<version>1.3-SNAPSHOT</version>
</parent>
<artifactId>javamoney-examples-swing</artifactId>
<name>Java Money and Currency Swing RCP Examples</name>
Expand Down
4 changes: 2 additions & 2 deletions 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</version>
<version>1.3-SNAPSHOT</version>
<artifactId>javamoney-examples-web</artifactId>
</parent>
<artifactId>javamoney-payment-cdi-event</artifactId>
Expand All @@ -40,7 +40,7 @@
<!-- maven-compiler-plugin -->
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<impl.version>1.2</impl.version>
<impl.version>1.3-SNAPSHOT</impl.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions 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</version>
<version>1.3-SNAPSHOT</version>
</parent>
<artifactId>javamoney-tradingapp</artifactId>
<packaging>war</packaging>
Expand Down Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<version>1.3-SNAPSHOT.17</version>
</dependency>
<dependency>
<groupId>taglibs</groupId>
Expand All @@ -150,7 +150,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.1.2</version>
<version>1.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jscience</groupId>
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</version>
<version>1.3-SNAPSHOT</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</version>
<version>1.3-SNAPSHOT</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</version>
<version>1.3-SNAPSHOT</version>
</parent>
<artifactId>javamoney-examples-web</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit c358ffc

Please sign in to comment.