You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2021/03/18 09:16:41 UTC

[wicket] branch master updated: Update pom.xml (#465)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 9de8ec5  Update pom.xml (#465)
9de8ec5 is described below

commit 9de8ec59f0260453793348d9e29f650790ef176a
Author: Hayk Hovhannisyan <ha...@gmail.com>
AuthorDate: Thu Mar 18 13:16:29 2021 +0400

    Update pom.xml (#465)
    
    Fix incompatibilities with new plugin version
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8483fba..b6f65fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1571,9 +1571,9 @@
 						<reports>
 							<report>index</report>
 							<report>dependencies</report>
-							<report>mailing-list</report>
-							<report>issue-tracking</report>
-							<report>license</report>
+							<report>mailing-lists</report>
+							<report>issue-management</report>
+							<report>licenses</report>
 							<report>scm</report>
 						</reports>
 					</reportSet>