Skip to content
This repository was archived by the owner on Apr 27, 2021. It is now read-only.

Commit 989556b

Browse files
committed
Run travis build against Oracle jdks 8 and 9
1 parent 208abee commit 989556b

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ language: java
22
install: mvn install -DskipTests=true -Dgpg.skip=true
33
jdk:
44
- oraclejdk8
5+
- oraclejdk9

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-compiler-plugin</artifactId>
110-
<version>3.3</version>
110+
<version>3.7.0</version>
111111
<!-- compile for Java 1.7 -->
112112
<configuration>
113113
<source>1.7</source>
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-source-plugin</artifactId>
121-
<version>2.4</version>
121+
<version>3.0.1</version>
122122
<executions>
123123
<execution>
124124
<id>attach-sources</id>
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>org.apache.maven.plugins</groupId>
133133
<artifactId>maven-javadoc-plugin</artifactId>
134-
<version>2.10.3</version>
134+
<version>3.0.0-M1</version>
135135
<executions>
136136
<execution>
137137
<id>attach-javadocs</id>
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.apache.maven.plugins</groupId>
164164
<artifactId>maven-release-plugin</artifactId>
165-
<version>2.5.2</version>
165+
<version>2.5.3</version>
166166
<executions>
167167
<execution>
168168
<id>default</id>
@@ -183,7 +183,7 @@
183183
<plugin>
184184
<groupId>org.sonatype.plugins</groupId>
185185
<artifactId>nexus-staging-maven-plugin</artifactId>
186-
<version>1.6.6</version>
186+
<version>1.6.8</version>
187187
<extensions>true</extensions>
188188
<configuration>
189189
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)