office-gobmx/ridljar/pom.unoloader.xml
Gulsah Kose 9001f5fca0 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>
2018-04-16 15:57:08 +02:00

44 lines
1.3 KiB
XML

<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.libreoffice</groupId>
<artifactId>unoloader</artifactId>
<version>@version@</version>
<packaging>jar</packaging>
<name>LibreOffice - UNO loader</name>
<description>UNO loader</description>
<url>https://www.libreoffice.org</url>
<licenses>
<license>
<name>Mozilla Public License, Version 2.0</name>
<url>https://www.mozilla.org/en-US/MPL/2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://cgit.freedesktop.org/libreoffice/core</url>
<connection>https://gerrit.libreoffice.org/#/admin/projects/core</connection>
</scm>
<developers>
<developer>
<name>The Document Foundation</name>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>LibreOffice Development Mailing List</name>
<post>libreoffice@lists.freedesktop.org</post>
<subscribe>http://lists.freedesktop.org/mailman/listinfo/libreoffice</subscribe>
<unsubscribe>http://lists.freedesktop.org/mailman/listinfo/libreoffice</unsubscribe>
<archive>http://lists.freedesktop.org/archives/libreoffice</archive>
</mailingList>
</mailingLists>
<issueManagement>
<url>https://bugs.documentfoundation.org</url>
<system>LibreOffice Issue Tracker</system>
</issueManagement>
</project>