You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/01/31 10:34:43 UTC

[jackrabbit-filevault] branch master updated: releng: also disable automatic SCM url calculation

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new 5489b1f  releng: also disable automatic SCM url calculation
5489b1f is described below

commit 5489b1f13e38f92a737fdb87a3b3dba860136c22
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Jan 31 11:34:37 2022 +0100

    releng: also disable automatic SCM url calculation
    
    this fixes the edit page links on the site
---
 parent/pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 04c7f0f..e7dd859 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -65,10 +65,8 @@ Apache Jackrabbit FileVault is a project of the Apache Software Foundation.
     <!-- ====================================================================== -->
     <!-- S C M D E F I N I T I O N -->
     <!-- ====================================================================== -->
-    <!-- using adjusted inheritance rules: https://issues.apache.org/jira/browse/MNG-6059 
-    TODO: this block gets removed with each release https://issues.apache.org/jira/browse/MRELEASE-1053
-    -->
-    <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="true">
+    <!-- using adjusted inheritance rules: https://issues.apache.org/jira/browse/MNG-6059 -->
+    <scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
         <connection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git</developerConnection>
         <url>https://github.com/apache/jackrabbit-filevault/tree/${project.scm.tag}</url>