You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by su...@apache.org on 2016/08/08 23:56:47 UTC

incubator-atlas git commit: ATLAS-1106 Fix Build failure due to wrong version in graphdb/common pom (sumasai)

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 2a7c4326c -> 7826a1ab5


ATLAS-1106 Fix Build failure due to wrong version in graphdb/common pom (sumasai)


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/7826a1ab
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/7826a1ab
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/7826a1ab

Branch: refs/heads/master
Commit: 7826a1ab5adb7a20f9b01e27f34451252369240f
Parents: 2a7c432
Author: Suma Shivaprasad <su...@gmail.com>
Authored: Mon Aug 8 16:53:12 2016 -0700
Committer: Suma Shivaprasad <su...@gmail.com>
Committed: Mon Aug 8 16:53:12 2016 -0700

----------------------------------------------------------------------
 graphdb/common/pom.xml | 2 +-
 release-log.txt        | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/7826a1ab/graphdb/common/pom.xml
----------------------------------------------------------------------
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>
 

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/7826a1ab/release-log.txt
----------------------------------------------------------------------
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)