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/06/25 18:30:35 UTC

[jackrabbit-filevault] 03/03: releng: 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

commit 5d69cc8e0cbd569669e0984b50a4cacc278b2b18
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jun 25 20:30:19 2021 +0200

    releng: restore deleted SCM info
---
 parent/pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 56a74af..54b2718 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -14,7 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " child.project.url.inherit.append.path="false">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-4_0_0.xsd " child.project.url.inherit.append.path="false">
     <modelVersion>4.0.0</modelVersion>
     <!-- ====================================================================== -->
     <!-- P A R E N T P R O J E C T D E S C R I P T I O N -->
@@ -66,6 +66,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                                                 -->