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

Commit

Permalink
Fix changing to release branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
katmatt committed Nov 16, 2017
1 parent ffc6796 commit c048721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion perform-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ echo "Deploying release ${RELEASE_VERSION}"
./mvnw clean deploy -pl "\!osgi-support, \!osgi-support/mirror-subclass-plugin/, \!osgi-support/sdk-osgi-test-campaign/, \!osgi-support/commercetools-tests-fragment" -DskipTests -Prelease,javadoc-jdk-8u121

echo "Publish release javadoc ${RELEASE_VERSION}"
./mvnw javadoc:aggregate scm-publish:publish-scm -Ppublish-site,javadoc-jdk-8u121
./mvnw javadoc:aggregate scm-publish:publish-scm -Ppublish-site,javadoc-jdk-8u121
3 changes: 2 additions & 1 deletion prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,5 @@ git push origin ${CURRENT_BRANCH}
echo Build directory ${TMPDIR}
cd ${WORKDIR}

git checkout origin ${BRANCH_NAME}
git fetch
git checkout ${BRANCH_NAME}

0 comments on commit c048721

Please sign in to comment.