Repository: wicket Updated Branches: refs/heads/wicket-8.x 00c631bf9 -> e026e3468
WICKET-6614 moved plugin to pluginManagement Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e026e346 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e026e346 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e026e346 Branch: refs/heads/wicket-8.x Commit: e026e3468b5fa673ae92a4fadc8317fe3e4b03f9 Parents: 00c631b Author: Sven Meier <[email protected]> Authored: Wed Nov 21 10:45:11 2018 +0100 Committer: Sven Meier <[email protected]> Committed: Wed Nov 21 10:45:11 2018 +0100 ---------------------------------------------------------------------- pom.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/e026e346/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e1514fc..28a12fc 100644 --- a/pom.xml +++ b/pom.xml @@ -705,21 +705,21 @@ </plugin> </plugins> <pluginManagement> - <plugin> - <groupId>de.thetaphi</groupId> - <artifactId>forbiddenapis</artifactId> - <version>${forbiddenapis.version}</version> - <configuration> - <failOnUnsupportedJava>false</failOnUnsupportedJava> - <signatures><![CDATA[ - @defaultMessage Specify Locale.ROOT to ensure locale insensitive conversion - java.lang.String#toLowerCase() - java.lang.String#toUpperCase() - ]]></signatures> - </configuration> - </plugin> <plugins> <plugin> + <groupId>de.thetaphi</groupId> + <artifactId>forbiddenapis</artifactId> + <version>${forbiddenapis.version}</version> + <configuration> + <failOnUnsupportedJava>false</failOnUnsupportedJava> + <signatures><![CDATA[ + @defaultMessage Specify Locale.ROOT to ensure locale insensitive conversion + java.lang.String#toLowerCase() + java.lang.String#toUpperCase() + ]]></signatures> + </configuration> + </plugin> + <plugin> <groupId>net.alchim31.maven</groupId> <artifactId>yuicompressor-maven-plugin</artifactId> <version>1.5.1</version>
