Skip to content

Commit

Permalink
Update POM file with new version: 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Oct 25, 2023
1 parent 6782c07 commit f30d22c
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/.bash_history
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ rm -rf jdk-18_linux-x64_bin.deb
git rebase -i main
git rebase -i master
git stash
export tempPassword="/gkPXTAINoobxAK2RDxI3uL8rEh5y1gSd2ARHGysnss="
export tempPassword="eMKkXGoGTaMstiFONhqJmdICbOhyDy2OGBJIVGJhFgw="
mvn run tempPassword
k6
npx k6
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/docker-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ build_update_pom() {
mv temp4.txt ../../src/main/resources/templates/about.html
rm tem*.txt
echo "Building and updating pom.xml file so we can use it in our docker"
cd ../.. && ./mvnw clean && ./mvnw --batch-mode release:update-versions -DdevelopmentVersion=${tag}-SNAPSHOT && ./mvnw install -DskipTests
cd ../.. && ./mvnw clean && ./mvnw --batch-mode release:update-versions -DdevelopmentVersion=${tag}-SNAPSHOT && ./mvnw spotless:apply && ./mvnw install -DskipTests
cd .github/scripts
docker buildx create --name mybuilder
docker buildx use mybuilder
Expand Down
Loading

0 comments on commit f30d22c

Please sign in to comment.