This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git
The following commit(s) were added to refs/heads/master by this push:
new adcd5ee [MRM-2012] Fixing mailing list links for archiva site by
increasing project info plugin version
adcd5ee is described below
commit adcd5eee4e3a906493748618eac96f347b63def3
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sat Apr 18 18:10:03 2020 +0200
[MRM-2012] Fixing mailing list links for archiva site by increasing project
info plugin version
---
pom.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e213aa3..4ea44e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,11 @@
<junit.jupiter.version>5.5.2</junit.jupiter.version>
<!-- reporting plugins versions -->
-
<maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>
+ <!-- As of 2020-04-18 we have to use the snapshot version for the project
info reports plugin. This is only
+ used for site generation. But you have to add the snapshot repository
to your ~/.m2/settings.xml:
+ https://repository.apache.org/content/groups/snapshots
+ -->
+
<maven-project-info-reports-plugin.version>3.1.0-SNAPSHOT</maven-project-info-reports-plugin.version>
<checkstyleVersion>2.13</checkstyleVersion>
<jxrVersion>3.0.0</jxrVersion>
<javadocPluginVersion>3.1.1</javadocPluginVersion>