You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2018/06/04 20:29:51 UTC

atlas git commit: ATLAS-2735: updated version in master branch to 2.0.0-SNAPSHOT

Repository: atlas
Updated Branches:
  refs/heads/master 78a3cd0a2 -> c1f56324c


ATLAS-2735: updated version in master branch to 2.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/c1f56324
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/c1f56324
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/c1f56324

Branch: refs/heads/master
Commit: c1f56324c34cf77e8a311577e4c1ed3b77164f80
Parents: 78a3cd0
Author: Madhan Neethiraj <ma...@apache.org>
Authored: Sun Jun 3 23:13:26 2018 -0700
Committer: Madhan Neethiraj <ma...@apache.org>
Committed: Sun Jun 3 23:13:26 2018 -0700

----------------------------------------------------------------------
 addons/falcon-bridge-shim/pom.xml      |  2 +-
 addons/falcon-bridge/pom.xml           |  2 +-
 addons/hbase-bridge-shim/pom.xml       |  2 +-
 addons/hbase-bridge/pom.xml            |  2 +-
 addons/hdfs-model/pom.xml              |  2 +-
 addons/hive-bridge-shim/pom.xml        |  2 +-
 addons/hive-bridge/pom.xml             |  2 +-
 addons/kafka-bridge/pom.xml            |  2 +-
 addons/sqoop-bridge-shim/pom.xml       |  2 +-
 addons/sqoop-bridge/pom.xml            |  2 +-
 addons/storm-bridge-shim/pom.xml       |  2 +-
 addons/storm-bridge/pom.xml            |  2 +-
 authorization/pom.xml                  |  2 +-
 client/client-v1/pom.xml               |  2 +-
 client/client-v2/pom.xml               |  2 +-
 client/common/pom.xml                  |  4 ++--
 client/pom.xml                         |  2 +-
 common/pom.xml                         |  2 +-
 dashboardv2/pom.xml                    |  2 +-
 distro/pom.xml                         |  2 +-
 docs/pom.xml                           |  2 +-
 graphdb/api/pom.xml                    |  2 +-
 graphdb/common/pom.xml                 |  2 +-
 graphdb/graphdb-impls/pom.xml          |  2 +-
 graphdb/janus/pom.xml                  |  2 +-
 graphdb/pom.xml                        |  2 +-
 intg/pom.xml                           |  2 +-
 notification/pom.xml                   |  2 +-
 om-fwk-ocf/pom.xml                     |  4 ++--
 omag-api/pom.xml                       |  8 ++++----
 omag-server/README.md                  |  2 +-
 omag-server/pom.xml                    | 14 +++++++-------
 omas-assetconsumer/pom.xml             | 12 ++++++------
 omas-connectedasset/pom.xml            |  8 ++++----
 omrs/pom.xml                           |  6 +++---
 plugin-classloader/pom.xml             |  2 +-
 pom.xml                                |  2 +-
 repository/pom.xml                     |  2 +-
 server-api/pom.xml                     |  2 +-
 shaded/hbase-client-shaded/pom.xml     |  2 +-
 shaded/hbase-server-shaded/pom.xml     |  2 +-
 test-tools/pom.xml                     |  4 ++--
 tools/atlas-migration-exporter/pom.xml |  2 +-
 webapp/pom.xml                         |  2 +-
 44 files changed, 66 insertions(+), 66 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/addons/falcon-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/falcon-bridge-shim/pom.xml b/addons/falcon-bridge-shim/pom.xml
