You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ad...@apache.org on 2021/07/14 14:24:32 UTC

[jackrabbit-oak] branch 1.22 updated: Adjusting scm info to be able to cut releases on 1.22 branch

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

adulceanu pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new 4eda1f8  Adjusting scm info to be able to cut releases on 1.22 branch
4eda1f8 is described below

commit 4eda1f81bc677ce56ba582056e94172318d54c4a
Author: Andrei Dulceanu <du...@adobe.com>
AuthorDate: Wed Jul 14 17:24:15 2021 +0300

    Adjusting scm info to be able to cut releases on 1.22 branch
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18aae3d..8a9a014 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,9 +79,10 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/oak/branches/1.22</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/oak/branches/1.22</developerConnection>
-    <url>https://svn.apache.org/viewvc/jackrabbit/oak/branches/1.22</url>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-oak.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/jackrabbit-oak.git</developerConnection>
+    <url>https://github.com/apache/jackrabbit-oak/tree/${project.scm.tag}</url>
+    <tag>HEAD</tag>
   </scm>
 
   <build>