Repository: incubator-atlas Updated Branches: refs/heads/master 574da752d -> 7d040c52f
ATLAS-728 Fix few typos in committer email IDs (yhemanth) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/7d040c52 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/7d040c52 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/7d040c52 Branch: refs/heads/master Commit: 7d040c52ffa2daa467e4de3243a94bf655f79693 Parents: 574da75 Author: Hemanth Yamijala <[email protected]> Authored: Fri Apr 29 16:26:21 2016 +0530 Committer: Hemanth Yamijala <[email protected]> Committed: Fri Apr 29 16:26:56 2016 +0530 ---------------------------------------------------------------------- pom.xml | 5 +++-- release-log.txt | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/7d040c52/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 729b178..562bdcd 100755 --- a/pom.xml +++ b/pom.xml @@ -152,7 +152,7 @@ <developer> <id>dkaspar</id> <name>David Kaspar</name> - <email>[email protected]</email> + <email>[email protected]</email> <timezone>+1</timezone> <roles> <role>committer</role> @@ -284,7 +284,7 @@ <developer> <id>bstortz</id> <name>Barbara Stortz</name> - <email>bstortz@sap</email> + <email>[email protected]</email> <timezone>-8</timezone> <roles> <role>committer</role> @@ -347,6 +347,7 @@ <timezone>+05:30</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>Hortonworks Inc.</organization> <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>--> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/7d040c52/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 3cf823f..c13ad48 100644 --- a/release-log.txt +++ b/release-log.txt @@ -17,6 +17,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags) ALL CHANGES: +ATLAS-728 Fix few typos in committer email IDs (yhemanth) ATLAS-435 Add ORDER BY and Limit to search DSL (neerugupta via sumasai) ATLAS-543 Entity Instance requests should not require ID element for new Entities (harishjp via shwethags) ATLAS-681 update committer/ppmc members in the pom.xml (sneethiraj via shwethags)
