LDAP-251: Fixed a couple of URLs and email addresses in generated poms.

This commit is contained in:
Mattias Hellborg Arthursson
2013-08-15 08:10:40 +02:00
parent b557853664
commit fdf3ed7654

View File

@@ -34,16 +34,16 @@ def customizePom(pom, gradleProject) {
developer {
id = "marthursson"
name = "Mattias Hellborg Arthursson"
email = "mattias.arthursson@jayway.com"
organization = "Jayway"
organizationUrl = "http://www.jayway.co"
email = "mattias@261consulting.com"
organization = "261 Consulting"
organizationUrl = "http://www.261consulting.com"
}
developer {
id = "ulsa"
name = "Ulrik Sandberg"
email = "ulrik.sandberg@jayway.com"
organization = "Jayway"
organizationUrl = "http://www.jayway.co"
organizationUrl = "http://www.jayway.com"
}
}
contributors {