File tree Expand file tree Collapse file tree 11 files changed +15
-15
lines changed
src/main/java/org/javamoney/examples/fxdemo/format
javamoney-payment-cdi-event Expand file tree Collapse file tree 11 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.javamoney.examples</groupId >
55 <artifactId >javamoney-examples</artifactId >
6- <version >0.7-SNAPSHOT </version >
6+ <version >0.7</version >
77 </parent >
88 <artifactId >javamoney-examples-console</artifactId >
99
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.javamoney.examples</groupId >
77 <artifactId >javamoney-examples-javafx</artifactId >
8- <version >0.7-SNAPSHOT </version >
8+ <version >0.7</version >
99 </parent >
1010
1111
Original file line number Diff line number Diff line change 1717import org .javamoney .examples .fxdemo .widgets .AbstractExamplePane ;
1818import org .javamoney .examples .fxdemo .widgets .AbstractSingleSamplePane ;
1919import org .javamoney .examples .fxdemo .widgets .AmountEntry ;
20- import org .javamoney .format .IsoAmountFormatter .CurrencyPlacement ;
2120import org .javamoney .format .ItemFormat ;
2221import org .javamoney .format .LocalizationStyle ;
2322import org .javamoney .format .MonetaryFormats ;
2423import org .javamoney .moneta .Money ;
25- import org .javamoney .moneta .format .MonetaryAmountFormat .CurrencyStyle ;
24+ import org .javamoney .moneta .format .CurrencyStyle ;
25+
2626
2727public class FormatAmount extends AbstractExamplePane {
2828
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >javamoney-examples</artifactId >
99 <groupId >org.javamoney.examples</groupId >
10- <version >0.7-SNAPSHOT </version >
10+ <version >0.7</version >
1111 <relativePath >..</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >javamoney-examples</artifactId >
55 <groupId >org.javamoney.examples</groupId >
6- <version >0.7-SNAPSHOT </version >
6+ <version >0.7</version >
77 <relativePath >..</relativePath >
88 </parent >
99 <artifactId >javamoney-examples-javafx</artifactId >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.javamoney</groupId >
66 <artifactId >javamoney-parent</artifactId >
7- <version >0.3-SNAPSHOT </version >
7+ <version >0.3</version >
88 </parent >
99
1010 <groupId >org.javamoney.examples</groupId >
1111 <artifactId >javamoney-examples</artifactId >
1212 <packaging >pom</packaging >
1313 <name >Java Money and Currency Examples</name >
14- <version >0.7-SNAPSHOT </version >
14+ <version >0.7</version >
1515
1616 <modules >
1717 <module >web</module >
2727 <slf4j .version>1.6.1</slf4j .version>
2828 <!-- JSR versions -->
2929 <jsr .version>0.7</jsr .version>
30- <javamoney .version>0.3-SNAPSHOT </javamoney .version>
30+ <javamoney .version>0.3</javamoney .version>
3131 </properties >
3232
3333 <licenses >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.javamoney.examples</groupId >
66 <artifactId >javamoney-examples-swing</artifactId >
7- <version >0.7-SNAPSHOT </version >
7+ <version >0.7</version >
88 </parent >
99 <groupId >org.javamoney.examples.ez</groupId >
1010 <artifactId >javamoney-ez</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 >0.7-SNAPSHOT </version >
7+ <version >0.7</version >
88 </parent >
99 <artifactId >javamoney-examples-swing</artifactId >
1010 <name >Java Money and Currency Swing RCP Examples</name >
Original file line number Diff line number Diff line change 1515
1616 <parent >
1717 <groupId >org.javamoney.examples</groupId >
18- <version >0.7-SNAPSHOT </version >
18+ <version >0.7</version >
1919 <artifactId >javamoney-examples-web</artifactId >
2020 </parent >
2121
6262
6363 <!-- JSR versions -->
6464 <version .jsr>0.7</version .jsr>
65- <version .org.javamoney>0.3-SNAPSHOT </version .org.javamoney>
65+ <version .org.javamoney>0.3</version .org.javamoney>
6666 </properties >
6767
6868 <dependencyManagement >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >javamoney-examples-web</artifactId >
99 <groupId >org.javamoney.examples</groupId >
10- <version >0.7-SNAPSHOT </version >
10+ <version >0.7</version >
1111 </parent >
1212 <artifactId >javamoney-tradingapp</artifactId >
1313 <packaging >war</packaging >
You can’t perform that action at this time.
0 commit comments