Skip to content

Commit

Permalink
Update Maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenq committed Jan 3, 2020
1 parent 5d6da16 commit 823c4ea
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 @@ -109,7 +109,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<configuration>
<detectJavaApiLink>false</detectJavaApiLink>
<offlineLinks>
Expand All @@ -130,7 +130,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
<configuration>
<excludes>
<exclude>**/logback.xml</exclude>
Expand Down

0 comments on commit 823c4ea

Please sign in to comment.