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

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


The following commit(s) were added to refs/heads/atlas-2.6 by this push:
     new ef0cd5667 ATLAS-5235: ATLAS-5236: Create new branch atlas-2.6 and 
updated version to 2.6.0-SNAPSHOT
ef0cd5667 is described below

commit ef0cd5667099e9e90b754e64e36a506ba585adb5
Author: Radhika Kundam <[email protected]>
AuthorDate: Mon May 4 14:39:11 2026 -0700

    ATLAS-5235: ATLAS-5236: Create new branch atlas-2.6 and updated version to 
2.6.0-SNAPSHOT
---
 addons/couchbase-bridge/pom.xml      | 2 +-
 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 +-
 addons/trino-extractor/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 +-
 dashboard/pom.xml                    | 2 +-
 dashboardv2/pom.xml                  | 2 +-
 dev-support/atlas-docker/.env        | 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/janusgraph-rdbms/pom.xml     | 2 +-
 graphdb/pom.xml                      | 2 +-
 hbase-shaded-client-fixed/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 +-
 tools/notification-analyzer/pom.xml  | 2 +-
 webapp/pom.xml                       | 2 +-
 50 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/addons/couchbase-bridge/pom.xml b/addons/couchbase-bridge/pom.xml
index 6c2765ede..384851814 100644
--- a/addons/couchbase-bridge/pom.xml
+++ b/addons/couchbase-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/falcon-bridge-shim/pom.xml 
b/addons/falcon-bridge-shim/pom.xml
index 480d325de..25d45947f 100755
--- a/addons/falcon-bridge-shim/pom.xml
+++ b/addons/falcon-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/falcon-bridge/pom.xml b/addons/falcon-bridge/pom.xml
index 7dfe6c55a..3f54d6ebc 100644
--- a/addons/falcon-bridge/pom.xml
+++ b/addons/falcon-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/hbase-bridge-shim/pom.xml b/addons/hbase-bridge-shim/pom.xml
index f934e3bbf..afb240f32 100644
--- a/addons/hbase-bridge-shim/pom.xml
+++ b/addons/hbase-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/hbase-bridge/pom.xml b/addons/hbase-bridge/pom.xml
index cc16fd8ac..a55f8bcaf 100644
--- a/addons/hbase-bridge/pom.xml
+++ b/addons/hbase-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/hbase-testing-util/pom.xml 
b/addons/hbase-testing-util/pom.xml
index 2fb66c557..f8cd500d2 100644
--- a/addons/hbase-testing-util/pom.xml
+++ b/addons/hbase-testing-util/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/hdfs-model/pom.xml b/addons/hdfs-model/pom.xml
index a51e71417..71f8546f1 100644
--- a/addons/hdfs-model/pom.xml
+++ b/addons/hdfs-model/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/hive-bridge-shim/pom.xml b/addons/hive-bridge-shim/pom.xml
index 08a9ee7c4..6b406048c 100755
--- a/addons/hive-bridge-shim/pom.xml
+++ b/addons/hive-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml
index 1ed368367..20e8b483b 100755
--- a/addons/hive-bridge/pom.xml
+++ b/addons/hive-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/impala-bridge-shim/pom.xml 
b/addons/impala-bridge-shim/pom.xml
index cf72b08a6..73727a211 100644
--- a/addons/impala-bridge-shim/pom.xml
+++ b/addons/impala-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/impala-bridge/pom.xml b/addons/impala-bridge/pom.xml
index 0d2ffcb8d..66648b5c0 100644
--- a/addons/impala-bridge/pom.xml
+++ b/addons/impala-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/impala-hook-api/pom.xml b/addons/impala-hook-api/pom.xml
index 805df8fb1..c21dfde7c 100644
--- a/addons/impala-hook-api/pom.xml
+++ b/addons/impala-hook-api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/kafka-bridge/pom.xml b/addons/kafka-bridge/pom.xml
index 239ee7398..10910ac33 100644
--- a/addons/kafka-bridge/pom.xml
+++ b/addons/kafka-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/sqoop-bridge-shim/pom.xml b/addons/sqoop-bridge-shim/pom.xml
index 3a4ec5dbc..ba5011a33 100755
--- a/addons/sqoop-bridge-shim/pom.xml
+++ b/addons/sqoop-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/sqoop-bridge/pom.xml b/addons/sqoop-bridge/pom.xml
index ea1bc94ba..29b0cf2bd 100644
--- a/addons/sqoop-bridge/pom.xml
+++ b/addons/sqoop-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/storm-bridge-shim/pom.xml b/addons/storm-bridge-shim/pom.xml
index 9f9dd0e76..a130d41d7 100755
--- a/addons/storm-bridge-shim/pom.xml
+++ b/addons/storm-bridge-shim/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml
index f1d13054e..c7fcb303f 100644
--- a/addons/storm-bridge/pom.xml
+++ b/addons/storm-bridge/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/addons/trino-extractor/pom.xml b/addons/trino-extractor/pom.xml
index a7a66b937..c6fe37cd6 100644
--- a/addons/trino-extractor/pom.xml
+++ b/addons/trino-extractor/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
 
