File tree Expand file tree Collapse file tree 3 files changed +69
-1
lines changed Expand file tree Collapse file tree 3 files changed +69
-1
lines changed Original file line number Diff line number Diff line change 2626 </parent >
2727 <artifactId >javamoney-exchange-frb</artifactId >
2828 <packaging >jar</packaging >
29-
3029 <name >JavaMoney Exchange Federal Reserve Bank Rate Provider</name >
3130
31+ <licenses >
32+ <license >
33+ <name >Apache License version 2.0</name >
34+ <url >LICENSE.txt</url >
35+ </license >
36+ </licenses >
37+
38+ <developers >
39+ <developer >
40+ <id >keilw</id >
41+ <name >Werner Keil</name >
42+ <email >werner@javamoney.org</email >
43+ <organization >JavaMoney</organization >
44+ <organizationUrl >http://www.javamoney.org</organizationUrl >
45+ </developer >
46+ </developers >
47+
48+ <scm >
49+ <connection >https://github.com/JavaMoney/javamoney-lib.git</connection >
50+ <developerConnection >scm:git:ssh:github.com:JavaMoney/javamoney-lib.git</developerConnection >
51+ <url >https://github.com/JavaMoney/javamoney-lib/tree/master/exchange/exchange-rate-frb</url >
52+ </scm >
53+
3254 <build >
3355 <plugins >
3456 <plugin >
Original file line number Diff line number Diff line change 2929
3030 <name >JavaMoney Exchange Yahoo Rate Provider</name >
3131
32+ <licenses >
33+ <license >
34+ <name >Apache License version 2.0</name >
35+ <url >LICENSE.txt</url >
36+ </license >
37+ </licenses >
38+
39+ <developers >
40+ <developer >
41+ <id >keilw</id >
42+ <name >Werner Keil</name >
43+ <email >werner@javamoney.org</email >
44+ <organization >JavaMoney</organization >
45+ <organizationUrl >http://www.javamoney.org</organizationUrl >
46+ </developer >
47+ </developers >
48+
49+ <scm >
50+ <connection >https://github.com/JavaMoney/javamoney-lib.git</connection >
51+ <developerConnection >scm:git:ssh:github.com:JavaMoney/javamoney-lib.git</developerConnection >
52+ <url >https://github.com/JavaMoney/javamoney-lib/tree/master/exchange/exchange-rate-yahoo</url >
53+ </scm >
54+
3255 <build >
3356 <plugins >
3457 <plugin >
Original file line number Diff line number Diff line change 2828 <name >JavaMoney Exchange Libraries </name >
2929 <description >This parent has contains pluggable modules for JSR 354 like 3rd party exchange rate providers.</description >
3030
31+ <licenses >
32+ <license >
33+ <name >Apache License version 2.0</name >
34+ <url >LICENSE.txt</url >
35+ </license >
36+ </licenses >
37+
38+ <developers >
39+ <developer >
40+ <id >keilw</id >
41+ <name >Werner Keil</name >
42+ <email >werner@javamoney.org</email >
43+ <organization >JavaMoney</organization >
44+ <organizationUrl >http://www.javamoney.org</organizationUrl >
45+ </developer >
46+ </developers >
47+
48+ <scm >
49+ <connection >https://github.com/JavaMoney/javamoney-lib.git</connection >
50+ <developerConnection >scm:git:ssh:github.com:JavaMoney/javamoney-lib.git</developerConnection >
51+ <url >https://github.com/JavaMoney/javamoney-lib/tree/master/exchange</url >
52+ </scm >
53+
3154 <modules >
3255 <module >exchange-rate-frb</module >
3356 <module >exchange-rate-yahoo</module >
You can’t perform that action at this time.
0 commit comments