You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/11/23 06:18:25 UTC

[archiva-parent] branch master updated: Removing breadcrumbs from parent. Changing module versions.

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 e6e7412  Removing breadcrumbs from parent. Changing module versions.
e6e7412 is described below

commit e6e7412acd5a1e5e2d87ad6b3eecefbb2d9ddd1e
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Thu Nov 22 20:33:23 2018 +0100

    Removing breadcrumbs from parent. Changing module versions.
---
 pom.xml           | 6 +++---
 src/site/site.xml | 4 ----
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8dac24a..fceeb9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
       repositories, including administration, artifact handling,
       browsing and searching.
   </description>
-  <url>http://archiva.apache.org/</url>
+  <url>https://archiva.apache.org/</url>
   <inceptionYear>2006</inceptionYear>
 
   <distributionManagement>
@@ -64,7 +64,7 @@
     <releaseDeployId>archiva-repository.releases</releaseDeployId>
     <gpg.useagent>true</gpg.useagent>
 
-    <surefireVersion>2.20</surefireVersion>
+    <surefireVersion>2.22.1</surefireVersion>
     <sonar.plugin.version>2.5</sonar.plugin.version>
 
     <!-- svnsubpub configuration -->
@@ -78,7 +78,7 @@
 
 
     <!-- reporting plugins versions -->
-    <maven-project-info-reports-plugin.version>2.9</maven-project-info-reports-plugin.version>
+    <maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>
     <checkstyleVersion>2.13</checkstyleVersion>
     <jxrVersion>2.5</jxrVersion>
     <javadocPluginVersion>3.0.1</javadocPluginVersion>
diff --git a/src/site/site.xml b/src/site/site.xml
index e6957c7..e70e3a0 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -40,10 +40,6 @@
     <version>1.6</version>
   </skin>
   <body>
-    <!-- TODO: inherited breadcrumbs, head, link menu -->
-    <breadcrumbs>
-      <item name="Apache" href="http://www.apache.org/"/>
-    </breadcrumbs>
     <menu ref="reports" inherit="bottom"/>
   </body>
 </project>