This is an automated email from the ASF dual-hosted git repository. sgoeschl pushed a commit to branch FREEMARKER-148 in repository https://gitbox.apache.org/repos/asf/freemarker-generator.git
commit fc5e1172f302714ed116f17cde6f667d892baf2e Author: Siegfried Goeschl <[email protected]> AuthorDate: Sun Jul 5 09:45:47 2020 +0200 FREEMARKER-148 Make usage of "DataSources" more "Freemarker" like --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 45cb794..05fa956 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,12 @@ <developer> <name>Siegfried Goeschl</name> <organization>ASF</organization> - <organizationUrl>https://github.com/sgoeschl</organizationUrl> + <organizationUrl>https://www.apache.org</organizationUrl> + </developer> + <developer> + <name>Daniel Dekany</name> + <organization>ASF</organization> + <organizationUrl>https://www.apache.org</organizationUrl> </developer> </developers>
