Skip to content

Commit

Permalink
[GR-48450] Read the value of the right argument.
Browse files Browse the repository at this point in the history
PullRequest: mx/1675
  • Loading branch information
ansalond committed Sep 6, 2023
2 parents 356e6d4 + 0dd6f15 commit 5d5267c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mx.py
Original file line number Diff line number Diff line change
Expand Up @@ -12122,7 +12122,7 @@ def versionGetter(_suite):
gpg=args.gpg,
keyid=args.gpg_keyid,
generateJavadoc=generateJavadoc,
generateDummyJavadoc=args.generate_javadoc,
generateDummyJavadoc=args.dummy_javadoc,
deployRepoMetadata=args.with_suite_revisions_metadata)
has_deployed_dist = True
if not has_deployed_dist:
Expand Down Expand Up @@ -18787,7 +18787,7 @@ def alarm_handler(signum, frame):
abort(1, killsig=signal.SIGINT)

# The version must be updated for every PR (checked in CI) and the comment should reflect the PR's issue
version = VersionSpec("6.46.0") # GR-48450: The maven-deploy command can force generation of dummy javadoc.
version = VersionSpec("6.46.1") # GR-48450: Read the value of the right argument.

_mx_start_datetime = datetime.utcnow()
_last_timestamp = _mx_start_datetime
Expand Down

0 comments on commit 5d5267c

Please sign in to comment.