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 2022/12/07 09:24:37 UTC

[atlas] branch branch-2.0 updated: ATLAS-4702: updated version in pom.xml from 2.3.0 to 2.4.0-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 331932f55 ATLAS-4702: updated version in pom.xml from 2.3.0 to 2.4.0-SNAPSHOT
331932f55 is described below

commit 331932f55b7c24dcf9ac33bc9a37c1b07aa7cd2d
Author: Madhan Neethiraj <ma...@apache.org>
AuthorDate: Wed Dec 7 01:13:15 2022 -0800

    ATLAS-4702: updated version in pom.xml from 2.3.0 to 2.4.0-SNAPSHOT
---
 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/hbase-testing-util/pom.xml    | 2 +-
 addons/hdfs-model/pom.xml            | 2 +-
 addons/hive-bridge-shim/pom.xml      | 2 +-
 addons/hive-bridge/pom.xml           | 2 +-
 addons/impala-bridge-shim/pom.xml    | 2 +-
 addons/impala-bridge/pom.xml         | 2 +-
 addons/impala-hook-api/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 +-
 atlas-examples/pom.xml               | 2 +-
 atlas-examples/sample-app/pom.xml    | 2 +-
 authorization/pom.xml                | 2 +-
 build-tools/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 +-
 dashboardv3/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-hbase2/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 +-
 test-tools/pom.xml                   | 2 +-
 tools/atlas-index-repair/pom.xml     | 2 +-
 tools/classification-updater/pom.xml | 2 +-
 webapp/pom.xml                       | 2 +-
 45 files changed, 45 insertions(+), 45 deletions(-)

diff --git a/addons/falcon-bridge-shim/pom.xml b/addons/falcon-bridge-shim/pom.xml
index 490d812a0..261165307 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>falcon-bridge-shim</artifactId>
diff --git a/addons/falcon-bridge/pom.xml b/addons/falcon-bridge/pom.xml
index 7072ab06f..81b0db332 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>falcon-bridge</artifactId>
diff --git a/addons/hbase-bridge-shim/pom.xml b/addons/hbase-bridge-shim/pom.xml
index a33f78463..d9d47af63 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hbase-bridge-shim</artifactId>
diff --git a/addons/hbase-bridge/pom.xml b/addons/hbase-bridge/pom.xml
index ee4ed0471..aac1bea57 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hbase-bridge</artifactId>
diff --git a/addons/hbase-testing-util/pom.xml b/addons/hbase-testing-util/pom.xml
index 560e4f27e..e5d8574b3 100644
--- a/addons/hbase-testing-util/pom.xml
+++ b/addons/hbase-testing-util/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hbase-testing-util</artifactId>
diff --git a/addons/hdfs-model/pom.xml b/addons/hdfs-model/pom.xml
index 43362fadf..f0107eca4 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hdfs-model</artifactId>
diff --git a/addons/hive-bridge-shim/pom.xml b/addons/hive-bridge-shim/pom.xml
index 6c2c04aac..5cb0ad234 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hive-bridge-shim</artifactId>
diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml
index 4911f98a0..018bd8709 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>hive-bridge</artifactId>
diff --git a/addons/impala-bridge-shim/pom.xml b/addons/impala-bridge-shim/pom.xml
index 7c2cae7f5..6cba80e2e 100644
--- a/addons/impala-bridge-shim/pom.xml
+++ b/addons/impala-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>apache-atlas</artifactId>
     <groupId>org.apache.atlas</groupId>
-    <version>2.3.0</version>
+    <version>2.4.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <artifactId>impala-bridge-shim</artifactId>
diff --git a/addons/impala-bridge/pom.xml b/addons/impala-bridge/pom.xml
index b7a08f2ec..88bb73852 100644
--- a/addons/impala-bridge/pom.xml
+++ b/addons/impala-bridge/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>apache-atlas</artifactId>
     <groupId>org.apache.atlas</groupId>
