Skip to content

Commit ebf92be

Browse files
committed
Travis JDK 10 Issue Attempt 4
Signed-off-by: Joshua Gager <jlgager@jgcomptech.com>
1 parent f70a2c8 commit ebf92be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<plugin>
116116
<groupId>org.apache.maven.plugins</groupId>
117117
<artifactId>maven-jar-plugin</artifactId>
118-
<version>3.0.2</version>
118+
<version>3.1.0</version>
119119
<configuration>
120120
<archive>
121121
<manifest>
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-javadoc-plugin</artifactId>
147-
<version>3.0.0</version>
147+
<version>3.0.1</version>
148148
<executions>
149149
<execution>
150150
<id>attach-javadocs</id>
@@ -209,7 +209,7 @@
209209
<plugin>
210210
<groupId>org.apache.maven.plugins</groupId>
211211
<artifactId>maven-resources-plugin</artifactId>
212-
<version>3.0.2</version>
212+
<version>3.1.0</version>
213213
<executions>
214214
<execution>
215215
<id>copy-resources</id>
@@ -231,7 +231,7 @@
231231
<plugin>
232232
<groupId>org.apache.maven.plugins</groupId>
233233
<artifactId>maven-shade-plugin</artifactId>
234-
<version>3.1.0</version>
234+
<version>3.2.0</version>
235235
<executions>
236236
<!-- Run shade goal on package plugin -->
237237
<execution>
@@ -291,7 +291,7 @@
291291
<plugin>
292292
<groupId>org.apache.maven.plugins</groupId>
293293
<artifactId>maven-compiler-plugin</artifactId>
294-
<version>3.7.0</version>
294+
<version>3.8.0</version>
295295
<configuration>
296296
<source>10</source>
297297
<target>10</target>

0 commit comments

Comments
 (0)