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 re...@apache.org on 2021/11/15 04:42:13 UTC

[jackrabbit-oak] branch 1.6 updated: Changes in pom to support 1.6 release post migration to git

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

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


The following commit(s) were added to refs/heads/1.6 by this push:
     new f4b3da0  Changes in pom to support 1.6 release post migration to git
f4b3da0 is described below

commit f4b3da03a71ffe363e02c965f2b9602dc63853fb
Author: Nitin Gupta <ni...@Nitins-MacBook-Pro.local>
AuthorDate: Mon Nov 1 12:49:36 2021 +0530

    Changes in pom to support 1.6 release post migration to git
---
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5f22b84..dc44c5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,9 +64,10 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/oak/branches/1.6</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/oak/branches/1.6</developerConnection>
-    <url>https://svn.apache.org/repos/asf/jackrabbit/oak/branches/1.6</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>
@@ -196,7 +197,7 @@ A candidate for the Jackrabbit Oak ${project.version} release is available at:
 
 The release candidate is a zip archive of the sources in:
 
-    https://svn.apache.org/repos/asf/jackrabbit/oak/tags/${project.artifactId}-${project.version}/
+    https://github.com/apache/jackrabbit-oak/tree/${project.artifactId}-${project.version}/
 
 The SHA1 checksum of the archive is ${checksum}.