Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Assert version equals "1.0" and scmBranch "release"
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayco de Jong committed Feb 9, 2016
1 parent 901d718 commit fc24422
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
<h:jsonResponse>{
"buildDate": "{date.anyValid}",
"commitId": "{git.validCommitId}",
"scmBranch": "{git.validBranch}",
"scmBranch": "release",
"startedAt": "{date.beforeNow}",
"tentativesTTL": "PT24H",
"version": "1.0-SNAPSHOT"
"version": "1.0"
}
</h:jsonResponse>
</h:request>
Expand Down

0 comments on commit fc24422

Please sign in to comment.