From b3478a526b1484a154f03b353e8bab45a6bddbf3 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 7 Jan 2022 00:13:43 +0100 Subject: [PATCH] Update POM_SCM_CONNECTION and POM_SCM_DEV_CONNECTION values --- android/gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/gradle.properties b/android/gradle.properties index c498e7f..733e987 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -40,8 +40,8 @@ POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt POM_LICENCE_DIST=repo POM_SCM_URL=https://gitlab.matrix.org/matrix-org/olm -POM_SCM_CONNECTION=scm:git:git://gitlab.matrix.org/matrix-org/olm.git -POM_SCM_DEV_CONNECTION=scm:git:ssh://git@gitlab.matrix.org/matrix-org/olm.git +POM_SCM_CONNECTION=scm:git:https://gitlab.matrix.org/matrix-org/olm.git +POM_SCM_DEV_CONNECTION=scm:git:ssh://git@gitlab.int.matrix.org:matrix-org/olm.git POM_DEVELOPER_ID=matrixdev POM_DEVELOPER_NAME=matrixdev