File tree 3 files changed +69
-1
lines changed
3 files changed +69
-1
lines changed Original file line number Diff line number Diff line change 26
26
</parent >
27
27
<artifactId >javamoney-exchange-frb</artifactId >
28
28
<packaging >jar</packaging >
29
-
30
29
<name >JavaMoney Exchange Federal Reserve Bank Rate Provider</name >
31
30
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
+
32
54
<build >
33
55
<plugins >
34
56
<plugin >
Original file line number Diff line number Diff line change 29
29
30
30
<name >JavaMoney Exchange Yahoo Rate Provider</name >
31
31
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
+
32
55
<build >
33
56
<plugins >
34
57
<plugin >
Original file line number Diff line number Diff line change 28
28
<name >JavaMoney Exchange Libraries </name >
29
29
<description >This parent has contains pluggable modules for JSR 354 like 3rd party exchange rate providers.</description >
30
30
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
+
31
54
<modules >
32
55
<module >exchange-rate-frb</module >
33
56
<module >exchange-rate-yahoo</module >
You can’t perform that action at this time.
0 commit comments