diff options
Diffstat (limited to 'make/pom-template.xml')
-rw-r--r-- | make/pom-template.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/pom-template.xml b/make/pom-template.xml index 4a93ae7..26bae6b 100644 --- a/make/pom-template.xml +++ b/make/pom-template.xml @@ -28,7 +28,7 @@ <email>[email protected]</email> <url>http://github.com/sgothel</url> <organization>Jausoft</organization> - <organizationUrl>http://http://jausoft.com/blog</organizationUrl> + <organizationUrl>http://jausoft.com/blog</organizationUrl> <roles> <role>developer</role> </roles> @@ -39,6 +39,8 @@ <name>Michael Bien</name> <email>[email protected]</email> <url>http://github.com/mbien</url> + <organization>michael-bien.com</organization> + <organizationUrl>http://michael-bien.com</organizationUrl> <roles> <role>developer</role> </roles> |