Skip to content

Commit

Permalink
temporarily ignores snapshots so that we can release (#231)
Browse files Browse the repository at this point in the history
this project is not used in any way except an all-jar or a docker image,
so we can release even if not proper, by temporarily ignoring snapshots.
This is better than awaiting ES 8.14 which we don't know when will be
released.

Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt authored May 26, 2024
1 parent 079e79f commit 4573379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if [ "${version}" = "master" ]; then
version=$(sed -En 's/.*<version>(.*)<\/version>.*/\1/p' pom.xml| head -1)
fi

build-bin/maven/maven_deploy
# TODO: remove -DignoreSnapshots=true after ES 8.14.0 is released
build-bin/maven/maven_deploy -DignoreSnapshots=true
export RELEASE_FROM_MAVEN_BUILD=true
build-bin/docker_push ${version}

0 comments on commit 4573379

Please sign in to comment.