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 2021/01/19 10:45:39 UTC

[jackrabbit-filevault] branch master updated: restore SCM section after release

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 b044c03  restore SCM section after release
b044c03 is described below

commit b044c03e4440c935fb1b49a41771551307eb3a3a
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Jan 19 11:45:28 2021 +0100

    restore SCM section after release
    
    has been incorrectly removed due to
    https://issues.apache.org/jira/browse/MRELEASE-1053
---
 parent/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 003a801..96c66bc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -67,6 +67,12 @@ Apache Jackrabbit FileVault is a project of the Apache Software Foundation.
     <!-- 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">
+        <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>
+        <tag>master</tag>
+    </scm>
 
     <!-- ====================================================================== -->
     <!-- P R O J E C T  I N F O                                                 -->