Skip to content

Commit a7c1da7

Browse files
committed
Fixed desc.
1 parent e6e8fd4 commit a7c1da7

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

pom.xml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
<parent>
1313
<groupId>org.javamoney</groupId>
1414
<artifactId>javamoney-parent</artifactId>
15-
<version>0.5</version>
15+
<version>1.0-RC3</version>
1616
</parent>
1717

1818
<artifactId>money-ritest</artifactId>
1919
<packaging>jar</packaging>
2020

2121
<version>1.0-SNAPSHOT</version>
2222

23-
<name>JSR 354 - TCK Tests RI</name>
23+
<name>JSR 354 - TCK Test (Java8)</name>
2424
<url>http://java.net/projects/javamoney</url>
2525
<inceptionYear>2012</inceptionYear>
2626
<description>JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with
2727
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.
2929
</description>
3030

3131
<organization>
@@ -36,25 +36,26 @@
3636
<license>
3737
<name>Apache 2 License</name>
3838
<comments>Spec</comments>
39-
<url>LICENSE.html</url>
39+
<url>LICENSE.txt</url>
4040
<distribution>repo</distribution>
4141
</license>
4242
</licenses>
4343

4444
<properties>
4545
<!-- ************ TCK Setup ****************** -->
4646
<!-- 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>
4849
<!-- 2) TCK version to be used. -->
4950
<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. -->
5152
<impl.groupId>org.javamoney</impl.groupId>
5253
<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>
5556

5657
<!-- ************ Other settings, Should normally not be changed. ************ -->
57-
<jdkVersion>1.8</jdkVersion>
58+
<jdkVersion>1.7</jdkVersion>
5859
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
5960
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
6061
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -232,11 +233,6 @@
232233
</scm>
233234

234235
<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>
240236
<repository>
241237
<id>sonatype-nexus-staging</id>
242238
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
@@ -255,12 +251,12 @@
255251
<artifactId>javamoney-tck</artifactId>
256252
<version>${org.javamoney.tck.version}</version>
257253
</dependency>
258-
<!-- dependency>
254+
<dependency>
259255
<groupId>${impl.groupId}</groupId>
260256
<artifactId>${impl.artifactId}</artifactId>
261257
<type>${impl.packageType}</type>
262258
<version>${impl.version}</version>
263-
</dependency -->
259+
</dependency>
264260
<dependency>
265261
<groupId>org.testng</groupId>
266262
<artifactId>testng</artifactId>

0 commit comments

Comments
 (0)