Skip to content

Commit

Permalink
variables.sh: updated maven-deploy plugin version to '3.9.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges authored Sep 17, 2023
1 parent 5a6d8f3 commit 351b775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helper-scripts/project-impl/variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
sonatype_url="https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
repository="ossrh"
groupId="io.github.software-hardware-codesign"
maven_version="3.9.3"
maven_version="3.9.4"
maven_bin="./apache-maven-$maven_version/bin/mvn"
desktop_pomFile="./helper-scripts/project-impl/publishing/snaploader.pom"
passphrase="avrsandbox"
Expand All @@ -16,4 +16,4 @@ desktop_artifactId_debug="snaploader-debug"

settings="./helper-scripts/project-impl/publishing/maven-settings.xml"
build_dir="./snaploader/build/libs"
# ---------------------
# ---------------------

0 comments on commit 351b775

Please sign in to comment.