Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Rename hotfix to patch, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
chunky56 committed Mar 18, 2016
1 parent bfcd31a commit f8f88db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/openlmis-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ tasks.withType(War) {
if (fileCopy.name.equals('login-form.html')) {
fileCopy.filter(ReplaceTokens, tokens: [major_version: majorVersion,
minor_version: minorVersion,
hotfix_version: patchVersion,
patch_version: patchVersion,
build_version: buildVersion])
}
}
Expand Down

0 comments on commit f8f88db

Please sign in to comment.