Skip to content

Commit

Permalink
Revert changes to publishing script
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuebner committed Nov 20, 2023
1 parent 9af2043 commit 778d637
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions yang-lsp/gradle/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ publishing {
}
url = 'https://github.com/TypeFox/yang-lsp'
scm {
connection = 'scm:git:[email protected]:TypeFox/yang-lsp.git'
developerConnection = 'scm:git:[email protected]:TypeFox/yang-lsp.git'
url = '[email protected]:TypeFox/yang-lsp.git'
connection = 'scm:git:[email protected]:TypeFox/yang-lsp.git'
developerConnection = 'scm:git:[email protected]:TypeFox/yang-lsp.git'
url = '[email protected]:TypeFox/yang-lsp.git'
}
licenses {
license {
Expand All @@ -27,42 +27,42 @@ publishing {
developers {
developer {
name = 'Dennis Huebner'
email = '[email protected]'
email = '[email protected]'
organizationUrl = 'https://typefox.io'
}
developer {
name = 'Miro Spönemann'
email = '[email protected]'
email = '[email protected]'
organizationUrl = 'https://typefox.io'
}
developer {
name = 'Jan Bicker'
email = '[email protected]'
email = '[email protected]'
organizationUrl = 'https://typefox.io'
}
developer {
name = 'Sven Efftinge'
email = '[email protected]'
email = '[email protected]'
organizationUrl = 'https://typefox.io'
}
developer {
name = 'Ákos Kitta'
email = '[email protected]'
email = '[email protected]'
organizationUrl = 'https://typefox.io'
}
developer {
name = 'Jan Köhnlein'
email = '[email protected]'
email = '[email protected]'
organizationUrl = 'https://typefox.io'
}
developer {
name = 'Alex Tugarev'
email = '[email protected]'
email = '[email protected]'
organizationUrl = 'https://typefox.io'
}
developer {
name = 'Kai Salmen'
email = '[email protected]'
email = '[email protected]'
organizationUrl = 'https://typefox.io'
}
}
Expand Down

0 comments on commit 778d637

Please sign in to comment.