-    <version>2.3.0</version>
+    <version>2.4.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <artifactId>impala-bridge</artifactId>
diff --git a/addons/impala-hook-api/pom.xml b/addons/impala-hook-api/pom.xml
index 47c0b7003..4b5539ae1 100644
--- a/addons/impala-hook-api/pom.xml
+++ b/addons/impala-hook-api/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>apache-atlas</artifactId>
     <groupId>org.apache.atlas</groupId>
-    <version>2.3.0</version>
+    <version>2.4.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <artifactId>impala-hook-api</artifactId>
diff --git a/addons/kafka-bridge/pom.xml b/addons/kafka-bridge/pom.xml
index fa54a56ae..841c89b72 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>kafka-bridge</artifactId>
diff --git a/addons/sqoop-bridge-shim/pom.xml b/addons/sqoop-bridge-shim/pom.xml
index 3e1e7c8ba..247c42585 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>sqoop-bridge-shim</artifactId>
diff --git a/addons/sqoop-bridge/pom.xml b/addons/sqoop-bridge/pom.xml
index 45a27e2f2..ac06f9460 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>sqoop-bridge</artifactId>
diff --git a/addons/storm-bridge-shim/pom.xml b/addons/storm-bridge-shim/pom.xml
index 098873c3f..571a1b252 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>storm-bridge-shim</artifactId>
diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml
index 01450e795..f9cd63cef 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>storm-bridge</artifactId>
diff --git a/atlas-examples/pom.xml b/atlas-examples/pom.xml
index e5c336411..79ab3b9c1 100644
--- a/atlas-examples/pom.xml
+++ b/atlas-examples/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/atlas-examples/sample-app/pom.xml b/atlas-examples/sample-app/pom.xml
index 7375e6433..c3ccdd56d 100644
--- a/atlas-examples/sample-app/pom.xml
+++ b/atlas-examples/sample-app/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>atlas-examples</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/authorization/pom.xml b/authorization/pom.xml
index e580df8f3..0ff530f6f 100644
--- a/authorization/pom.xml
+++ b/authorization/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.atlas</groupId>
     <artifactId>apache-atlas</artifactId>
-    <version>2.3.0</version>
+    <version>2.4.0-SNAPSHOT</version>
   </parent>
   <artifactId>atlas-authorization</artifactId>
   <name>Apache Atlas Authorization</name>
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 12f1c87eb..a78f84b45 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -24,7 +24,7 @@
     <artifactId>atlas-buildtools</artifactId>
     <name>Apache Atlas Server Build Tools</name>
     <description>Apache Atlas Build Tools like Checkstyle</description>
-    <version>2.3.0</version>
+    <version>2.4.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <build>
diff --git a/client/client-v1/pom.xml b/client/client-v1/pom.xml
index 4d119ed10..c2aa7cf2b 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/client/client-v2/pom.xml b/client/client-v2/pom.xml
index 620c95b24..9cbb5382f 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/client/common/pom.xml b/client/common/pom.xml
index f5099b110..c0e7828ec 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/client/pom.xml b/client/pom.xml
index 3973f1e67..939b3ff83 100755
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
 
     <!-- Sub modules -->
diff --git a/common/pom.xml b/common/pom.xml
index 25e5a7b87..16611d7c0 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-common</artifactId>
     <description>Apache Atlas Common</description>
diff --git a/dashboardv2/pom.xml b/dashboardv2/pom.xml
index 42647005c..dc74928a9 100644
--- a/dashboardv2/pom.xml
+++ b/dashboardv2/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-dashboardv2</artifactId>
diff --git a/dashboardv3/pom.xml b/dashboardv3/pom.xml
index bb31b3f72..a16e30c71 100644
--- a/dashboardv3/pom.xml
+++ b/dashboardv3/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-dashboardv3</artifactId>
diff --git a/distro/pom.xml b/distro/pom.xml
index ae13b6574..f7fd70e44 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-distro</artifactId>
diff --git a/docs/pom.xml b/docs/pom.xml
index 019c3fbea..a87ad1604 100755
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-docs</artifactId>
     <description>Apache Atlas Documentation</description>
