Skip to content

Commit

Permalink
upgraded maven plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
torakiki committed Sep 4, 2019
1 parent 5007f83 commit b7e5dbb
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,6 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>jcentral</id>
<url>http://jcenter.bintray.com</url>
</repository>
<repository>
<id>sejda</id>
<url>https://dl.bintray.com/sejdapdf/maven/</url>
</repository>
</repositories>

<pluginRepositories>
Expand Down Expand Up @@ -247,7 +239,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -257,7 +249,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit b7e5dbb

Please sign in to comment.