Repository: incubator-atlas Updated Branches: refs/heads/master f312a577d -> 2e90ff1f6
ATLAS-681 update committer/ppmc members in the pom.xml (sneethiraj via shwethags) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/2e90ff1f Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/2e90ff1f Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/2e90ff1f Branch: refs/heads/master Commit: 2e90ff1f6627a17c3a96ec444bc85e8cd730ea7a Parents: f312a57 Author: Shwetha GS <[email protected]> Authored: Sat Apr 23 18:16:41 2016 +0530 Committer: Shwetha GS <[email protected]> Committed: Sat Apr 23 18:16:41 2016 +0530 ---------------------------------------------------------------------- pom.xml | 33 +++++++++++++++++++++++++++++---- release-log.txt | 1 + 2 files changed, 30 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/2e90ff1f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2ccabc3..729b178 100755 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ <role>committer</role> <role>PPMC</role> </roles> - <organization>Hortonworks Inc.</organization> + <organization></organization> <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>--> </developer> <developer> @@ -132,6 +132,7 @@ <timezone>-5</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>Hortonworks Inc.</organization> <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>--> @@ -143,6 +144,7 @@ <timezone>-8</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>Hortonworks Inc.</organization> <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>--> @@ -154,6 +156,7 @@ <timezone>+1</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>Merck & Co Inc.</organization> <!--<organizationUrl>http://www.merck.com</organizationUrl>--> @@ -165,6 +168,7 @@ <timezone>+1</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>Merck & Co Inc.</organization> <!--<organizationUrl>http://www.merck.com</organizationUrl>--> @@ -176,6 +180,7 @@ <timezone>-5</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>Aetna Inc.</organization> <!--<organizationUrl>http://www.aetna.com</organizationUrl>--> @@ -187,6 +192,7 @@ <timezone>-5</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>Aetna Inc.</organization> <!--<organizationUrl>http://www.aetna.com</organizationUrl>--> @@ -198,7 +204,7 @@ <timezone>-5</timezone> <roles> <role>committer</role> - + <role>PPMC</role> </roles> <organization>Aetna Inc.</organization> <!--<organizationUrl>http://www.aetna.com</organizationUrl>--> @@ -210,6 +216,7 @@ <timezone>-5</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>Aetna Inc.</organization> <!--<organizationUrl>http://www.aetna.com</organizationUrl>--> @@ -221,6 +228,7 @@ <timezone>-6</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>Target Inc.</organization> <!--<organizationUrl>http://www.target.com</organizationUrl>--> @@ -232,6 +240,7 @@ <timezone>-6</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>Target Inc.</organization> <!--<organizationUrl>http://www.target.com</organizationUrl>--> @@ -243,6 +252,7 @@ <timezone>-5</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>JPMC</organization> <!--<organizationUrl>http://</organizationUrl>--> @@ -254,6 +264,7 @@ <timezone>-6</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>Schlumberger Inc.</organization> <!--<organizationUrl>http://www.slb.com</organizationUrl>--> @@ -265,6 +276,7 @@ <timezone>-6</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>Schlumberger Inc.</organization> <!--<organizationUrl>http://www.slb.com</organizationUrl>--> @@ -276,6 +288,7 @@ <timezone>-8</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>SAP Inc.</organization> <!--<organizationUrl>http://www.sap.com</organizationUrl>--> @@ -299,6 +312,7 @@ <timezone>-8</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>Hortonworks Inc.</organization> <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>--> @@ -306,10 +320,11 @@ <developer> <id>vranganathan</id> <name>Venkat Ranganathan</name> - <email>[email protected]</email> + <email>[email protected]</email> <timezone>-8</timezone> <roles> <role>committer</role> + <role>PPMC</role> </roles> <organization>Hortonworks Inc.</organization> <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>--> @@ -321,7 +336,17 @@ <timezone>-8</timezone> <roles> <role>committer</role> - <role>PPMC</role> + </roles> + <organization>Hortonworks Inc.</organization> + <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>--> + </developer> + <developer> + <id>yhemanth</id> + <name>Hemanth Yamijala</name> + <email>[email protected]</email> + <timezone>+05:30</timezone> + <roles> + <role>committer</role> </roles> <organization>Hortonworks Inc.</organization> <!--<organizationUrl>http://www.hortonworks.com</organizationUrl>--> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/2e90ff1f/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index f199915..86605b1 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-681 update committer/ppmc members in the pom.xml (sneethiraj via shwethags) ATLAS-616 Resolve OOM - Zookeeper throws exceptions when trying to fire DSL queries at Atlas at large scale. (yhemanth via sumasai) ATLAS-530 Add table information to column class (sumasai) ATLAS-538 Rename table should retain traits/tags assigned to columns/storage descriptors (sumasai)
