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

Commit

Permalink
adjust javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
epeee committed Nov 7, 2017
1 parent 72d9eab commit 79eb5b9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -34,9 +34,9 @@
* and adds following tasks:
*
* <ul>
* <li>checkoutVersionUpgradeBaseBranch - checkouts base branch - the branch to which version upgrade should be applied through pull request</li>
* <li>checkoutBaseBranch - checkouts base branch - the branch to which version upgrade should be applied through pull request</li>
* <li>pullUpstream - syncs the fork on which we perform version upgrade with the upstream repo</li>
* <li>checkoutVersionUpgradeVersionBranch - checkouts version branch - a new branch where version will be upgraded</li>
* <li>checkoutVersionBranch - checkouts version branch - a new branch where version will be upgraded</li>
* <li>replaceVersion - replaces version in build file, using dependency pattern</li>
* <li>commitVersionUpgrade - commits replaced version</li>
* <li>pushVersionUpgrade - pushes the commit to the version branch</li>
Expand Down

0 comments on commit 79eb5b9

Please sign in to comment.