diff --git a/atlas-examples/pom.xml b/atlas-examples/pom.xml
index 6eb1d235e..db9c011d2 100644
--- a/atlas-examples/pom.xml
+++ b/atlas-examples/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-examples</artifactId>
diff --git a/atlas-examples/sample-app/pom.xml 
b/atlas-examples/sample-app/pom.xml
index 6e49207d6..69c531c44 100644
--- a/atlas-examples/sample-app/pom.xml
+++ b/atlas-examples/sample-app/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>atlas-examples</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>sample-app</artifactId>
diff --git a/authorization/pom.xml b/authorization/pom.xml
index af95d5f01..11a11431a 100644
--- a/authorization/pom.xml
+++ b/authorization/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-authorization</artifactId>
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index 6f5dc4d0d..bfd0d2790 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -21,7 +21,7 @@
 
     <groupId>org.apache.atlas</groupId>
     <artifactId>atlas-buildtools</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>2.6.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Apache Atlas Server Build Tools</name>
diff --git a/client/client-v1/pom.xml b/client/client-v1/pom.xml
index cd12d3369..a07a94e87 100644
--- a/client/client-v1/pom.xml
+++ b/client/client-v1/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>atlas-client</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-client-v1</artifactId>
diff --git a/client/client-v2/pom.xml b/client/client-v2/pom.xml
index b1df49d7a..be63524a9 100644
--- a/client/client-v2/pom.xml
+++ b/client/client-v2/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>atlas-client</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-client-v2</artifactId>
diff --git a/client/common/pom.xml b/client/common/pom.xml
index 517c3030a..a4a674037 100644
--- a/client/common/pom.xml
+++ b/client/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>atlas-client</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-client-common</artifactId>
diff --git a/client/pom.xml b/client/pom.xml
index 535bfc190..07db2b643 100755
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-client</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index d722f5591..e3d1e6dbd 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-common</artifactId>
diff --git a/dashboard/pom.xml b/dashboard/pom.xml
index 17bcf14f1..0dbf43900 100644
--- a/dashboard/pom.xml
+++ b/dashboard/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-dashboard</artifactId>
diff --git a/dashboardv2/pom.xml b/dashboardv2/pom.xml
index e86803444..a0a7a796f 100644
--- a/dashboardv2/pom.xml
+++ b/dashboardv2/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-dashboardv2</artifactId>
diff --git a/dev-support/atlas-docker/.env b/dev-support/atlas-docker/.env
index a03cebf71..2081d35fa 100644
--- a/dev-support/atlas-docker/.env
+++ b/dev-support/atlas-docker/.env
@@ -17,7 +17,7 @@ ATLAS_BUILD_JAVA_VERSION=8
 # Valid values: 8, 11, 17
 ATLAS_SERVER_JAVA_VERSION=8
 
-ATLAS_VERSION=3.0.0-SNAPSHOT
+ATLAS_VERSION=2.6.0-SNAPSHOT
 UBUNTU_VERSION=20.04
 HADOOP_VERSION=3.4.2
 HBASE_VERSION=2.6.4
