You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2020/05/24 17:33:20 UTC

[maven-parent] branch master updated: Added twitter handle.

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 81d97c5  Added twitter handle.
81d97c5 is described below

commit 81d97c52b9b02c511c55ecb5e2b6821e496436f5
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun May 24 19:33:09 2020 +0200

    Added twitter handle.
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4fd66ed..0d864eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,6 +185,9 @@ under the License.
         <role>PMC Member</role>
       </roles>
       <timezone>+1</timezone>
+      <properties>
+        <twitter>@khmarbaise</twitter>
+      </properties>
     </developer>
     <developer>
       <id>krosenvold</id>