Skip to content

Commit

Permalink
Merge pull request #3896 from arunans23/depup2
Browse files Browse the repository at this point in the history
Fix var to vars to fix build failure
  • Loading branch information
arunans23 authored Jan 21, 2025
2 parents 6382982 + c8fd1f4 commit a9943e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribution/src/assembly/filter.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

product.name=WSO2 Micro Integrator
product.key=MI
product.version=4.4.0-alpha
product.version=4.4.0-beta
product.wum.name=wso2mi
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<resource methods="GET">
<inSequence>
<variable name="ERROR_MSG" value="Error message from expression"/>
<throwError type="ERROR_TYPE" errorMessage="{${var.ERROR_MSG}}"/>
<throwError type="ERROR_TYPE" errorMessage="{${vars.ERROR_MSG}}"/>
</inSequence>
<faultSequence>
<log level="full">
Expand Down

0 comments on commit a9943e9

Please sign in to comment.