Skip to content

Commit d053867

Browse files
committed
Updated poms to 1.1
1 parent f8f642c commit d053867

File tree

3 files changed

+69
-1
lines changed

3 files changed

+69
-1
lines changed

exchange/exchange-rate-frb/pom.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,31 @@
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>

exchange/exchange-rate-yahoo/pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,29 @@
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>

exchange/pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,29 @@
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>

0 commit comments

Comments
 (0)