Fixed Geert's email address
This commit is contained in:
parent
8c01a4713d
commit
20fc225b41
1 changed files with 3 additions and 5 deletions
|
@ -17,13 +17,11 @@ public class PropertyFileBuild extends Project {
|
||||||
public PropertyFileBuild() {
|
public PropertyFileBuild() {
|
||||||
pkg = "rife.bld.extension";
|
pkg = "rife.bld.extension";
|
||||||
name = "bld-property-file";
|
name = "bld-property-file";
|
||||||
version = version(0, 9, 0);
|
version = version(0, 9, 1, "SNAPSHOT");
|
||||||
javadocOptions
|
javadocOptions
|
||||||
.docLint(NO_MISSING)
|
.docLint(NO_MISSING)
|
||||||
.link("https://rife2.github.io/rife2/");
|
.link("https://rife2.github.io/rife2/");
|
||||||
publishRepository = repository("https://repo.rife2.com/releases",
|
publishRepository = repository("rife2");
|
||||||
property("rife2.username"),
|
|
||||||
property("rife2.password"));
|
|
||||||
publishInfo = new PublishInfo()
|
publishInfo = new PublishInfo()
|
||||||
.groupId("com.uwyn.rife2")
|
.groupId("com.uwyn.rife2")
|
||||||
.artifactId("bld-property-file")
|
.artifactId("bld-property-file")
|
||||||
|
@ -31,7 +29,7 @@ public class PropertyFileBuild extends Project {
|
||||||
.url("https://github.com/rife2/bld-property-file")
|
.url("https://github.com/rife2/bld-property-file")
|
||||||
.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("geert@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("http://www.apache.org/licenses/LICENSE-2.0.txt"))
|
.url("http://www.apache.org/licenses/LICENSE-2.0.txt"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue