Skip to content

Commit

Permalink
Bump mavenPluginToolsVersion from 3.5.2 to 3.6.0
Browse files Browse the repository at this point in the history
Bumps `mavenPluginToolsVersion` from 3.5.2 to 3.6.0.

Updates `maven-plugin-annotations` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.5.2...maven-plugin-tools-3.6.0)

Updates `maven-plugin-plugin` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.5.2...maven-plugin-tools-3.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 21, 2020
1 parent 4f62419 commit f82e48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ under the License.
<sonar.host.url>https://builds.apache.org/analysis/</sonar.host.url>
<maven.site.cache>${user.home}/maven-sites</maven.site.cache>
<maven.site.path>../..</maven.site.path><!-- to be overridden -->
<mavenPluginToolsVersion>3.5.2</mavenPluginToolsVersion>
<mavenPluginToolsVersion>3.6.0</mavenPluginToolsVersion>
<!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some) -->
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>
<project.build.outputTimestamp>2020-01-26T09:04:18Z</project.build.outputTimestamp>
Expand Down

0 comments on commit f82e48f

Please sign in to comment.