File tree Expand file tree Collapse file tree 20 files changed +39
-31
lines changed
javamoney-payment-cdi-event Expand file tree Collapse file tree 20 files changed +39
-31
lines changed Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >javamoney-examples-console</artifactId >
66 <groupId >org.javamoney.examples.console</groupId >
7- <version >1.0. 1-SNAPSHOT</version >
7+ <version >1.1-SNAPSHOT</version >
88 </parent >
99
1010 <artifactId >functional-example</artifactId >
1717 <groupId >org.javamoney</groupId >
1818 <artifactId >moneta</artifactId >
1919 <version >${impl.version} </version >
20+ <type >${impl.type} </type >
2021 </dependency >
2122 </dependencies >
2223 <name >JavaMoney Console Examples Using functional in Java 8</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >javamoney-examples-console</artifactId >
66 <groupId >org.javamoney.examples.console</groupId >
7- <version >1.0. 1-SNAPSHOT</version >
7+ <version >1.1-SNAPSHOT</version >
88 </parent >
99 <artifactId >javamoney-console-bp</artifactId >
1010 <name >JavaMoney Simple Console Examples for Java 7</name >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.javamoney.examples.console</groupId >
66 <artifactId >javamoney-examples-console</artifactId >
7- <version >1.0. 1-SNAPSHOT</version >
7+ <version >1.1-SNAPSHOT</version >
88 </parent >
99 <artifactId >javamoney-console-java8</artifactId >
1010 <name >JavaMoney Java 8 Console Examples</name >
1616 <groupId >org.javamoney</groupId >
1717 <artifactId >moneta</artifactId >
1818 <version >${impl.version} </version >
19+ <type >${impl.type} </type >
1920 </dependency >
2021 </dependencies >
2122</project >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >javamoney-examples-console</artifactId >
66 <groupId >org.javamoney.examples.console</groupId >
7- <version >1.0. 1-SNAPSHOT</version >
7+ <version >1.1-SNAPSHOT</version >
88 </parent >
99 <artifactId >javamoney-console-simple</artifactId >
1010 <name >JavaMoney Simple Console Examples</name >
11-
11+
1212 <properties >
13- <!-- <exampleMainClass>org.javamoney.examples.console.simple.conversion.ConversionExample</exampleMainClass>
14- -->
13+ <!-- <exampleMainClass>org.javamoney.examples.console.simple.conversion.ConversionExample</exampleMainClass> -->
1514 <exampleMainClass >org.javamoney.examples.console.simple.core.AmountsDoCalculations</exampleMainClass >
1615 </properties >
17-
16+
1817 <dependencies >
1918 <dependency >
2019 <groupId >org.javamoney</groupId >
2120 <artifactId >moneta</artifactId >
2221 <version >${impl.version} </version >
22+ <type >${impl.type} </type >
2323 </dependency >
2424
2525 <dependency >
2828 <scope >test</scope >
2929 </dependency >
3030 </dependencies >
31-
31+
3232 <build >
3333 <plugins >
3434 <plugin >
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >javamoney-examples-console</artifactId >
88 <groupId >org.javamoney.examples.console</groupId >
9- <version >1.0. 1-SNAPSHOT</version >
9+ <version >1.1-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >moneymachine</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.javamoney.examples</groupId >
66 <artifactId >javamoney-examples</artifactId >
7- <version >1.0. 1-SNAPSHOT</version >
7+ <version >1.1-SNAPSHOT</version >
88 </parent >
99 <groupId >org.javamoney.examples.console</groupId >
1010 <artifactId >javamoney-examples-console</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.javamoney.examples.javafx</groupId >
77 <artifactId >javamoney-examples-javafx</artifactId >
8- <version >1.0. 1-SNAPSHOT</version >
8+ <version >1.1-SNAPSHOT</version >
99 </parent >
1010 <artifactId >javamoney-fxdemo</artifactId >
1111 <name >JavaMoney FX Demo</name >
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >javamoney-examples-javafx</artifactId >
88 <groupId >org.javamoney.examples.javafx</groupId >
9- <version >1.0. 1-SNAPSHOT</version >
9+ <version >1.1-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >javamoney-fxbinding</artifactId >
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0. 1-SNAPSHOT" encoding =" UTF-8" ?>
1+ <?xml version =" 1.1-SNAPSHOT" encoding =" UTF-8" ?>
22<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
33
44<log4j : configuration xmlns : log4j =" http://jakarta.apache.org/log4j/" >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >javamoney-examples</artifactId >
66 <groupId >org.javamoney.examples</groupId >
7- <version >1.0. 1-SNAPSHOT</version >
7+ <version >1.1-SNAPSHOT</version >
88 </parent >
99 <artifactId >javamoney-examples-javafx</artifactId >
1010 <packaging >pom</packaging >
2727 <groupId >org.javamoney</groupId >
2828 <artifactId >moneta</artifactId >
2929 <version >${impl.version} </version >
30+ <type >pom</type >
3031 </dependency >
3132 </dependencies >
3233</project >
You can’t perform that action at this time.
0 commit comments