This is an automated email from the ASF dual-hosted git repository. radhikakundam pushed a commit to annotated tag release-2.5.0-rc0 in repository https://gitbox.apache.org/repos/asf/atlas.git
commit 0b7e6ce34b863793cef88dd846a1a3c7a07c9f6b Author: Radhika Kundam <[email protected]> AuthorDate: Mon Mar 16 23:44:41 2026 -0700 Revert "ATLAS-5232: Change pom version from 2.5.0-SNAPSHOT to 2.5.0" This reverts commit 20cbf9c40df9a646e711c9c8a12fc38964d39508. --- 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 904b88b63..cdc6ff161 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/falcon-bridge-shim/pom.xml b/addons/falcon-bridge-shim/pom.xml index 13742c8ad..df0456f01 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/falcon-bridge/pom.xml b/addons/falcon-bridge/pom.xml index 1387586fa..eca232e4d 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/hbase-bridge-shim/pom.xml b/addons/hbase-bridge-shim/pom.xml index 1aed31c1b..771fe7501 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/hbase-bridge/pom.xml b/addons/hbase-bridge/pom.xml index 2fe8a97ed..067559e43 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/hbase-testing-util/pom.xml b/addons/hbase-testing-util/pom.xml index 75f566b61..50e2dd7b4 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/hdfs-model/pom.xml b/addons/hdfs-model/pom.xml index 44d34c62f..eeb236f27 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/hive-bridge-shim/pom.xml b/addons/hive-bridge-shim/pom.xml index da710a237..dc4190ae0 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml index 034d6e943..16c94b0f1 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/impala-bridge-shim/pom.xml b/addons/impala-bridge-shim/pom.xml index b3290d8d1..c847f8722 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/impala-bridge/pom.xml b/addons/impala-bridge/pom.xml index 879e15c95..518cd858d 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/impala-hook-api/pom.xml b/addons/impala-hook-api/pom.xml index 09eb54124..4b26b8286 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/kafka-bridge/pom.xml b/addons/kafka-bridge/pom.xml index f4345517d..c3753504c 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/sqoop-bridge-shim/pom.xml b/addons/sqoop-bridge-shim/pom.xml index 7c3ff4615..b18ebb330 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/sqoop-bridge/pom.xml b/addons/sqoop-bridge/pom.xml index 7867bd79f..501219170 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/storm-bridge-shim/pom.xml b/addons/storm-bridge-shim/pom.xml index f9f5b7927..6445003ce 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml index b34505b86..2d2b3c78b 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/trino-extractor/pom.xml b/addons/trino-extractor/pom.xml index 541e1c879..bbfb8a9f4 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/atlas-examples/pom.xml b/atlas-examples/pom.xml index ec05b995e..ba4154ac8 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.5.0</version> + <version>2.5.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 d17b819ff..6b3c0e7b2 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>sample-app</artifactId> diff --git a/authorization/pom.xml b/authorization/pom.xml index 274864e85..dd38b81bf 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-authorization</artifactId> diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 657dd1af1..60403a1e6 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.5.0</version> + <version>2.5.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 b0a460a0e..e1f6161e3 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-client-v1</artifactId> diff --git a/client/client-v2/pom.xml b/client/client-v2/pom.xml index 36f89603b..8df269bde 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-client-v2</artifactId> diff --git a/client/common/pom.xml b/client/common/pom.xml index 78828bae7..152d5f6fd 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-client-common</artifactId> diff --git a/client/pom.xml b/client/pom.xml index 58626b0ea..d619d2e51 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-client</artifactId> diff --git a/common/pom.xml b/common/pom.xml index a2e0376c6..ce96c69a4 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-common</artifactId> diff --git a/dashboard/pom.xml b/dashboard/pom.xml index c40839069..df88cc180 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-dashboard</artifactId> diff --git a/dashboardv2/pom.xml b/dashboardv2/pom.xml index 347ecac1d..e1b75ee79 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-dashboardv2</artifactId> diff --git a/dev-support/atlas-docker/.env b/dev-support/atlas-docker/.env index 6ab6f41ac..4e4d2c8f8 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.5.0 +ATLAS_VERSION=2.5.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 5e259a871..e538eac17 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/docs/pom.xml b/docs/pom.xml index aa594f371..e8d325599 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-docs</artifactId> diff --git a/graphdb/api/pom.xml b/graphdb/api/pom.xml index 3ace3b101..85e8cf71c 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-graphdb-api</artifactId> diff --git a/graphdb/common/pom.xml b/graphdb/common/pom.xml index 83ec79e26..7796b53c5 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-graphdb-common</artifactId> diff --git a/graphdb/graphdb-impls/pom.xml b/graphdb/graphdb-impls/pom.xml index 05c88d646..2fd9ce08f 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/graphdb/janus/pom.xml b/graphdb/janus/pom.xml index c2ddfae20..5660ea21e 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-graphdb-janus</artifactId> diff --git a/graphdb/janusgraph-rdbms/pom.xml b/graphdb/janusgraph-rdbms/pom.xml index 53a9ad522..3601caaca 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>janusgraph-rdbms</artifactId> diff --git a/graphdb/pom.xml b/graphdb/pom.xml index 7c3c6a4ac..fc3840d82 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.5.0</version> + <version>2.5.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 ca12fcc9a..5292f4718 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>hbase-shaded-client-fixed</artifactId> diff --git a/intg/pom.xml b/intg/pom.xml index 5a91e35fa..ebc8e5709 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-intg</artifactId> diff --git a/notification/pom.xml b/notification/pom.xml index 628c020e1..b460161b7 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-notification</artifactId> diff --git a/plugin-classloader/pom.xml b/plugin-classloader/pom.xml index e7ac1f924..67118a42e 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-plugin-classloader</artifactId> diff --git a/pom.xml b/pom.xml index 55435a060..e564bf67e 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>2.5.0</version> + <version>2.5.0-SNAPSHOT</version> <packaging>pom</packaging> <name>apache-atlas</name> diff --git a/repository/pom.xml b/repository/pom.xml index 7b4d41c71..1cb8ff0e6 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-repository</artifactId> diff --git a/server-api/pom.xml b/server-api/pom.xml index 8b2b311f1..bd4153859 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-server-api</artifactId> diff --git a/test-tools/pom.xml b/test-tools/pom.xml index 4e7e348d5..b3380db97 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.5.0</version> + <version>2.5.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 038777376..3bce66251 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.5.0</version> + <version>2.5.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 752e1ae4f..c86ec12d6 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.5.0</version> + <version>2.5.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 395164adf..5f6ed7bf3 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <artifactId>atlas-notification-analyzer</artifactId> diff --git a/webapp/pom.xml b/webapp/pom.xml index 1518237a1..f912fda00 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.5.0</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-webapp</artifactId>
