From 3d2cb619488ee3f02182d5e106c7ca3629189b97 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 19 Jan 2020 21:25:40 +0100 Subject: [PATCH] Build: Updated links in POM to point to GitLab. --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 79041369..bea77289 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <name>Aparapi</name> <description>A java OpenCl framework.</description> - <url>https://github.com/Syncleus/aparapi</url> + <url>https://git.qoto.org/aparapi/aparapi</url> <licenses> <license> @@ -44,13 +44,13 @@ <scm> <connection>scm:git:https://github.com/Syncleus/aparapi.git</connection> - <developerConnection>scm:git:ssh://git@github.com/Syncleus/aparapi.git</developerConnection> - <url>https://github.com/Syncleus/aparapi</url> + <developerConnection>scm:git:ssh://git@git.qoto.org/aparapi/aparapi.git</developerConnection> + <url>https://git.qoto.org/aparapi/aparapi</url> </scm> <issueManagement> <system>github</system> - <url>https://github.com/Syncleus/aparapi/issues</url> + <url>https://git.qoto.org/aparapi/aparapi/issues</url> </issueManagement> <developers> -- GitLab