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


WICKET-6614 moved version to pluginManagement


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

Branch: refs/heads/wicket-7.x
Commit: 462606fe4168b5ff353ab425fb067953dec8c912
Parents: e8be9c0
Author: Sven Meier <svenme...@apache.org>
Authored: Tue Nov 20 16:00:25 2018 +0100
Committer: Sven Meier <svenme...@apache.org>
Committed: Tue Nov 20 16:00:25 2018 +0100

----------------------------------------------------------------------
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/462606fe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 35b90cb..3cfeb26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -682,7 +682,6 @@
                        <plugin>
                                <groupId>de.thetaphi</groupId>
                                <artifactId>forbiddenapis</artifactId>
-                               <version>${forbiddenapis.version}</version>
                                <configuration>
                                        
<failOnUnsupportedJava>false</failOnUnsupportedJava>
                                        <signatures><![CDATA[
@@ -1074,6 +1073,11 @@
                                                
<webAppSourceDirectory>src/main/webapp</webAppSourceDirectory>
                                        </configuration>
                                </plugin>
+                               <plugin>
+                                       <groupId>de.thetaphi</groupId>
+                                       <artifactId>forbiddenapis</artifactId>
+                                       
<version>${forbiddenapis.version}</version>
+                               </plugin>
                        </plugins>
                </pluginManagement>
        </build>

Reply via email to