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 2019/03/10 15:52:27 UTC

[juneau] 02/09: Add Ayeshmantha to developer list in 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

commit 6699d2b564fbcf3b8538fa5c5caae60ea731936f
Author: JamesBognar <ja...@apache.org>
AuthorDate: Thu Jan 10 16:55:17 2019 -0500

    Add Ayeshmantha to developer list in POM.
---
 juneau-examples/juneau-examples-rest-jetty/.gitignore | 1 +
 pom.xml                                               | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/juneau-examples/juneau-examples-rest-jetty/.gitignore b/juneau-examples/juneau-examples-rest-jetty/.gitignore
index 5ad1d63..7d53df3 100644
--- a/juneau-examples/juneau-examples-rest-jetty/.gitignore
+++ b/juneau-examples/juneau-examples-rest-jetty/.gitignore
@@ -1,3 +1,4 @@
 /target/
 **/.DS_Store
 /derby.log
+/bin/
diff --git a/pom.xml b/pom.xml
index 3eef320..f1d619c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,5 +430,10 @@
 			<name>Marcelo Vieira</name>
 			<roles><role>PMC</role></roles>
 		</developer>
+		<developer>
+			<id>akayeshmantha</id>
+			<name>Ayeshmantha Perera</name>
+			<roles><role>PMC</role></roles>
+		</developer>
 	</developers>
 </project>