Skip to content

Commit c72e356

Browse files
committed
bump maven-compiler, maven-source plugin
1 parent e2c05f6 commit c72e356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-compiler-plugin</artifactId>
106-
<version>3.5.1</version>
106+
<version>3.8.1</version>
107107
<configuration>
108108
<release>11</release>
109109
</configuration>
@@ -213,7 +213,7 @@
213213
<plugin>
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-source-plugin</artifactId>
216-
<version>3.0.1</version>
216+
<version>3.8.1</version>
217217
<executions>
218218
<execution>
219219
<id>attach-sources</id>

0 commit comments

Comments
 (0)