Minor cleanups
This commit is contained in:
parent
5090b8224c
commit
911d54c10b
2 changed files with 14 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
[](https://opensource.org/licenses/Apache-2.0)
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
||||||
[](https://rife2.com/bld)
|
[](https://rife2.com/bld)
|
||||||
[](https://github.com/rife2/rife2-template-renderers/releases/latest)
|
[](https://github.com/rife2/rife2-template-renderers/releases/latest)
|
||||||
[](https://repo.rife2.com/#/releases/com/uwyn/rife2/rife2-renderers)
|
[](https://repo.rife2.com/#/releases/com/uwyn/rife2/rife2-renderers)
|
||||||
[](https://central.sonatype.com/artifact/com.uwyn.rife2/rife2-renderers/)
|
[](https://central.sonatype.com/artifact/com.uwyn.rife2/rife2-renderers/)
|
||||||
|
@ -63,4 +63,4 @@ This project provides a collection of useful template renderers.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Read more in the [documenation](https://github.com/rife2/rife2-template-renderers/wiki).
|
Read more in the [documentation](https://github.com/rife2/rife2-template-renderers/wiki).
|
||||||
|
|
|
@ -75,13 +75,21 @@ public class TemplateRenderersBuild extends Project {
|
||||||
.name("RIFE2 Template Renderers")
|
.name("RIFE2 Template Renderers")
|
||||||
.description("Template Renderers for the RIFE2 web framework")
|
.description("Template Renderers for the RIFE2 web framework")
|
||||||
.url("https://github.com/rife2/rife2-template-renderers")
|
.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/"))
|
.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"))
|
.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"))
|
.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")
|
.developerConnection("scm:git:git@github.com:rife2/rife2-template-renderers.git")
|
||||||
.url("https://github.com/rife2/rife2-template-renderers"))
|
.url("https://github.com/rife2/rife2-template-renderers"))
|
||||||
.signKey(property("signKey"))
|
.signKey(property("signKey"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue