Skip to content

Commit 2a39f08

Browse files
committedMay 5, 2020
1 parent 0a39565 commit 2a39f08

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed
 

‎.travis.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
language: java
2-
jdk:
3-
- openjdk8
4-
1+
language: java
2+
jdk:
3+
- openjdk8
4+
- openjdk9
5+
- openjdk10
6+
- openjdk11

‎pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@
1919
<artifactId>javamoney-tck-usage-example</artifactId>
2020
<packaging>jar</packaging>
2121
<groupId>org.javamoney.examples</groupId>
22-
<name>JSR 354 - TCK Test (Java8)</name>
22+
<name>JSR 354 - TCK Test</name>
2323
<description>JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with
2424
Money and Currency.
25-
This module executes the JSR 354 TCK and tests the current JSR 354 Reference Implementation impl. based on Java 8.
26-
</description>
25+
This module executes the JSR 354 TCK and tests the current JSR 354 Reference Implementation impl.</description>
2726

2827
<licenses>
2928
<license>

0 commit comments

Comments
 (0)
Please sign in to comment.