Commit 668b4347 by ashutoshm

Add committer information

parent 9eb8134a
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
~ limitations under the License. ~ limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<groupId>org.apache</groupId> <groupId>org.apache</groupId>
...@@ -154,6 +155,17 @@ ...@@ -154,6 +155,17 @@
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>--> <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
</developer> </developer>
<developer> <developer>
<id>amestry</id>
<name>Ashutosh Mestry</name>
<email>amestry@apache.org</email>
<timezone>America/Los_Angeles</timezone>
<roles>
<role>committer</role>
</roles>
<organization>Hortonworks Inc.</organization>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
</developer>
<developer>
<id>bstortz</id> <id>bstortz</id>
<name>Barbara Stortz</name> <name>Barbara Stortz</name>
<email>bstortz@sap.com</email> <email>bstortz@sap.com</email>
...@@ -257,7 +269,7 @@ ...@@ -257,7 +269,7 @@
<role>committer</role> <role>committer</role>
<role>PMC</role> <role>PMC</role>
</roles> </roles>
<organization /> <organization/>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>--> <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
</developer> </developer>
<developer> <developer>
...@@ -579,7 +591,8 @@ ...@@ -579,7 +591,8 @@
<titan.index.backend>solr</titan.index.backend> <titan.index.backend>solr</titan.index.backend>
<solr.zk.address>localhost:9983</solr.zk.address> <solr.zk.address>localhost:9983</solr.zk.address>
<titan.storage.hostname>localhost</titan.storage.hostname> <titan.storage.hostname>localhost</titan.storage.hostname>
<entity.repository.impl>org.apache.atlas.repository.audit.HBaseBasedAuditRepository</entity.repository.impl> <entity.repository.impl>org.apache.atlas.repository.audit.HBaseBasedAuditRepository
</entity.repository.impl>
</properties> </properties>
</profile> </profile>
...@@ -595,7 +608,8 @@ ...@@ -595,7 +608,8 @@
<profile> <profile>
<id>titan1</id> <id>titan1</id>
<properties> <properties>
<graphdb.backend.impl>org.apache.atlas.repository.graphdb.titan1.Titan1GraphDatabase</graphdb.backend.impl> <graphdb.backend.impl>org.apache.atlas.repository.graphdb.titan1.Titan1GraphDatabase
</graphdb.backend.impl>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment