Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 0b98a9c

Browse files
committed
Updated Maven plugins to the latest versions
1 parent 0f7e81c commit 0b98a9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<plugin>
182182
<groupId>org.apache.maven.plugins</groupId>
183183
<artifactId>maven-compiler-plugin</artifactId>
184-
<version>3.8.0</version>
184+
<version>3.8.1</version>
185185
<configuration>
186186
<source>1.7</source>
187187
<target>1.7</target>
@@ -193,7 +193,7 @@
193193
<plugin>
194194
<groupId>org.jacoco</groupId>
195195
<artifactId>jacoco-maven-plugin</artifactId>
196-
<version>0.8.3</version>
196+
<version>0.8.5</version>
197197
<executions>
198198
<execution>
199199
<id>pre-unit-test</id>
@@ -230,7 +230,7 @@
230230
<plugin>
231231
<groupId>org.apache.maven.plugins</groupId>
232232
<artifactId>maven-source-plugin</artifactId>
233-
<version>3.0.1</version>
233+
<version>3.1.0</version>
234234
<executions>
235235
<execution>
236236
<id>attach-sources</id>
@@ -243,7 +243,7 @@
243243
<plugin>
244244
<groupId>org.apache.maven.plugins</groupId>
245245
<artifactId>maven-javadoc-plugin</artifactId>
246-
<version>3.1.0</version>
246+
<version>3.1.1</version>
247247
<executions>
248248
<execution>
249249
<id>generate-javadoc</id>

0 commit comments

Comments
 (0)