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

[maven-parent] branch master updated: Add twitter handle

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

rfscholte 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 737f14c  Add twitter handle
737f14c is described below

commit 737f14caf7d198477f1ff6e9993b2f1cc78abe1c
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun May 24 19:01:54 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 4ba1df3..4fd66ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,9 @@ under the License.
         <role>PMC Chair</role>
       </roles>
       <timezone>Europe/Amsterdam</timezone>
+      <properties>
+        <twitter>@rfscholte</twitter>
+      </properties>
     </developer>
     <developer>
       <id>aheritier</id>