Repository: knox Updated Branches: refs/heads/master bb280aa84 -> 61ae35976
KNOX-1473 - Remove more plugin versions that are from parent ASF pom Signed-off-by: Kevin Risden <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/61ae3597 Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/61ae3597 Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/61ae3597 Branch: refs/heads/master Commit: 61ae35976a736b3acc0c279c25c51086d880c2a2 Parents: bb280aa Author: Kevin Risden <[email protected]> Authored: Fri Sep 28 11:59:44 2018 -0400 Committer: Kevin Risden <[email protected]> Committed: Fri Sep 28 12:41:05 2018 -0400 ---------------------------------------------------------------------- pom.xml | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/61ae3597/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 73c4208..425a8eb 100644 --- a/pom.xml +++ b/pom.xml @@ -226,7 +226,6 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.8</version> <executions> <execution> <phase>verify</phase> @@ -298,7 +297,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>2.6</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -306,13 +304,6 @@ <version>3.8.0</version> <!-- If you are looking to change source/target, change the maven.compiler.{source,target} property --> - <dependencies> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-compiler-javac</artifactId> - <version>2.3</version> - </dependency> - </dependencies> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> @@ -464,7 +455,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.2</version> <configuration> <generateReports>true</generateReports> <reportPlugins> @@ -477,7 +467,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.6</version> </plugin> </reportPlugins> </configuration> @@ -501,12 +490,10 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.0.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.6</version> </plugin> </plugins> </reporting>