diff --git a/graphdb/api/pom.xml b/graphdb/api/pom.xml
index 8f0c2dae5..62d5af8f7 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-graphdb-api</artifactId>
     <description>Apache Atlas Graph Datbase API</description>
diff --git a/graphdb/common/pom.xml b/graphdb/common/pom.xml
index dab86a314..6aa6229f0 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-graphdb-common</artifactId>
 
diff --git a/graphdb/graphdb-impls/pom.xml b/graphdb/graphdb-impls/pom.xml
index eb53375a0..80bd78321 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>atlas-graphdb-impls</artifactId>
diff --git a/graphdb/janus-hbase2/pom.xml b/graphdb/janus-hbase2/pom.xml
index 73e88d9df..3bf176fc5 100644
--- a/graphdb/janus-hbase2/pom.xml
+++ b/graphdb/janus-hbase2/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>atlas-graphdb</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-janusgraph-hbase2</artifactId>
     <description>Apache Atlas JanusGraph-HBase2 Module</description>
diff --git a/graphdb/janus/pom.xml b/graphdb/janus/pom.xml
index 8ef052639..e36255f3f 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-graphdb-janus</artifactId>
     <description>Apache Atlas JanusGraph DB Impl</description>
diff --git a/graphdb/pom.xml b/graphdb/pom.xml
index dceecf47c..054a6bce4 100644
--- a/graphdb/pom.xml
+++ b/graphdb/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-graphdb</artifactId>
diff --git a/intg/pom.xml b/intg/pom.xml
index 32acf0286..acba35132 100644
--- a/intg/pom.xml
+++ b/intg/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-intg</artifactId>
     <description>Apache Atlas Integration</description>
diff --git a/notification/pom.xml b/notification/pom.xml
index 67bae8958..6b4a03ef7 100644
--- a/notification/pom.xml
+++ b/notification/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-notification</artifactId>
     <description>Apache Atlas Notification</description>
diff --git a/plugin-classloader/pom.xml b/plugin-classloader/pom.xml
index 8dff9c555..462d7f221 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-plugin-classloader</artifactId>
     <description>Apache Atlas Plugin Classloader</description>
diff --git a/pom.xml b/pom.xml
index 1217ccc34..df59de304 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>2.3.0</version>
+    <version>2.4.0-SNAPSHOT</version>
     <description>Metadata Management and Data Governance Platform over Hadoop</description>
     <name>apache-atlas</name>
     <packaging>pom</packaging>
diff --git a/repository/pom.xml b/repository/pom.xml
index 974c917ad..656036fef 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-repository</artifactId>
     <description>Apache Atlas Repository Module</description>
diff --git a/server-api/pom.xml b/server-api/pom.xml
index 9e018874f..ebd257b9b 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/test-tools/pom.xml b/test-tools/pom.xml
index 838b970c9..34ca94019 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>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-testtools</artifactId>
diff --git a/tools/atlas-index-repair/pom.xml b/tools/atlas-index-repair/pom.xml
index 732d2be3d..8a0e39aa3 100644
--- a/tools/atlas-index-repair/pom.xml
+++ b/tools/atlas-index-repair/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>atlas-index-repair-tool</artifactId>
diff --git a/tools/classification-updater/pom.xml b/tools/classification-updater/pom.xml
index 9399420d2..edb04d35d 100644
--- a/tools/classification-updater/pom.xml
+++ b/tools/classification-updater/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>apache-atlas</artifactId>
         <groupId>org.apache.atlas</groupId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>atlas-classification-updater</artifactId>
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 25214a24d..5bfb6d437 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>2.3.0</version>
+        <version>2.4.0-SNAPSHOT</version>
     </parent>
     <artifactId>atlas-webapp</artifactId>
     <description>Apache Atlas Web Application</description>