Skip to content

Commit

Permalink
fix: set correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
ldetmer committed Jan 21, 2025
1 parent 26a7d27 commit 163099f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/publish_javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pushd $dir/../
./mvnw versions:set --batch-mode -DremoveSnapshot -DprocessAllModules

# Compute the project version.
PROJECT_VERSION=$(./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout)
PROJECT_VERSION=3.8.14

# Install docuploader package
python3 -m pip install --upgrade six
Expand Down

0 comments on commit 163099f

Please sign in to comment.