Skip to content

Commit 93111d5

Browse files
authored
Update README.md
1 parent 85ae138 commit 93111d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jenkins/Install/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ sudo apt-get install -y openjdk-8-jdk
2020
```
2121
### Install Maven ( on Jenkins machine )
2222
```
23-
cd /tmp ; sudo wget https://dlcdn.apache.org/maven/maven-3/3.8.5/binaries/apache-maven-3.8.5-bin.tar.gz
24-
cd /tmp ; sudo tar -xzf apache-maven-3.8.5-bin.tar.gz -C /opt/
25-
mv /opt/apache-maven-3.8.5 /opt/maven
23+
cd /tmp ; sudo wget https://dlcdn.apache.org/maven/maven-3/3.8.6/binaries/apache-maven-3.8.6-bin.tar.gz
24+
cd /tmp ; sudo tar -xzf apache-maven-3.8.6-bin.tar.gz -C /opt/
25+
mv /opt/apache-maven-3.8.6 /opt/maven
2626
sudo echo "MAVEN_HOME=\"/opt/maven\"" >> /etc/profile
2727
sudo echo "PATH=\$MAVEN_HOME/bin:\$PATH" >> /etc/profile
2828
source /etc/profile

0 commit comments

Comments
 (0)