From e86f3157d14ddd6980d67c2ee63c3936a8b50396 Mon Sep 17 00:00:00 2001 From: Keshav-NEC <102344018+Keshav-NEC@users.noreply.github.com> Date: Tue, 4 Jul 2023 13:38:30 +0530 Subject: [PATCH 1/2] Update install_from_sources.md Link for apache maven is updated --- .../install_from_sources.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cygnus-common/installation_and_administration_guide/install_from_sources.md b/doc/cygnus-common/installation_and_administration_guide/install_from_sources.md index 788ed5456..908751985 100644 --- a/doc/cygnus-common/installation_and_administration_guide/install_from_sources.md +++ b/doc/cygnus-common/installation_and_administration_guide/install_from_sources.md @@ -27,9 +27,9 @@ In order to do it permanently, edit `/root/.bash_profile` (`root` user) or `/etc Maven is installed by downloading it from [maven.apache.org](http://maven.apache.org/download.cgi). Install it in a folder of your choice (represented by `APACHE_MAVEN_HOME`): - $ wget https://archive.apache.org/dist/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.tar.gz - $ tar xzvf apache-maven-3.2.5-bin.tar.gz - $ mv apache-maven-3.2.5 APACHE_MAVEN_HOME + $ wget https://archive.apache.org/dist/maven/maven-3/3.9.2/binaries/apache-maven-3.9.2-bin.tar.gz + $ tar xzvf apache-maven-3.9.2-bin.tar.gz + $ mv apache-maven-3.9.2 APACHE_MAVEN_HOME [Top](#top) From a4dfff73f1a45ba1b315c540353fbd49f28d462d Mon Sep 17 00:00:00 2001 From: Keshav-NEC <102344018+Keshav-NEC@users.noreply.github.com> Date: Wed, 5 Jul 2023 12:10:22 +0530 Subject: [PATCH 2/2] Update install_from_sources.md Resolved as per comment --- .../install_from_sources.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cygnus-common/installation_and_administration_guide/install_from_sources.md b/doc/cygnus-common/installation_and_administration_guide/install_from_sources.md index 908751985..b6989c3ee 100644 --- a/doc/cygnus-common/installation_and_administration_guide/install_from_sources.md +++ b/doc/cygnus-common/installation_and_administration_guide/install_from_sources.md @@ -27,9 +27,9 @@ In order to do it permanently, edit `/root/.bash_profile` (`root` user) or `/etc Maven is installed by downloading it from [maven.apache.org](http://maven.apache.org/download.cgi). Install it in a folder of your choice (represented by `APACHE_MAVEN_HOME`): - $ wget https://archive.apache.org/dist/maven/maven-3/3.9.2/binaries/apache-maven-3.9.2-bin.tar.gz - $ tar xzvf apache-maven-3.9.2-bin.tar.gz - $ mv apache-maven-3.9.2 APACHE_MAVEN_HOME + $ wget https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz + $ tar xzvf apache-maven-3.6.3-bin.tar.gz + $ mv apache-maven-3.6.3 APACHE_MAVEN_HOME [Top](#top)