index 3fbee25..4ea5df9 100755
--- a/addons/falcon-bridge-shim/pom.xml
+++ b/addons/falcon-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>falcon-bridge-shim</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/addons/falcon-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/falcon-bridge/pom.xml b/addons/falcon-bridge/pom.xml
index 9db65dc..c399383 100644
--- a/addons/falcon-bridge/pom.xml
+++ b/addons/falcon-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>falcon-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/addons/hbase-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hbase-bridge-shim/pom.xml b/addons/hbase-bridge-shim/pom.xml
index 7df6007..d45b6a5 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>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hbase-bridge-shim</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/addons/hbase-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hbase-bridge/pom.xml b/addons/hbase-bridge/pom.xml
index eea6b65..c7a59f4 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>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hbase-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/addons/hdfs-model/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hdfs-model/pom.xml b/addons/hdfs-model/pom.xml
index b5481ba..d6aa360 100644
--- a/addons/hdfs-model/pom.xml
+++ b/addons/hdfs-model/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hdfs-model</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/addons/hive-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hive-bridge-shim/pom.xml b/addons/hive-bridge-shim/pom.xml
index 3abd99d..e7e40cc 100755
--- a/addons/hive-bridge-shim/pom.xml
+++ b/addons/hive-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hive-bridge-shim</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/addons/hive-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml
index 5814854..5ffecac 100755
--- a/addons/hive-bridge/pom.xml
+++ b/addons/hive-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hive-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/addons/kafka-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/kafka-bridge/pom.xml b/addons/kafka-bridge/pom.xml
index a43a063..d1e2497 100644
--- a/addons/kafka-bridge/pom.xml
+++ b/addons/kafka-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>kafka-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/addons/sqoop-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/sqoop-bridge-shim/pom.xml b/addons/sqoop-bridge-shim/pom.xml
index c8ca485..f5a0dcf 100755
--- a/addons/sqoop-bridge-shim/pom.xml
+++ b/addons/sqoop-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>sqoop-bridge-shim</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/addons/sqoop-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/sqoop-bridge/pom.xml b/addons/sqoop-bridge/pom.xml
index 24747a9..1ca5326 100644
--- a/addons/sqoop-bridge/pom.xml
+++ b/addons/sqoop-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>sqoop-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/addons/storm-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/storm-bridge-shim/pom.xml b/addons/storm-bridge-shim/pom.xml
index 802f12c..5713c8f 100755
--- a/addons/storm-bridge-shim/pom.xml
+++ b/addons/storm-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>storm-bridge-shim</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/addons/storm-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml
index 9799f0d..d85be86 100644
--- a/addons/storm-bridge/pom.xml
+++ b/addons/storm-bridge/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>storm-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/authorization/pom.xml
----------------------------------------------------------------------
diff --git a/authorization/pom.xml b/authorization/pom.xml
index 62a6ebb..2b39c3c 100644
--- a/authorization/pom.xml
+++ b/authorization/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.atlas</groupId>
     <artifactId>apache-atlas</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>atlas-authorization</artifactId>
   <name>Apache Atlas Authorization</name>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/client/client-v1/pom.xml
----------------------------------------------------------------------
diff --git a/client/client-v1/pom.xml b/client/client-v1/pom.xml
index e25a308..fe61a2b 100644
--- a/client/client-v1/pom.xml
+++ b/client/client-v1/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>atlas-client</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/client/client-v2/pom.xml
----------------------------------------------------------------------
diff --git a/client/client-v2/pom.xml b/client/client-v2/pom.xml
index 66013f5..49f9c1c 100644
--- a/client/client-v2/pom.xml
+++ b/client/client-v2/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>atlas-client</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/client/common/pom.xml
----------------------------------------------------------------------
diff --git a/client/common/pom.xml b/client/common/pom.xml
index c6ef0b8..32da312 100644
--- a/client/common/pom.xml
+++ b/client/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>atlas-client</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -45,4 +45,4 @@
             <artifactId>atlas-intg</artifactId>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 728c706..d36af11 100755
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <!-- Sub modules -->

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 7ce6fdc..6eb6638 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-common</artifactId>
     <description>Apache Atlas Common</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/dashboardv2/pom.xml
----------------------------------------------------------------------
diff --git a/dashboardv2/pom.xml b/dashboardv2/pom.xml
index f477641..f5c86be 100644
--- a/dashboardv2/pom.xml
+++ b/dashboardv2/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-dashboardv2</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/distro/pom.xml
----------------------------------------------------------------------
diff --git a/distro/pom.xml b/distro/pom.xml
index 562e3e5..54c3695 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-distro</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index 7650766..ba54c82 100755
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-docs</artifactId>
     <description>Apache Atlas Documentation</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/graphdb/api/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/api/pom.xml b/graphdb/api/pom.xml
index d0462b4..14b273f 100644
--- a/graphdb/api/pom.xml
+++ b/graphdb/api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>atlas-graphdb</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-graphdb-api</artifactId>
     <description>Apache Atlas Graph Datbase API</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/graphdb/common/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/common/pom.xml b/graphdb/common/pom.xml
index 71e3bbc..a82a790 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>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-graphdb-common</artifactId>
 

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/graphdb/graphdb-impls/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/graphdb-impls/pom.xml b/graphdb/graphdb-impls/pom.xml
index 1e60a9c..7d3be27 100644
--- a/graphdb/graphdb-impls/pom.xml
+++ b/graphdb/graphdb-impls/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>atlas-graphdb</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-graphdb-impls</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/graphdb/janus/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/janus/pom.xml b/graphdb/janus/pom.xml
index 0d86568..32ec261 100644
--- a/graphdb/janus/pom.xml
+++ b/graphdb/janus/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>atlas-graphdb</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-graphdb-janus</artifactId>
     <description>Apache Atlas JanusGraph DB Impl</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/graphdb/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/pom.xml b/graphdb/pom.xml
index 825dc20..707b13c 100644
--- a/graphdb/pom.xml
+++ b/graphdb/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-graphdb</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/intg/pom.xml
----------------------------------------------------------------------
diff --git a/intg/pom.xml b/intg/pom.xml
index f3c6db3..57803bd 100644
--- a/intg/pom.xml
+++ b/intg/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-intg</artifactId>
     <description>Apache Atlas Integration</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/notification/pom.xml
----------------------------------------------------------------------
diff --git a/notification/pom.xml b/notification/pom.xml
index 079d424..d9febfa 100644
--- a/notification/pom.xml
+++ b/notification/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-notification</artifactId>
     <description>Apache Atlas Notification</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/om-fwk-ocf/pom.xml
----------------------------------------------------------------------
diff --git a/om-fwk-ocf/pom.xml b/om-fwk-ocf/pom.xml
index 8b1cefd..23be081 100644
--- a/om-fwk-ocf/pom.xml
+++ b/om-fwk-ocf/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>om-fwk-ocf</artifactId>
@@ -79,4 +79,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/omag-api/pom.xml
----------------------------------------------------------------------
diff --git a/omag-api/pom.xml b/omag-api/pom.xml
index 2338286..922666d 100644
--- a/omag-api/pom.xml
+++ b/omag-api/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omag-api</artifactId>
@@ -89,13 +89,13 @@
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>om-fwk-ocf</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>omrs</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
 
@@ -118,4 +118,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/omag-server/README.md
----------------------------------------------------------------------
diff --git a/omag-server/README.md b/omag-server/README.md
index f47466e..d231712 100644
--- a/omag-server/README.md
+++ b/omag-server/README.md
@@ -21,4 +21,4 @@ See https://cwiki.apache.org/confluence/display/ATLAS/OMAG+Server+Package for mo
 
 **Launching the standalone server**
 
-    java -jar ./omag-server-1.0.0-SNAPSHOT.jar
+    java -jar ./omag-server-2.0.0-SNAPSHOT.jar

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/omag-server/pom.xml
----------------------------------------------------------------------
diff --git a/omag-server/pom.xml b/omag-server/pom.xml
index 527c5c3..b9d0f45 100644
--- a/omag-server/pom.xml
+++ b/omag-server/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omag-server</artifactId>
@@ -89,31 +89,31 @@
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>om-fwk-ocf</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>omrs</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>omas-connectedasset</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>omas-assetconsumer</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>omag-api</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
     </dependencies>
