going in
Some checks failed
ci / build (push) Failing after 20s

This commit is contained in:
miwr 2025-04-14 11:20:22 +02:00
parent 0574b87742
commit 3f433a2fca
2 changed files with 6 additions and 3 deletions

View file

@ -40,6 +40,9 @@ jobs:
run: |
wget https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.tar.gz
tar -xvzf apache-maven-3.9.9-bin.tar.gz
cd apache-maven-3.9.9
echo "going in"
ls
# sudo mv apache-maven-3.9.9-bin.tar.gz /opt/maven
# sudo ln -s /opt/maven/bin/mvn /usr/local/bin/mvn
# mvn -v

View file

@ -33,9 +33,9 @@ fi
# Apply it with Maven
echo "🔧 Updating version: $current_version$new_version"
mavendir=apache-maven-3.9.9
ls
sudo echo
ls
#ls
#sudo echo
#ls
/${mavendir}/bin/mvn versions:set -DnewVersion="$new_version"
/${mavendir}/bin/mvn versions:commit