Skip to content

Commit

Permalink
Update developer information
Browse files Browse the repository at this point in the history
  • Loading branch information
Maia-Everett committed Dec 26, 2019
1 parent a4707a4 commit 9d91095
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d91095

Please sign in to comment.