diff --git a/distro/pom.xml b/distro/pom.xml
index d7e958889..923373952 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/docs/pom.xml b/docs/pom.xml
index 0c1fa82cd..a700cea47 100755
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-docs</artifactId>
diff --git a/graphdb/api/pom.xml b/graphdb/api/pom.xml
index 478758033..54c19fe23 100644
--- a/graphdb/api/pom.xml
+++ b/graphdb/api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>atlas-graphdb</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-graphdb-api</artifactId>
diff --git a/graphdb/common/pom.xml b/graphdb/common/pom.xml
index 9fe390067..2ce58b3a7 100644
--- a/graphdb/common/pom.xml
+++ b/graphdb/common/pom.xml
@@ -16,7 +16,7 @@ under the License. -->
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>atlas-graphdb</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-graphdb-common</artifactId>
diff --git a/graphdb/graphdb-impls/pom.xml b/graphdb/graphdb-impls/pom.xml
index 896a4f0c1..aee6dbecd 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>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/graphdb/janus/pom.xml b/graphdb/janus/pom.xml
index cd07c9098..1af2158a4 100644
--- a/graphdb/janus/pom.xml
+++ b/graphdb/janus/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>atlas-graphdb</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-graphdb-janus</artifactId>
diff --git a/graphdb/janusgraph-rdbms/pom.xml b/graphdb/janusgraph-rdbms/pom.xml
index 80301dac0..d60a240cf 100644
--- a/graphdb/janusgraph-rdbms/pom.xml
+++ b/graphdb/janusgraph-rdbms/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>atlas-graphdb</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>janusgraph-rdbms</artifactId>
diff --git a/graphdb/pom.xml b/graphdb/pom.xml
index c4c07948c..9a32d92cd 100644
--- a/graphdb/pom.xml
+++ b/graphdb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-graphdb</artifactId>
diff --git a/hbase-shaded-client-fixed/pom.xml 
b/hbase-shaded-client-fixed/pom.xml
index 09e75bae4..e52e2dc4f 100644
--- a/hbase-shaded-client-fixed/pom.xml
+++ b/hbase-shaded-client-fixed/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>hbase-shaded-client-fixed</artifactId>
diff --git a/intg/pom.xml b/intg/pom.xml
index 68ce290b3..ae850e560 100644
--- a/intg/pom.xml
+++ b/intg/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-intg</artifactId>
diff --git a/notification/pom.xml b/notification/pom.xml
index 97bbe839a..f2f6cd8a9 100644
--- a/notification/pom.xml
+++ b/notification/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-notification</artifactId>
diff --git a/plugin-classloader/pom.xml b/plugin-classloader/pom.xml
index 7e82ff2c7..41864a6d4 100644
--- a/plugin-classloader/pom.xml
+++ b/plugin-classloader/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-plugin-classloader</artifactId>
diff --git a/pom.xml b/pom.xml
index 08fbd2b85..af23e06ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.atlas</groupId>
     <artifactId>apache-atlas</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>2.6.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>apache-atlas</name>
diff --git a/repository/pom.xml b/repository/pom.xml
index 000c5197a..7c535dd0d 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-repository</artifactId>
diff --git a/server-api/pom.xml b/server-api/pom.xml
index 67db72801..0758f9392 100644
--- a/server-api/pom.xml
+++ b/server-api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-server-api</artifactId>
diff --git a/test-tools/pom.xml b/test-tools/pom.xml
index efbbbb28a..c06194b63 100644
--- a/test-tools/pom.xml
+++ b/test-tools/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.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 0b12730d7..e99eda9ff 100644
--- a/tools/atlas-index-repair/pom.xml
+++ b/tools/atlas-index-repair/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.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 7a2606b04..7e271f2b8 100644
--- a/tools/classification-updater/pom.xml
+++ b/tools/classification-updater/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>atlas-classification-updater</artifactId>
diff --git a/tools/notification-analyzer/pom.xml 
b/tools/notification-analyzer/pom.xml
index 76904ea5d..70f541965 100644
--- a/tools/notification-analyzer/pom.xml
+++ b/tools/notification-analyzer/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <artifactId>atlas-notification-analyzer</artifactId>
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 9f5c5bb4e..07c4186a9 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-webapp</artifactId>

Reply via email to