Skip to content
Snippets Groups Projects
Commit 0721027b authored by dgelessus's avatar dgelessus
Browse files

Update POM SCM information in build.gradle

parent cbadb326
Branches
Tags
No related merge requests found
Pipeline #39672 passed
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment