-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
a4707a4
commit 9d91095
Showing
1 changed file
with
7 additions
and
7 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 |
---|---|---|
|
@@ -133,28 +133,28 @@ uploadArchives { | |
developers { | ||
developer { | ||
name 'Maia Everett' | ||
email 'maia@lucidfox.org' | ||
url 'http://lucidfox.org' | ||
email 'maia@everett.one' | ||
url 'https://maia.everett.one' | ||
} | ||
} | ||
|
||
scm { | ||
url 'https://github.com/lucidfox/jpromises' | ||
connection 'https://github.com/lucidfox/jpromises.git' | ||
developerConnection '[email protected]:lucidfox/jpromises.git' | ||
url 'https://github.com/Maia-Everett/jpromises' | ||
connection 'https://github.com/Maia-Everett/jpromises.git' | ||
developerConnection '[email protected]:Maia-Everett/jpromises.git' | ||
} | ||
|
||
name 'Java Library for Promises' | ||
description 'An implementation of Promises in Java based on the JavaScript Promises/A+ specification,' + | ||
' with adapters for AWT and GWT.' | ||
url 'https://github.com/lucidfox/jpromises' | ||
url 'https://github.com/Maia-Everett/jpromises' | ||
} | ||
|
||
pom('gwt').project { | ||
name 'Java Library for Promises - GWT module' | ||
description 'An implementation of Promises in Java based on the JavaScript Promises/A+ specification,' + | ||
' with adapters for AWT and GWT. This artifact contains a GWT module with packaged sources.' | ||
url 'https://github.com/lucidfox/jpromises' | ||
url 'https://github.com/Maia-Everett/jpromises' | ||
} | ||
|
||
pom('gwt').model.licenses = pom('default').model.licenses | ||
|