Skip to content

Commit 59742a3

Browse files
committed
IN PROGRESS - issue JAVAMONEY-8: Examples
https://java.net/jira/browse/JAVAMONEY-8
1 parent 9fc12d0 commit 59742a3

File tree

8 files changed

+19
-14
lines changed

8 files changed

+19
-14
lines changed

javafx/money-fxdemo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>net.java.javamoney</groupId>
6+
<groupId>org.javamoney</groupId>
77
<artifactId>javamoney-examples-javafx</artifactId>
8-
<version>0.4</version>
8+
<version>0.5-SNAPSHOT</version>
99
</parent>
1010

1111

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Placeholder

javafx/money-javafx-binding/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
<parent>
77
<artifactId>javamoney-examples-javafx</artifactId>
8-
<groupId>net.java.javamoney</groupId>
9-
<version>0.4</version>
8+
<groupId>org.javamoney</groupId>
9+
<version>0.5-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>money-javafx-binding</artifactId>

javafx/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<modelVersion>4.0.0</modelVersion>
33
<parent>
44
<artifactId>javamoney-examples</artifactId>
5-
<groupId>net.java.javamoney</groupId>
6-
<version>0.4</version>
5+
<groupId>org.javamoney</groupId>
6+
<version>0.5-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>javamoney-examples-javafx</artifactId>

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>net.java.javamoney</groupId>
4+
<groupId>org.javamoney</groupId>
55
<artifactId>javamoney-examples</artifactId>
6-
<version>0.4</version>
6+
<version>0.5-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Java Money and Currency Examples</name>
99
<modules>
@@ -38,4 +38,8 @@
3838
</dependency>
3939
</dependencies>
4040
</dependencyManagement>
41+
<organization>
42+
<name>JSR 354 Expert Group</name>
43+
<url>http://javamoney.org</url>
44+
</organization>
4145
</project>

web/javamoney-payment-cdi-event/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@
190190
</build>
191191

192192
<parent>
193-
<groupId>net.java.javamoney</groupId>
194-
<version>0.4</version>
193+
<groupId>org.javamoney</groupId>
194+
<version>0.5-SNAPSHOT</version>
195195
<artifactId>javamoney-examples-web</artifactId>
196196
</parent>
197197
</project>

web/javamoney-tradingapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<parent>
88
<artifactId>javamoney-examples-web</artifactId>
9-
<groupId>net.java.javamoney</groupId>
10-
<version>0.4</version>
9+
<groupId>org.javamoney</groupId>
10+
<version>0.5-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>javamoney-tradingapp</artifactId>
1313
<packaging>war</packaging>

web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<modelVersion>4.0.0</modelVersion>
33
<parent>
44
<artifactId>javamoney-examples</artifactId>
5-
<groupId>net.java.javamoney</groupId>
6-
<version>0.4</version>
5+
<groupId>org.javamoney</groupId>
6+
<version>0.5-SNAPSHOT</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>javamoney-examples-web</artifactId>

0 commit comments

Comments
 (0)