Skip to content

Commit

Permalink
Update dependencies (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
rshivane authored Feb 12, 2018
1 parent 312b892 commit c123c7a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ limitations under the License.
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.3</version>
<version>8.5</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -606,6 +606,15 @@ limitations under the License.
</execution>
</executions>
</plugin>

<!-- Plugins for deploy phase -->
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<updateReleaseInfo>true</updateReleaseInfo>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
Expand All @@ -616,7 +625,7 @@ limitations under the License.
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.0.0</version>
<reportSets>
<reportSet>
<id>default</id>
Expand Down Expand Up @@ -724,7 +733,7 @@ limitations under the License.
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.0-RC6</version>
<version>3.1.0</version>
<configuration>
<effort>Max</effort>
</configuration>
Expand Down

0 comments on commit c123c7a

Please sign in to comment.