Skip to content

Commit

Permalink
update maven-plugin version to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Mar 23, 2020
1 parent 3b76c3f commit ff93c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.pluging.version>3.6.2</maven.pluging.version>
<maven.pluging.version>3.6.3</maven.pluging.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -110,7 +110,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit ff93c4f

Please sign in to comment.