From c6e0f3113a4571064cce6a0f235d37b16a0b139a Mon Sep 17 00:00:00 2001 From: Ashutosh Kr Singh Date: Wed, 30 Apr 2025 23:34:12 +0530 Subject: [PATCH] docs: correct outdated Maven link in install.md --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 3685037bfe21..5f04f2d5599b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -20,10 +20,10 @@ Install tools and dependencies used for development: Set up Maven (3.6.0): - # wget http://www.us.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz - # tar -zxvf apache-maven-3.6.3-bin.tar.gz -C /usr/local + # wget https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz + # tar -zxvf apache-maven-3.9.9-bin.tar.gz -C /usr/local # cd /usr/local - # ln -s apache-maven-3.6.3 maven + # ln -s apache-maven-3.9.9 maven # echo export M2_HOME=/usr/local/maven >> ~/.bashrc # or .zshrc or .profile # echo export PATH=/usr/local/maven/bin:${PATH} >> ~/.bashrc # or .zshrc or .profile # source ~/.bashrc