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/12/23 18:23:45 UTC

[jackrabbit-filevault] branch master updated: JCRVLT-457 restore deleted scm info

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 9486ff0  JCRVLT-457 restore deleted scm info
9486ff0 is described below

commit 9486ff031fbdc57ed0031dc7c05e33fef5618adf
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Dec 23 19:23:37 2021 +0100

    JCRVLT-457 restore deleted scm info
---
 parent/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5207cc7..eb7e2c8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -69,7 +69,10 @@ Apache Jackrabbit FileVault is a project of the Apache Software Foundation.
     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">
-        <tag>jackrabbit-filevault-3.5.8</tag>
+        <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>
 
     <!-- ====================================================================== -->