diff --git a/build.gradle b/build.gradle index 01730efd86343bbb3826af3ac84d7495517f6902..a681bb2393ca8a3da91796bbe245e1f7a0426cee 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 {