This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch feature/new-committer-kwin in repository https://gitbox.apache.org/repos/asf/maven-parent.git
commit fb7c10fe75030dc46af99f9b1ebc2b2d41cc8118 Author: Konrad Windszus <[email protected]> AuthorDate: Mon Aug 22 08:35:21 2022 +0200 Konrad added as committer --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 23b885e..ca53625 100644 --- a/pom.xml +++ b/pom.xml @@ -438,6 +438,16 @@ under the License. <role>Committer</role> </roles> </developer> + <developer> + <id>kwin</id> + <name>Konrad Windszus</name> + <email>[email protected]</email> + <organization>Cognizant Netcentric</organization> + <roles> + <role>Committer</role> + </roles> + <timezone>Europe/Berlin</timezone> + </developer> <developer> <id>ltheussl</id> <name>Lukas Theussl</name>
