-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Supply descriptions and urls in pom. Publish remaining Javadocs.
Signed-off-by: Kenneth J. Shackleton <[email protected]>
- Loading branch information
1 parent
2d24f0e
commit ff456d1
Showing
8 changed files
with
38 additions
and
17 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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -96,14 +96,14 @@ fun MavenPom.commonInitialisation(project: Project) { | |
email.set("[email protected]") | ||
name.set("Kenneth J. Shackleton") | ||
organization.set("Bloomberg LP") | ||
organizationUrl.set("https://www.bloomberg.com") | ||
organizationUrl.set("https://github.com/bloomberg") | ||
} | ||
developer { | ||
id.set("xouabita") | ||
email.set("[email protected]") | ||
name.set("Alexandre Abita") | ||
organization.set("Bloomberg LP") | ||
organizationUrl.set("https://www.bloomberg.com") | ||
organizationUrl.set("https://github.com/bloomberg") | ||
} | ||
} | ||
inceptionYear.set("2019") | ||
|
@@ -120,11 +120,13 @@ fun MavenPom.commonInitialisation(project: Project) { | |
} | ||
organization { | ||
name.set("Bloomberg LP") | ||
url.set("https://www.bloomberg.com") | ||
} | ||
scm { | ||
connection.set("[email protected]:bloomberg/selekt.git") | ||
developerConnection.set("[email protected]:bloomberg/selekt.git") | ||
tag.set(project.gitCommit()) | ||
url.set("https://github.com/bloomberg/Selekt") | ||
} | ||
url.set("https://github.com/bloomberg/selekt") | ||
} |