-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|
@@ -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' | ||
} | ||
} | ||
|