diff --git a/graphdb/common/pom.xml b/graphdb/common/pom.xml index f3b1860..43d51f6 100644 --- a/graphdb/common/pom.xml +++ b/graphdb/common/pom.xml @@ -18,7 +18,7 @@ under the License. --> <parent> <artifactId>atlas-graphdb</artifactId> <groupId>org.apache.atlas</groupId> - <version>0.8-incubator-SNAPSHOT</version> + <version>0.8-incubating-SNAPSHOT</version> </parent> <artifactId>atlas-graphdb-common</artifactId> diff --git a/release-log.txt b/release-log.txt index f1c98a2..855068c 100644 --- a/release-log.txt +++ b/release-log.txt @@ -6,6 +6,7 @@ INCOMPATIBLE CHANGES: ATLAS-1060 Add composite indexes for exact match performance improvements for all attributes (sumasai via shwethags) ALL CHANGES: +ATLAS-1106 Fix Build failure due to wrong version in graphdb/common pom (sumasai) ATLAS-1105 Disable HiveLiteralRewriterTest since its not used currently (sumasai) ATLAS-1103 : UI: Search type list is not refreshed (Kalyanikashikar via sumasai) ATLAS-693 Titan 0.5.4 implementation of the graph db abstraction {jnhagelb via dkantor)