Commit 668b4347 by ashutoshm

Add committer information

parent 9eb8134a
......@@ -17,7 +17,8 @@
~ 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>
<groupId>org.apache</groupId>
......@@ -154,6 +155,17 @@
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
</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>
<name>Barbara Stortz</name>
<email>bstortz@sap.com</email>
......@@ -257,7 +269,7 @@
<role>committer</role>
<role>PMC</role>
</roles>
<organization />
<organization/>
<!--<organizationUrl>http://www.hortonworks.com</organizationUrl>-->
</developer>
<developer>
......@@ -579,7 +591,8 @@
<titan.index.backend>solr</titan.index.backend>
<solr.zk.address>localhost:9983</solr.zk.address>
<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>
</profile>
......@@ -595,7 +608,8 @@
<profile>
<id>titan1</id>
<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>
<dependencyManagement>
<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