This is an automated email from the ASF dual-hosted git repository.
nixonrodrigues 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 28a7c4a48 ATLAS-5355 Change pom version from 2.6.0-SNAPSHOT to 2.6.0
(#714)
28a7c4a48 is described below
commit 28a7c4a4866d33e334ff78daacd0074c05674dbe
Author: Nixon Rodrigues <[email protected]>
AuthorDate: Sun Aug 2 19:46:26 2026 +0530
ATLAS-5355 Change pom version from 2.6.0-SNAPSHOT to 2.6.0 (#714)
---
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 +-
authn/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 +-
51 files changed, 51 insertions(+), 51 deletions(-)
diff --git a/addons/couchbase-bridge/pom.xml b/addons/couchbase-bridge/pom.xml
index 384851814..349181168 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/falcon-bridge-shim/pom.xml
b/addons/falcon-bridge-shim/pom.xml
index 94c7fc2a4..38f44762c 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/falcon-bridge/pom.xml b/addons/falcon-bridge/pom.xml
index 1125b2cae..29ae2f772 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/hbase-bridge-shim/pom.xml b/addons/hbase-bridge-shim/pom.xml
index afb240f32..98b75a818 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/hbase-bridge/pom.xml b/addons/hbase-bridge/pom.xml
index 7a98e4260..705133ff3 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/hbase-testing-util/pom.xml
b/addons/hbase-testing-util/pom.xml
index f8cd500d2..d1b10a4e0 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/hdfs-model/pom.xml b/addons/hdfs-model/pom.xml
index 71f8546f1..6ae62838a 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/hive-bridge-shim/pom.xml b/addons/hive-bridge-shim/pom.xml
index 6b406048c..8573d4b93 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml
index 6e199ea0b..1f58883ab 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/impala-bridge-shim/pom.xml
b/addons/impala-bridge-shim/pom.xml
index 73727a211..aa8d5754d 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/impala-bridge/pom.xml b/addons/impala-bridge/pom.xml
index 9970e3865..5b0ce62df 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/impala-hook-api/pom.xml b/addons/impala-hook-api/pom.xml
index c21dfde7c..c8e2fa485 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/kafka-bridge/pom.xml b/addons/kafka-bridge/pom.xml
index 511b5b0bd..59a64fad9 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/sqoop-bridge-shim/pom.xml b/addons/sqoop-bridge-shim/pom.xml
index ba5011a33..ba0b7b49d 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/sqoop-bridge/pom.xml b/addons/sqoop-bridge/pom.xml
index 29b0cf2bd..7d06586c9 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/storm-bridge-shim/pom.xml b/addons/storm-bridge-shim/pom.xml
index a130d41d7..14f09318c 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml
index cbbff06f1..f90365527 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/addons/trino-extractor/pom.xml b/addons/trino-extractor/pom.xml
index c6fe37cd6..20ac433e8 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/atlas-examples/pom.xml b/atlas-examples/pom.xml
index db9c011d2..000c9be75 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-examples</artifactId>
diff --git a/atlas-examples/sample-app/pom.xml
b/atlas-examples/sample-app/pom.xml
index 69c531c44..a4fb5f27c 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>sample-app</artifactId>
diff --git a/authn/pom.xml b/authn/pom.xml
index 2db3273de..73366788c 100644
--- a/authn/pom.xml
+++ b/authn/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId>
- <version>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-authn</artifactId>
diff --git a/authorization/pom.xml b/authorization/pom.xml
index 11a11431a..eafe9d3ce 100644
--- a/authorization/pom.xml
+++ b/authorization/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId>
- <version>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-authorization</artifactId>
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index bfd0d2790..c4ea471d4 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</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 31d22dbd9..714a3c790 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-client-v1</artifactId>
diff --git a/client/client-v2/pom.xml b/client/client-v2/pom.xml
index be63524a9..cbb3f2bc6 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-client-v2</artifactId>
diff --git a/client/common/pom.xml b/client/common/pom.xml
index a4a674037..76f904544 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-client-common</artifactId>
diff --git a/client/pom.xml b/client/pom.xml
index 07db2b643..a85bff7cb 100755
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId>
- <version>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-client</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index 2f9072d35..386beb657 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId>
- <version>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-common</artifactId>
diff --git a/dashboard/pom.xml b/dashboard/pom.xml
index 5a719519c..150aeb544 100644
--- a/dashboard/pom.xml
+++ b/dashboard/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId>
- <version>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-dashboard</artifactId>
diff --git a/dashboardv2/pom.xml b/dashboardv2/pom.xml
index a0a7a796f..7125400e1 100644
--- a/dashboardv2/pom.xml
+++ b/dashboardv2/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId>
- <version>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-dashboardv2</artifactId>
diff --git a/dev-support/atlas-docker/.env b/dev-support/atlas-docker/.env
index ace8c6825..0a2423d62 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=2.6.0-SNAPSHOT
+ATLAS_VERSION=2.6.0
UBUNTU_VERSION=22.04
HADOOP_VERSION=3.4.2
HBASE_VERSION=2.6.4
diff --git a/distro/pom.xml b/distro/pom.xml
index 923373952..fec90e6e3 100644
--- a/distro/pom.xml
+++ b/distro/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId>
- <version>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/docs/pom.xml b/docs/pom.xml
index a700cea47..f44785e3e 100755
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId>
- <version>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-docs</artifactId>
diff --git a/graphdb/api/pom.xml b/graphdb/api/pom.xml
index 54c19fe23..903d1b6f6 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-graphdb-api</artifactId>
diff --git a/graphdb/common/pom.xml b/graphdb/common/pom.xml
index 2ce58b3a7..c3b4acbba 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-graphdb-common</artifactId>
diff --git a/graphdb/graphdb-impls/pom.xml b/graphdb/graphdb-impls/pom.xml
index aee6dbecd..2c799fa3a 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.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/graphdb/janus/pom.xml b/graphdb/janus/pom.xml
index c5b7ea2a7..e7f4d0e07 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-graphdb-janus</artifactId>
diff --git a/graphdb/janusgraph-rdbms/pom.xml b/graphdb/janusgraph-rdbms/pom.xml
index bf2f51a9b..4a897e547 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>janusgraph-rdbms</artifactId>
diff --git a/graphdb/pom.xml b/graphdb/pom.xml
index 9a32d92cd..fd9df0080 100644
--- a/graphdb/pom.xml
+++ b/graphdb/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId>
- <version>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-graphdb</artifactId>
diff --git a/hbase-shaded-client-fixed/pom.xml
b/hbase-shaded-client-fixed/pom.xml
index e52e2dc4f..73ef5baa5 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>hbase-shaded-client-fixed</artifactId>
diff --git a/intg/pom.xml b/intg/pom.xml
index f53e305f6..141f89465 100644
--- a/intg/pom.xml
+++ b/intg/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId>
- <version>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-intg</artifactId>
diff --git a/notification/pom.xml b/notification/pom.xml
index 3ce97ba85..3982cda3d 100644
--- a/notification/pom.xml
+++ b/notification/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId>
- <version>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-notification</artifactId>
diff --git a/plugin-classloader/pom.xml b/plugin-classloader/pom.xml
index 41864a6d4..5a9448667 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-plugin-classloader</artifactId>
diff --git a/pom.xml b/pom.xml
index 4768737fa..81cc16461 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId>
- <version>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<packaging>pom</packaging>
<name>apache-atlas</name>
diff --git a/repository/pom.xml b/repository/pom.xml
index 7d562b19b..01bad179e 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId>
- <version>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-repository</artifactId>
diff --git a/server-api/pom.xml b/server-api/pom.xml
index 0758f9392..6f0c4aac6 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-server-api</artifactId>
diff --git a/test-tools/pom.xml b/test-tools/pom.xml
index cffd391c6..cc888b4e1 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-testtools</artifactId>
diff --git a/tools/atlas-index-repair/pom.xml b/tools/atlas-index-repair/pom.xml
index fcddaa7a4..374280b74 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</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 7e271f2b8..4731345c1 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>atlas-classification-updater</artifactId>
diff --git a/tools/notification-analyzer/pom.xml
b/tools/notification-analyzer/pom.xml
index bb0ec85b9..5b29e81ef 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>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>atlas-notification-analyzer</artifactId>
diff --git a/webapp/pom.xml b/webapp/pom.xml
index b94c65999..5e6f932f6 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.atlas</groupId>
<artifactId>apache-atlas</artifactId>
- <version>2.6.0-SNAPSHOT</version>
+ <version>2.6.0</version>
</parent>
<artifactId>atlas-webapp</artifactId>