|
12 | 12 | <parent> |
13 | 13 | <groupId>org.javamoney</groupId> |
14 | 14 | <artifactId>javamoney-parent</artifactId> |
15 | | - <version>0.5</version> |
| 15 | + <version>1.0-RC3</version> |
16 | 16 | </parent> |
17 | 17 |
|
18 | 18 | <artifactId>money-ritest</artifactId> |
19 | 19 | <packaging>jar</packaging> |
20 | 20 |
|
21 | 21 | <version>1.0-SNAPSHOT</version> |
22 | 22 |
|
23 | | - <name>JSR 354 - TCK Tests RI</name> |
| 23 | + <name>JSR 354 - TCK Test (Java8)</name> |
24 | 24 | <url>http://java.net/projects/javamoney</url> |
25 | 25 | <inceptionYear>2012</inceptionYear> |
26 | 26 | <description>JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with |
27 | 27 | Money and Currency. |
28 | | - This module executes the JSR 354 TCK and tests the current JSR 354 Reference Implementation. |
| 28 | + This module executes the JSR 354 TCK and tests the current JSR 354 Reference Implementation impl. based on Java 8. |
29 | 29 | </description> |
30 | 30 |
|
31 | 31 | <organization> |
|
36 | 36 | <license> |
37 | 37 | <name>Apache 2 License</name> |
38 | 38 | <comments>Spec</comments> |
39 | | - <url>LICENSE.html</url> |
| 39 | + <url>LICENSE.txt</url> |
40 | 40 | <distribution>repo</distribution> |
41 | 41 | </license> |
42 | 42 | </licenses> |
43 | 43 |
|
44 | 44 | <properties> |
45 | 45 | <!-- ************ TCK Setup ****************** --> |
46 | 46 | <!-- 1) JSR API version to be used. --> |
47 | | - <jsr.version>1.0-SNAPSHOT</jsr.version> |
| 47 | + <jsr.version>1.0-RC3</jsr.version> |
| 48 | + <api.artifactId>moneta</api.artifactId> |
48 | 49 | <!-- 2) TCK version to be used. --> |
49 | 50 | <org.javamoney.tck.version>1.0-SNAPSHOT</org.javamoney.tck.version> |
50 | | - <!-- 3) Your implementation artifact to be tested. |
| 51 | + <!-- 3) Your implementation artifact to be tested. --> |
51 | 52 | <impl.groupId>org.javamoney</impl.groupId> |
52 | 53 | <impl.artifactId>moneta</impl.artifactId> |
53 | | - <impl.version>1.0-SNAPSHOT</impl.version> |
54 | | - <impl.packageType>jar</impl.packageType> --> |
| 54 | + <impl.version>1.0-RC3</impl.version> |
| 55 | + <impl.packageType>jar</impl.packageType> |
55 | 56 |
|
56 | 57 | <!-- ************ Other settings, Should normally not be changed. ************ --> |
57 | | - <jdkVersion>1.8</jdkVersion> |
| 58 | + <jdkVersion>1.7</jdkVersion> |
58 | 59 | <maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel> |
59 | 60 | <maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel> |
60 | 61 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
232 | 233 | </scm> |
233 | 234 |
|
234 | 235 | <distributionManagement> |
235 | | - <site> |
236 | | - <id>javamoney.java.net-site</id> |
237 | | - <url>scm:svn:https://svn.java.net/svn/javamoney-maven-site</url> |
238 | | - <name>Java Net Public SVN Site Repository</name> |
239 | | - </site> |
240 | 236 | <repository> |
241 | 237 | <id>sonatype-nexus-staging</id> |
242 | 238 | <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
|
255 | 251 | <artifactId>javamoney-tck</artifactId> |
256 | 252 | <version>${org.javamoney.tck.version}</version> |
257 | 253 | </dependency> |
258 | | - <!-- dependency> |
| 254 | + <dependency> |
259 | 255 | <groupId>${impl.groupId}</groupId> |
260 | 256 | <artifactId>${impl.artifactId}</artifactId> |
261 | 257 | <type>${impl.packageType}</type> |
262 | 258 | <version>${impl.version}</version> |
263 | | - </dependency --> |
| 259 | + </dependency> |
264 | 260 | <dependency> |
265 | 261 | <groupId>org.testng</groupId> |
266 | 262 | <artifactId>testng</artifactId> |
|
0 commit comments