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
No related branches found
No related tags found
No related merge requests found
Pipeline #39672 passed
...@@ -50,7 +50,7 @@ publishing { ...@@ -50,7 +50,7 @@ publishing {
pom { pom {
name = 'SableCC - Stups fork' name = 'SableCC - Stups fork'
description = 'This version of SableCC enriches the abstract syntax tree with information about tokens.' 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 { licenses {
license { license {
...@@ -60,9 +60,9 @@ publishing { ...@@ -60,9 +60,9 @@ publishing {
} }
scm { scm {
connection = 'scm:git:git://github.com/bendisposto/sablecc-stups.git' connection = 'scm:git:https://gitlab.cs.uni-duesseldorf.de/general/stups/sablecc-stups.git'
developerConnection = 'scm:git:git@github.com:bendisposto/sablecc-stups.git' developerConnection = 'scm:git:git@gitlab.cs.uni-duesseldorf.de:general/stups/sablecc-stups.git'
url = 'https://github.com/bendisposto/sablecc-stups' url = 'https://gitlab.cs.uni-duesseldorf.de/general/stups/sablecc-stups'
} }
developers { developers {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment