Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Fix the name of the deployed pom file
Browse files Browse the repository at this point in the history
It must be named continuation-token-<VERSION>.pom and not simply
pom.xml.
  • Loading branch information
Andreas Linz committed Dec 14, 2017
1 parent 992d381 commit 369c7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-bintray-deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COMMIT_MESSAGE=${TRAVIS_COMMIT_MESSAGE:-"Automated CI release"}
export COMMIT_MESSAGE=$(echo $COMMIT_MESSAGE | tr [:space:] \ )

rm -rf deploy && mkdir deploy
cp "${PROJECT_ROOT}/pom.xml" deploy
cp "${PROJECT_ROOT}/pom.xml" deploy/continuation-token-${POM_VERSION}.pom
cp "${PROJECT_ROOT}"/target/*.jar deploy
for f in $(ls deploy); do
md5sum < "deploy/$f" > "deploy/${f}.md5"
Expand Down

0 comments on commit 369c7d0

Please sign in to comment.