|
12 | 12 | <parent> |
13 | 13 | <groupId>org.javamoney</groupId> |
14 | 14 | <artifactId>javamoney-parent</artifactId> |
15 | | - <version>1.0-RC3</version> |
| 15 | + <version>1.0-SNAPSHOT</version> |
16 | 16 | </parent> |
17 | 17 |
|
18 | 18 | <artifactId>javamoney-tck-usage-example</artifactId> |
|
21 | 21 | <version>1.0-SNAPSHOT</version> |
22 | 22 |
|
23 | 23 | <name>JSR 354 - TCK Test (Java8)</name> |
24 | | - <url>http://java.net/projects/javamoney</url> |
25 | | - <inceptionYear>2012</inceptionYear> |
| 24 | + |
26 | 25 | <description>JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with |
27 | 26 | Money and Currency. |
28 | 27 | This module executes the JSR 354 TCK and tests the current JSR 354 Reference Implementation impl. based on Java 8. |
29 | 28 | </description> |
30 | 29 |
|
31 | | - <organization> |
32 | | - <name>JavaMoney</name> |
33 | | - <url>http://javamoney.org</url> |
34 | | - </organization> |
35 | 30 | <licenses> |
36 | 31 | <license> |
37 | 32 | <name>Apache 2 License</name> |
|
65 | 60 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
66 | 61 | </properties> |
67 | 62 |
|
68 | | - <developers> |
69 | | - <developer> |
70 | | - <id>atsticks</id> |
71 | | - <name>Anatole Tresch</name> |
72 | | - <organization>Credit Suisse</organization> |
73 | | - <roles> |
74 | | - <role>Specification Lead</role> |
75 | | - </roles> |
76 | | - </developer> |
77 | | - </developers> |
78 | | - |
79 | 63 | <ciManagement> |
80 | 64 | <system>Travis CI</system> |
81 | 65 | <url>https://travis-ci.org/JavaMoney/javamoney-tck-usage-example</url> |
82 | 66 | </ciManagement> |
83 | 67 |
|
84 | | - <mailingLists> |
85 | | - <mailingList> |
86 | | - <name>JSR354 Issues List</name> |
87 | | - <subscribe>https://java.net/projects/javamoney/lists</subscribe> |
88 | | - <unsubscribe>https://java.net/projects/javamoney/lists</unsubscribe> |
89 | | - <archive>https://java.net/projects/javamoney/lists/issues/archive</archive> |
90 | | - |
91 | | - </mailingList> |
92 | | - <mailingList> |
93 | | - <name>JSR354 Public Mailing List</name> |
94 | | - <subscribe>https://java.net/projects/javamoney/lists</subscribe> |
95 | | - <unsubscribe>https://java.net/projects/javamoney/lists</unsubscribe> |
96 | | - <archive>http://java.net/projects/javamoney/lists/jcurrency_mail/archive</archive> |
97 | | - |
98 | | - </mailingList> |
99 | | - </mailingLists> |
100 | | - |
101 | 68 | <issueManagement> |
102 | 69 | <system>JIRA</system> |
103 | 70 | <url>http://java.net/jira/browse/JAVAMONEY</url> |
104 | 71 | </issueManagement> |
105 | 72 |
|
106 | | - <prerequisites> |
107 | | - <maven>3.0.4</maven> |
108 | | - </prerequisites> |
109 | | - |
110 | 73 | <scm> |
111 | 74 | <connection>scm:git:https://github.com/JavaMoney/javamoney-tck-usage-example.git</connection> |
112 | 75 | <tag>master</tag> |
|
0 commit comments