From 0721027b9a953ab1d376196c07fc4ca857fd3e71 Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Tue, 28 Apr 2020 14:42:17 +0200
Subject: [PATCH] Update POM SCM information in build.gradle

---
 build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 01730ef..a681bb2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -50,7 +50,7 @@ publishing {
       pom {
         name = 'SableCC - Stups fork'
         description = 'This version of SableCC enriches the abstract syntax tree with information about tokens.'
-        url = 'https://github.com/bendisposto/sablecc-stups'
+        url = 'https://gitlab.cs.uni-duesseldorf.de/general/stups/sablecc-stups'
 
         licenses {
           license {
@@ -60,9 +60,9 @@ publishing {
         }
 
         scm {
-          connection = 'scm:git:git://github.com/bendisposto/sablecc-stups.git'
-          developerConnection = 'scm:git:git@github.com:bendisposto/sablecc-stups.git'
-          url = 'https://github.com/bendisposto/sablecc-stups'
+          connection = 'scm:git:https://gitlab.cs.uni-duesseldorf.de/general/stups/sablecc-stups.git'
+          developerConnection = 'scm:git:git@gitlab.cs.uni-duesseldorf.de:general/stups/sablecc-stups.git'
+          url = 'https://gitlab.cs.uni-duesseldorf.de/general/stups/sablecc-stups'
         }
 
         developers {
-- 
GitLab