Skip to content

Commit

Permalink
6.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Oakes committed Oct 4, 2019
1 parent 4d43229 commit 548103d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mdw-hub/web/workflow/processItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{item.packageName}}/
<a ng-class="['mdw-item-link', 'mdw-item-nowrap', {'mdw-template': item.template}]" style="margin-left:-3px"
href="#/workflow/processes/{{item.id}}">
{{item.processName}} {{item.processVersion == '0' ? '' : 'v' + item.processVersion}} &nbsp;{{item.id}}<span ng-if="item.instanceDefinitionId">*</span></a>
{{item.processName}} {{item.processVersion == '0' ? '' : 'v' + item.processVersion}} &nbsp;{{item.id}} <span ng-if="item.instanceDefinitionId">*</span></a>
</div>
<div class="mdw-item-sub">
<span>Master request:
Expand Down
2 changes: 1 addition & 1 deletion mdw/cli/tests/convert.bats
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CONFIG_LOC="--config-loc=../../config"
STD_ARGS="$PROJECT_DIR $ASSET_LOC $CONFIG_LOC"

@test "convert impl" {
# skip 'formal'
skip 'formal'
mdw convert --input=./RestServiceAdapter.impl $STD_ARGS
diff $ASSETS/com/centurylink/mdw/workflow/adapter/rest/RestServiceAdapter.java RestServiceAdapter.java.txt
rm -rf $ASSETS/com/centurylink/mdw/workflow
Expand Down
2 changes: 1 addition & 1 deletion mdw/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mdwVersion=6.1.26-SNAPSHOT
mdwVersion=6.1.26
mdwPrevTag=6.1.25
# (previous tag for validating asset versions)

Expand Down
2 changes: 1 addition & 1 deletion mdw/project.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# paths are relative to the location of this file
mdw:
version: 6.1.26-SNAPSHOT
version: 6.1.26

asset:
location: ../mdw-workflow/assets
Expand Down

0 comments on commit 548103d

Please sign in to comment.