Skip to content

Commit df36c5e

Browse files
Anthony Gauthieranthonygauthier
authored andcommitted
Modified travis YAML file
Modified nexus-staging-maven-plugin version Modified travis JDK to use OpenJDK10
1 parent 9d59cd3 commit df36c5e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
language: java
22
jdk:
3-
- oraclejdk9
3+
- openjdk10
4+
5+
sudo: true
6+
cache:
7+
directories:
8+
- $HOME/.m2

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
<plugin>
200200
<groupId>org.sonatype.plugins</groupId>
201201
<artifactId>nexus-staging-maven-plugin</artifactId>
202-
<version>1.6.7</version>
202+
<version>1.6.8</version>
203203
<extensions>true</extensions>
204204
<configuration>
205205
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)