Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x 462606fe4 -> 1c4ea3d4c


WICKET-6614 moved configuration to pluginManagement too


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1c4ea3d4
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1c4ea3d4
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1c4ea3d4

Branch: refs/heads/wicket-7.x
Commit: 1c4ea3d4c00175a0ea775f8328ef639cd7181e6e
Parents: 462606f
Author: Sven Meier <svenme...@apache.org>
Authored: Wed Nov 21 09:15:29 2018 +0100
Committer: Sven Meier <svenme...@apache.org>
Committed: Wed Nov 21 09:15:29 2018 +0100

----------------------------------------------------------------------
 pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/1c4ea3d4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3cfeb26..677b31e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -682,14 +682,6 @@
                        <plugin>
                                <groupId>de.thetaphi</groupId>
                                <artifactId>forbiddenapis</artifactId>
-                               <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>
                <pluginManagement>
@@ -1077,6 +1069,14 @@
                                        <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>
                </pluginManagement>

Reply via email to