From f30d22cd4ad87e8305867b872d6248f667a62911 Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Wed, 25 Oct 2023 17:49:46 +0200 Subject: [PATCH] Update POM file with new version: 1.7.1 --- .github/scripts/.bash_history | 2 +- .github/scripts/docker-create.sh | 2 +- src/main/resources/templates/about.html | 108 +++++++++++++----------- 3 files changed, 60 insertions(+), 52 deletions(-) diff --git a/.github/scripts/.bash_history b/.github/scripts/.bash_history index 1af1b8af8..eafb60bf2 100644 --- a/.github/scripts/.bash_history +++ b/.github/scripts/.bash_history @@ -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 diff --git a/.github/scripts/docker-create.sh b/.github/scripts/docker-create.sh index 5f9482105..fa0d3f68c 100755 --- a/.github/scripts/docker-create.sh +++ b/.github/scripts/docker-create.sh @@ -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 diff --git a/src/main/resources/templates/about.html b/src/main/resources/templates/about.html index 828549071..e7f8af40b 100644 --- a/src/main/resources/templates/about.html +++ b/src/main/resources/templates/about.html @@ -35,7 +35,7 @@ The list below is generated with `mvn license:add-third-party`