You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2018/12/21 20:14:07 UTC

[juneau] branch master updated: Add Marcelo Vieira to POM

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

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new c593f04  Add Marcelo Vieira to POM
c593f04 is described below

commit c593f04ed5d8a1a61cd605d27e7be5a3fc81655a
Author: JamesBognar <ja...@apache.org>
AuthorDate: Fri Dec 21 15:13:57 2018 -0500

    Add Marcelo Vieira to POM
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index ce6e30c..a209f1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -418,5 +418,10 @@
 			<name>Shalitha Suranga</name>
 			<roles><role>PMC</role></roles>
 		</developer>
+		<developer>
+			<id>marcelosouzav</id>
+			<name>Marcelo Vieira</name>
+			<roles><role>PMC</role></roles>
+		</developer>
 	</developers>
 </project>