Minor cleanups
This commit is contained in:
parent
5090b8224c
commit
911d54c10b
2 changed files with 14 additions and 6 deletions
|
@ -75,13 +75,21 @@ public class TemplateRenderersBuild extends Project {
|
|||
.name("RIFE2 Template Renderers")
|
||||
.description("Template Renderers for the RIFE2 web framework")
|
||||
.url("https://github.com/rife2/rife2-template-renderers")
|
||||
.developer(new PublishDeveloper().id("ethauvin").name("Erik C. Thauvin").email("erik@thauvin.net")
|
||||
.developer(new PublishDeveloper()
|
||||
.id("ethauvin")
|
||||
.name("Erik C. Thauvin")
|
||||
.email("erik@thauvin.net")
|
||||
.url("https://erik.thauvin.net/"))
|
||||
.developer(new PublishDeveloper().id("gbevin").name("Geert Bevin").email("gbevin@uwyn.com")
|
||||
.developer(new PublishDeveloper()
|
||||
.id("gbevin")
|
||||
.name("Geert Bevin")
|
||||
.email("gbevin@uwyn.com")
|
||||
.url("https://github.com/gbevin"))
|
||||
.license(new PublishLicense().name("The Apache License, Version 2.0")
|
||||
.license(new PublishLicense()
|
||||
.name("The Apache License, Version 2.0")
|
||||
.url("https://www.apache.org/licenses/LICENSE-2.0.txt"))
|
||||
.scm(new PublishScm().connection("scm:git:https://github.com/rife2/rife2-template-renderers.git")
|
||||
.scm(new PublishScm()
|
||||
.connection("scm:git:https://github.com/rife2/rife2-template-renderers.git")
|
||||
.developerConnection("scm:git:git@github.com:rife2/rife2-template-renderers.git")
|
||||
.url("https://github.com/rife2/rife2-template-renderers"))
|
||||
.signKey(property("signKey"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue