Repository: atlas
Updated Branches:
  refs/heads/branch-1.0 54623efb8 -> 32699ab53


ATLAS-2739: updated branch-1.0 to set version as 1.1.0-SNAPSHOT


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

Branch: refs/heads/branch-1.0
Commit: 32699ab53e9c8e5f5b95e78c161d2afb64e33f3f
Parents: 54623ef
Author: Madhan Neethiraj <mad...@apache.org>
Authored: Mon Jun 4 17:07:29 2018 -0700
Committer: Madhan Neethiraj <mad...@apache.org>
Committed: Mon Jun 4 17:09:58 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                  | 2 +-
 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 +-
 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                     | 2 +-
 tools/atlas-migration-exporter/pom.xml | 2 +-
 webapp/pom.xml                         | 2 +-
 37 files changed, 37 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/addons/falcon-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/falcon-bridge-shim/pom.xml 
b/addons/falcon-bridge-shim/pom.xml
index 87fb1e1..2f2392a 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>falcon-bridge-shim</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/addons/falcon-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/falcon-bridge/pom.xml b/addons/falcon-bridge/pom.xml
index a56f29d..8918d2e 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>falcon-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/addons/hbase-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hbase-bridge-shim/pom.xml b/addons/hbase-bridge-shim/pom.xml
index 9171ab0..65b4c26 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hbase-bridge-shim</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/addons/hbase-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hbase-bridge/pom.xml b/addons/hbase-bridge/pom.xml
index 7249d95..c10622e 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hbase-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/addons/hdfs-model/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hdfs-model/pom.xml b/addons/hdfs-model/pom.xml
index 855255c..e12043c 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hdfs-model</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/addons/hive-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hive-bridge-shim/pom.xml b/addons/hive-bridge-shim/pom.xml
index aa8f2e5..81e35d1 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hive-bridge-shim</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/addons/hive-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml
index 6ba16ea..96e5d5e 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hive-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/addons/kafka-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/kafka-bridge/pom.xml b/addons/kafka-bridge/pom.xml
index 7c86f99..75ac3cb 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>kafka-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/addons/sqoop-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/sqoop-bridge-shim/pom.xml b/addons/sqoop-bridge-shim/pom.xml
index 21449c0..8c48366 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>sqoop-bridge-shim</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/addons/sqoop-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/sqoop-bridge/pom.xml b/addons/sqoop-bridge/pom.xml
index 819f522..5ec5bb4 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>sqoop-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/addons/storm-bridge-shim/pom.xml
----------------------------------------------------------------------
diff --git a/addons/storm-bridge-shim/pom.xml b/addons/storm-bridge-shim/pom.xml
index 473e3ca..b47ceb0 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>storm-bridge-shim</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/addons/storm-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml
index 16cd6c4..b3918d8 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>storm-bridge</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/authorization/pom.xml
----------------------------------------------------------------------
diff --git a/authorization/pom.xml b/authorization/pom.xml
index c4d8c5e..b1d1e64 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</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <artifactId>atlas-authorization</artifactId>
   <name>Apache Atlas Authorization</name>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/client/client-v1/pom.xml
----------------------------------------------------------------------
diff --git a/client/client-v1/pom.xml b/client/client-v1/pom.xml
index 027090f..1eea6af 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/client/client-v2/pom.xml
----------------------------------------------------------------------
diff --git a/client/client-v2/pom.xml b/client/client-v2/pom.xml
index 1559981..4965914 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/client/common/pom.xml
----------------------------------------------------------------------
diff --git a/client/common/pom.xml b/client/common/pom.xml
index b030d86..7d5cd06 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 86c7692..a9cd1f3 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <!-- Sub modules -->

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 8e98b1b..e9101ab 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-common</artifactId>
     <description>Apache Atlas Common</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/dashboardv2/pom.xml
----------------------------------------------------------------------
diff --git a/dashboardv2/pom.xml b/dashboardv2/pom.xml
index b05070f..a26469b 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-dashboardv2</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/distro/pom.xml
----------------------------------------------------------------------
diff --git a/distro/pom.xml b/distro/pom.xml
index 2296159..d90044e 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-distro</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/docs/pom.xml
----------------------------------------------------------------------
diff --git a/docs/pom.xml b/docs/pom.xml
index 33828a5..3363080 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-docs</artifactId>
     <description>Apache Atlas Documentation</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/graphdb/api/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/api/pom.xml b/graphdb/api/pom.xml
index 65b6f48..d71b877 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</version>
+        <version>1.1.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/32699ab5/graphdb/common/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/common/pom.xml b/graphdb/common/pom.xml
index c4f64d4..d8259ae 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-graphdb-common</artifactId>
 

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/graphdb/graphdb-impls/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/graphdb-impls/pom.xml b/graphdb/graphdb-impls/pom.xml
index 93eb5d0..ac95474 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-graphdb-impls</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/graphdb/janus/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/janus/pom.xml b/graphdb/janus/pom.xml
index 9041999..34eae8d 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</version>
+        <version>1.1.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/32699ab5/graphdb/pom.xml
----------------------------------------------------------------------
diff --git a/graphdb/pom.xml b/graphdb/pom.xml
index c367e2c..0bf3b74 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-graphdb</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/intg/pom.xml
----------------------------------------------------------------------
diff --git a/intg/pom.xml b/intg/pom.xml
index fdfd067..03e4325 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-intg</artifactId>
     <description>Apache Atlas Integration</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/notification/pom.xml
----------------------------------------------------------------------
diff --git a/notification/pom.xml b/notification/pom.xml
index 03a05f7..48fa4ae 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-notification</artifactId>
     <description>Apache Atlas Notification</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/plugin-classloader/pom.xml
----------------------------------------------------------------------
diff --git a/plugin-classloader/pom.xml b/plugin-classloader/pom.xml
index ac0cff6..47cb841 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</version>
+        <version>1.1.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/32699ab5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a5f342e..1741651 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</version>
+    <version>1.1.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/32699ab5/repository/pom.xml
----------------------------------------------------------------------
diff --git a/repository/pom.xml b/repository/pom.xml
index a46984b..ebcc9dd 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-repository</artifactId>
     <description>Apache Atlas Repository Module</description>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/server-api/pom.xml
----------------------------------------------------------------------
diff --git a/server-api/pom.xml b/server-api/pom.xml
index 5a441ae..ecaa574 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/shaded/hbase-client-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/shaded/hbase-client-shaded/pom.xml 
b/shaded/hbase-client-shaded/pom.xml
index bfb70d6..14e8b4f 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-hbase-client-shaded</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/shaded/hbase-server-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/shaded/hbase-server-shaded/pom.xml 
b/shaded/hbase-server-shaded/pom.xml
index e152b0a..249d8ea 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-hbase-server-shaded</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/test-tools/pom.xml
----------------------------------------------------------------------
diff --git a/test-tools/pom.xml b/test-tools/pom.xml
index 4a8c79a..5af6003 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-testtools</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/tools/atlas-migration-exporter/pom.xml
----------------------------------------------------------------------
diff --git a/tools/atlas-migration-exporter/pom.xml 
b/tools/atlas-migration-exporter/pom.xml
index 6ace6e8..162447d 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</version>
+        <version>1.1.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-migration-exporter</artifactId>

http://git-wip-us.apache.org/repos/asf/atlas/blob/32699ab5/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 6d96654..ddb824d 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</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-webapp</artifactId>
     <description>Apache Atlas Web Application</description>

Reply via email to