Repository: incubator-atlas Updated Branches: refs/heads/master 1821667e7 -> 1b066acb0
ATLAS-1299 The project org.apache.atlas:atlas-hbase-client-shaded - build error (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/1b066acb Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/1b066acb Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/1b066acb Branch: refs/heads/master Commit: 1b066acb0cd8dd334b3e0ba3d7cb05e3d30aa47e Parents: 1821667 Author: Shwetha GS <[email protected]> Authored: Thu Nov 17 16:31:59 2016 +0530 Committer: Shwetha GS <[email protected]> Committed: Thu Nov 17 16:31:59 2016 +0530 ---------------------------------------------------------------------- release-log.txt | 1 + shaded/hbase-client-shaded/pom.xml | 1 + shaded/hbase-server-shaded/pom.xml | 1 + 3 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1b066acb/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 4e9d8e9..920df70 100644 --- a/release-log.txt +++ b/release-log.txt @@ -10,6 +10,7 @@ ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(s ALL CHANGES: +ATLAS-1299 The project org.apache.atlas:atlas-hbase-client-shaded - build error (shwethags) ATLAS-1246 Upgrade versions of dependencies (shwethags) ATLAS-1244 added support for KnoxSSO Authentication (nixonrodrigues via mneethiraj) ATLAS-1295 Build failure due to patch for ATLAS-1081 (apoorvnaik via sumasai) http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1b066acb/shaded/hbase-client-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/shaded/hbase-client-shaded/pom.xml b/shaded/hbase-client-shaded/pom.xml index f8b6bb7..5251031 100644 --- a/shaded/hbase-client-shaded/pom.xml +++ b/shaded/hbase-client-shaded/pom.xml @@ -23,6 +23,7 @@ <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> <version>0.8-incubating-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent> <artifactId>atlas-hbase-client-shaded</artifactId> <description>Shading of guava in apache hbase-client</description> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/1b066acb/shaded/hbase-server-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/shaded/hbase-server-shaded/pom.xml b/shaded/hbase-server-shaded/pom.xml index 2c52aff..4a0341e 100644 --- a/shaded/hbase-server-shaded/pom.xml +++ b/shaded/hbase-server-shaded/pom.xml @@ -23,6 +23,7 @@ <artifactId>apache-atlas</artifactId> <groupId>org.apache.atlas</groupId> <version>0.8-incubating-SNAPSHOT</version> + <relativePath>../../pom.xml</relativePath> </parent> <artifactId>atlas-hbase-server-shaded</artifactId> <description>Shading of guava in apache hbase-server</description>
