Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
668b4347
Commit
668b4347
authored
7 years ago
by
ashutoshm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add committer information
parent
9eb8134a
master
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
4 deletions
+18
-4
pom.xml
pom.xml
+18
-4
No files found.
pom.xml
View file @
668b4347
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment