diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2018-04-16 00:43:32 +0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-16 15:57:08 +0200 |
commit | 9001f5fca00617b55a29029557b78609b38cd9ec (patch) | |
tree | 5c01af7f03cd823dd2f4f252b6f29ed10ba6d3de /ridljar | |
parent | 77a59cabf33d5d6ccc80ea62ee07162abc1b4e52 (diff) |
Use https instead of http
Use "https://cgit.freedesktop.org/libreoffice/core"
instead of "http://cgit.freedesktop.org/libreoffice/core"
Change-Id: Ic7248eeb2a9452da7236eeee08414a77714dd234
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/52926
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'ridljar')
-rw-r--r-- | ridljar/pom.ridl.xml | 2 | ||||
-rw-r--r-- | ridljar/pom.unoloader.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ridljar/pom.ridl.xml b/ridljar/pom.ridl.xml index 96b862a045d1..9a90d30e6c9a 100644 --- a/ridljar/pom.ridl.xml +++ b/ridljar/pom.ridl.xml @@ -17,7 +17,7 @@ </licenses> <scm> - <url>http://cgit.freedesktop.org/libreoffice/core</url> + <url>https://cgit.freedesktop.org/libreoffice/core</url> <connection>https://gerrit.libreoffice.org/#/admin/projects/core</connection> </scm> diff --git a/ridljar/pom.unoloader.xml b/ridljar/pom.unoloader.xml index 188a041869db..b509bdf319e9 100644 --- a/ridljar/pom.unoloader.xml +++ b/ridljar/pom.unoloader.xml @@ -17,7 +17,7 @@ </licenses> <scm> - <url>http://cgit.freedesktop.org/libreoffice/core</url> + <url>https://cgit.freedesktop.org/libreoffice/core</url> <connection>https://gerrit.libreoffice.org/#/admin/projects/core</connection> </scm> |