This is an automated email from the ASF dual-hosted git repository. pinal pushed a commit to branch atlas-2.5 in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/atlas-2.5 by this push: new 86cfe455f ATLAS-4934: Update version in atlas-2.5 to 2.5.0-SNAPSHOT 86cfe455f is described below commit 86cfe455f9a99ebd0dbe4d30a733536c72c77e04 Author: Pinal Shah <pinal.s...@freestoneinfotech.com> AuthorDate: Mon Jan 6 15:12:46 2025 +0700 ATLAS-4934: Update version in atlas-2.5 to 2.5.0-SNAPSHOT Signed-off-by: Pinal Shah <pinal.s...@freestoneinfotech.com> --- 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 +- 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 +- 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/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 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/addons/couchbase-bridge/pom.xml b/addons/couchbase-bridge/pom.xml index 318cfa7a1..22661846d 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.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/falcon-bridge-shim/pom.xml b/addons/falcon-bridge-shim/pom.xml index 0e509d0f1..1ca461514 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.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/falcon-bridge/pom.xml b/addons/falcon-bridge/pom.xml index 50c014f6c..b29837613 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.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/hbase-bridge-shim/pom.xml b/addons/hbase-bridge-shim/pom.xml index 54397c2dd..c71261062 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.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/hbase-bridge/pom.xml b/addons/hbase-bridge/pom.xml index 80a787db1..707a78d13 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.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/hbase-testing-util/pom.xml b/addons/hbase-testing-util/pom.xml index 05ed88401..687cb8d41 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.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/hdfs-model/pom.xml b/addons/hdfs-model/pom.xml index a51e71417..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>3.0.0-SNAPSHOT</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 08a9ee7c4..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>3.0.0-SNAPSHOT</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 38c54ea02..2418b79db 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.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/impala-bridge-shim/pom.xml b/addons/impala-bridge-shim/pom.xml index cf72b08a6..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>3.0.0-SNAPSHOT</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 bcbeacbe5..446f67291 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.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/impala-hook-api/pom.xml b/addons/impala-hook-api/pom.xml index 805df8fb1..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>3.0.0-SNAPSHOT</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 a1dd3a666..eb85ab341 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.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/addons/sqoop-bridge-shim/pom.xml b/addons/sqoop-bridge-shim/pom.xml index 3a4ec5dbc..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>3.0.0-SNAPSHOT</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 ea1bc94ba..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>3.0.0-SNAPSHOT</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 9f9dd0e76..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>3.0.0-SNAPSHOT</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 f1d13054e..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>3.0.0-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/atlas-examples/pom.xml b/atlas-examples/pom.xml index 203ac127d..1ed433684 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.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 f3e21096c..5ade4a1df 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.5.0-SNAPSHOT</version> </parent> <artifactId>sample-app</artifactId> diff --git a/authorization/pom.xml b/authorization/pom.xml index 0e7d75a46..a067b3521 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.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-authorization</artifactId> diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 6f5dc4d0d..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>3.0.0-SNAPSHOT</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 67c1db7cc..af112963f 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.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 d155e26b3..6ec59a196 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.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-client-v2</artifactId> diff --git a/client/common/pom.xml b/client/common/pom.xml index fc71100dd..8ae3cc691 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.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-client-common</artifactId> diff --git a/client/pom.xml b/client/pom.xml index c6394893c..cf974ce93 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.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-client</artifactId> diff --git a/common/pom.xml b/common/pom.xml index 0e80cfe00..b76b4478d 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.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-common</artifactId> diff --git a/dashboardv2/pom.xml b/dashboardv2/pom.xml index e86803444..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>3.0.0-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-dashboardv2</artifactId> diff --git a/dashboardv3/pom.xml b/dashboardv3/pom.xml index ea588c483..aafce63cc 100644 --- a/dashboardv3/pom.xml +++ b/dashboardv3/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-dashboardv3</artifactId> diff --git a/dev-support/atlas-docker/.env b/dev-support/atlas-docker/.env index 8e608f795..9a196d357 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.5.0-SNAPSHOT UBUNTU_VERSION=20.04 HADOOP_VERSION=3.3.6 HBASE_VERSION=2.5.0 diff --git a/distro/pom.xml b/distro/pom.xml index af0d01060..31eae3d33 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.5.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/docs/pom.xml b/docs/pom.xml index 13ff07fab..b2e207bb2 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.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-docs</artifactId> diff --git a/graphdb/api/pom.xml b/graphdb/api/pom.xml index a01668b64..ab52e4789 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.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-graphdb-api</artifactId> diff --git a/graphdb/common/pom.xml b/graphdb/common/pom.xml index 7e34f0142..046193f83 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.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 bc18e0c62..64002db71 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.5.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/graphdb/janus/pom.xml b/graphdb/janus/pom.xml index b5242e01e..f5ba46b54 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.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-graphdb-janus</artifactId> diff --git a/graphdb/pom.xml b/graphdb/pom.xml index 2288be0aa..978047f54 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.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-graphdb</artifactId> diff --git a/intg/pom.xml b/intg/pom.xml index 0fa19b605..c0f8d19ef 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.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-intg</artifactId> diff --git a/notification/pom.xml b/notification/pom.xml index 6d854d3f2..ab772e4e9 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.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-notification</artifactId> diff --git a/plugin-classloader/pom.xml b/plugin-classloader/pom.xml index 049bfe936..34cedc4af 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.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-plugin-classloader</artifactId> diff --git a/pom.xml b/pom.xml index f48bf6cc0..f8d8a7472 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.5.0-SNAPSHOT</version> <packaging>pom</packaging> <name>apache-atlas</name> diff --git a/repository/pom.xml b/repository/pom.xml index 24dee7e30..2f9954618 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.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-repository</artifactId> diff --git a/server-api/pom.xml b/server-api/pom.xml index 3ecef5df7..cec6d0e98 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.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-server-api</artifactId> diff --git a/test-tools/pom.xml b/test-tools/pom.xml index 72650643b..778815bf7 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.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 64014c21c..228105661 100644 --- a/tools/atlas-index-repair/pom.xml +++ b/tools/atlas-index-repair/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/tools/classification-updater/pom.xml b/tools/classification-updater/pom.xml index e44cda590..64a95fdb2 100644 --- a/tools/classification-updater/pom.xml +++ b/tools/classification-updater/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/tools/notification-analyzer/pom.xml b/tools/notification-analyzer/pom.xml index 86bcd884b..25e5d95be 100644 --- a/tools/notification-analyzer/pom.xml +++ b/tools/notification-analyzer/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> diff --git a/webapp/pom.xml b/webapp/pom.xml index 66981de8f..95d8e7cad 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.5.0-SNAPSHOT</version> </parent> <artifactId>atlas-webapp</artifactId>