Skip to content

Commit

Permalink
Reverts temporary workaround for releaseing with snapshots (#232)
Browse files Browse the repository at this point in the history
reverts what began as #231, but that wasn't correct actually

Signed-off-by: Adrian Cole <[email protected]>
Co-authored-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt and Adrian Cole authored Jun 19, 2024
1 parent 29c69ae commit 5496269
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-bin/maven/maven_release
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ if [ "$commit_local_release_branch" != "$commit_remote_release_branch" ]; then
fi

# Prepare and push release commits and the version tag (N.N.N), which triggers deployment.
# TODO: remove -DignoreSnapshots=true after ES 8.14.0 is released
./mvnw --batch-mode -nsu -DignoreSnapshots=true -DreleaseVersion=${release_version} -Denforcer.fail=false -Darguments="-DskipTests -Denforcer.fail=false" release:prepare
./mvnw --batch-mode -nsu -DreleaseVersion=${release_version} -Denforcer.fail=false -Darguments="-DskipTests -Denforcer.fail=false" release:prepare

0 comments on commit 5496269

Please sign in to comment.