@@ -134,4 +134,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/omas-assetconsumer/pom.xml
----------------------------------------------------------------------
diff --git a/omas-assetconsumer/pom.xml b/omas-assetconsumer/pom.xml
index 29935e7..5fd6282 100644
--- a/omas-assetconsumer/pom.xml
+++ b/omas-assetconsumer/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omas-assetconsumer</artifactId>
@@ -53,25 +53,25 @@
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>om-fwk-ocf</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>omrs</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>omag-api</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>omas-connectedasset</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
@@ -104,4 +104,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/omas-connectedasset/pom.xml
----------------------------------------------------------------------
diff --git a/omas-connectedasset/pom.xml b/omas-connectedasset/pom.xml
index 219c972..88e02f7 100644
--- a/omas-connectedasset/pom.xml
+++ b/omas-connectedasset/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omas-connectedasset</artifactId>
@@ -41,19 +41,19 @@
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>om-fwk-ocf</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>omrs</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>omag-api</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
         <dependency>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/omrs/pom.xml
----------------------------------------------------------------------
diff --git a/omrs/pom.xml b/omrs/pom.xml
index 50b9898..789d777 100644
--- a/omrs/pom.xml
+++ b/omrs/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>omrs</artifactId>
@@ -87,7 +87,7 @@
         <dependency>
             <groupId>org.apache.atlas</groupId>
             <artifactId>om-fwk-ocf</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
     </dependencies>
@@ -108,4 +108,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/plugin-classloader/pom.xml
----------------------------------------------------------------------
diff --git a/plugin-classloader/pom.xml b/plugin-classloader/pom.xml
index a26aae0..2126ba5 100644
--- a/plugin-classloader/pom.xml
+++ b/plugin-classloader/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-plugin-classloader</artifactId>
     <description>Apache Atlas Plugin Classloader</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4fc44c0..87ca5dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.atlas</groupId>
     <artifactId>apache-atlas</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
     <description>Metadata Management and Data Governance Platform over Hadoop</description>
     <name>apache-atlas</name>
     <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/repository/pom.xml
----------------------------------------------------------------------
diff --git a/repository/pom.xml b/repository/pom.xml
index a6ee43f..8dcc019 100755
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-repository</artifactId>
     <description>Apache Atlas Repository Module</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/server-api/pom.xml
----------------------------------------------------------------------
diff --git a/server-api/pom.xml b/server-api/pom.xml
index 075e950..d45e755 100644
--- a/server-api/pom.xml
+++ b/server-api/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/shaded/hbase-client-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/shaded/hbase-client-shaded/pom.xml b/shaded/hbase-client-shaded/pom.xml
index 8d95a5b..e1e7e5f 100644
--- a/shaded/hbase-client-shaded/pom.xml
+++ b/shaded/hbase-client-shaded/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-hbase-client-shaded</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/shaded/hbase-server-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/shaded/hbase-server-shaded/pom.xml b/shaded/hbase-server-shaded/pom.xml
index 19bf73c..6951b53 100644
--- a/shaded/hbase-server-shaded/pom.xml
+++ b/shaded/hbase-server-shaded/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-hbase-server-shaded</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/test-tools/pom.xml
----------------------------------------------------------------------
diff --git a/test-tools/pom.xml b/test-tools/pom.xml
index c1c59b9..4abd23b 100644
--- a/test-tools/pom.xml
+++ b/test-tools/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-testtools</artifactId>
@@ -96,4 +96,4 @@
 
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/tools/atlas-migration-exporter/pom.xml
----------------------------------------------------------------------
diff --git a/tools/atlas-migration-exporter/pom.xml b/tools/atlas-migration-exporter/pom.xml
index 6880f38..5782511 100644
--- a/tools/atlas-migration-exporter/pom.xml
+++ b/tools/atlas-migration-exporter/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-migration-exporter</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/c1f56324/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/pom.xml b/webapp/pom.xml
index ef8f0ad..ab86a78 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>2.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-webapp</artifactId>
     <description>Apache Atlas Web Application</description>