You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2017/10/24 23:35:04 UTC

atlas git commit: ATLAS-2223: Fix hbase-bridge and hbase-bridge-shim pom version from 0.8.2-SNAPSHOT to 1.0.0-SNAPSHOT

Repository: atlas
Updated Branches:
  refs/heads/master b05b85562 -> a9f4c21ce


ATLAS-2223: Fix hbase-bridge and hbase-bridge-shim pom version from 0.8.2-SNAPSHOT to 1.0.0-SNAPSHOT


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

Branch: refs/heads/master
Commit: a9f4c21ce2f893045f242b2e19dcb82ddecf6c28
Parents: b05b855
Author: Sarath Subramanian <ss...@hortonworks.com>
Authored: Tue Oct 24 16:34:40 2017 -0700
Committer: Sarath Subramanian <ss...@hortonworks.com>
Committed: Tue Oct 24 16:34:40 2017 -0700

----------------------------------------------------------------------
 addons/hbase-bridge-shim/pom.xml                                  | 2 +-
 addons/hbase-bridge/pom.xml                                       | 2 +-
 .../org.apache.atlas.atlas-dashboardv2-2.0.0-SNAPSHOT.info        | 3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/a9f4c21c/addons/hbase-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hbase-bridge-shim/pom.xml b/addons/hbase-bridge-shim/pom.xml
index a8d502a..6d01a3e 100644
--- a/addons/hbase-bridge-shim/pom.xml
+++ b/addons/hbase-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.8.2-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hbase-bridge-shim</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/a9f4c21c/addons/hbase-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hbase-bridge/pom.xml b/addons/hbase-bridge/pom.xml
index d8f061c..281e94b 100644
--- a/addons/hbase-bridge/pom.xml
+++ b/addons/hbase-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>0.8.2-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hbase-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/a9f4c21c/webapp/overlays/org.apache.atlas.atlas-dashboardv2-2.0.0-SNAPSHOT.info
----------------------------------------------------------------------
diff --git a/webapp/overlays/org.apache.atlas.atlas-dashboardv2-2.0.0-SNAPSHOT.info b/webapp/overlays/org.apache.atlas.atlas-dashboardv2-2.0.0-SNAPSHOT.info
new file mode 100644
index 0000000..536e418
--- /dev/null
+++ b/webapp/overlays/org.apache.atlas.atlas-dashboardv2-2.0.0-SNAPSHOT.info
@@ -0,0 +1,3 @@
+1508886154000
+(?:[^/]+/)*?[^/]*?
+META-INF(?:$|/.+)
\ No newline at end of file