This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_0_X by this push:
new 2e60134 Fixing maven-project-info-reports-plugin
2e60134 is described below
commit 2e601344df10408a9ee676ebad6ce51a557b0c7e
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jan 18 09:24:24 2019 +0100
Fixing maven-project-info-reports-plugin
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 06b5181..d025b25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2364,8 +2364,8 @@ under the License.
<reportSet>
<reports>
<report>index</report>
- <report>project-team</report>
- <report>issue-tracking</report>
+ <report>team</report>
+ <report>issue-management</report>
</reports>
</reportSet>
</reportSets>