commit 69da8d6f74e1c38104b08b050125ee20f98afc7c parent d7c243df120906b3689fe6228afdff1532e1c31b Author: A Koens <[email protected]> Date: Fri, 4 Nov 2022 13:41:49 +0100 Update pom.xml Diffstat:
M | pom.xml | 40 | ++++++++++++++++++++++++++++++++++++++-- |
1 file changed, 38 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -130,4 +130,40 @@ </plugin> </plugins> </build> + + <!-- More Project Information --> + <organization> + <name>Hanze Hogeschool Groningen</name> + <url>https://www.hanze.nl</url> + </organization> + <developers> + <developer> + <id>afko</id> + <name>Arend Frederik Koens</name> + <email>[email protected]</email> + <organization>Hanze Hogeschool Groningen</organization> + <organizationUrl>https://www.hanze.nl</organizationUrl> + <roles> + <role>architect</role> + <role>developer</role> + </roles> + <timezone>Nederland/Amsterdam</timezone> + </developer> + </developers> + <contributors> + <contributor> + <name>Erik Roos</name> + <email>[email protected]</email> + <organization>Hanze Hogeschool Groningen</organization> + <organizationUrl>http://hanze.nl</organizationUrl> + <roles> + <role>product-owner</role> + <role>tester</role> + </roles> + <timezone>Nederland/Amsterdam</timezone> + <properties> + <gtalk>[email protected]</gtalk> + </properties> + </contributor> + </contributors> </project> \ No newline at end of file