Merged in clint-pomdevs (pull request #543)

Added a required section for publishing POMs to maven central.
This commit is contained in:
Clinton Alexander 2016-11-24 18:21:44 +00:00
commit 3c8b544aae
3 changed files with 24 additions and 0 deletions

View File

@ -54,6 +54,14 @@ publishing {
distribution 'repo' distribution 'repo'
} }
} }
developers {
developer {
id 'R3'
name 'R3'
email 'dev@corda.net'
}
}
} }
} }
} }

View File

@ -61,6 +61,14 @@ publishing {
distribution 'repo' distribution 'repo'
} }
} }
developers {
developer {
id 'R3'
name 'R3'
email 'dev@corda.net'
}
}
} }
} }
} }

View File

@ -52,6 +52,14 @@ publishing {
distribution 'repo' distribution 'repo'
} }
} }
developers {
developer {
id 'R3'
name 'R3'
email 'dev@corda.net'
}
}
} }
} }
} }