Skip to content

Commit

Permalink
6.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Oakes committed Mar 29, 2019
1 parent 7e40a4a commit 1cfbafe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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=$ASSETS/com/centurylink/mdw/base/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/cli/tests/quickstart.bats
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ NO_UPDATE="--no-update"
}

@test "install" {
# skip 'formal'
skip 'formal'
rm -rf install-mdw
mdw init install-mdw --snapshots $NO_UPDATE $TEMPLATE_DIR
mdw install --project-dir=./install-mdw --boot-jar-loc=./install-mdw --binaries-url="file://$PWD/../../deploy/app"
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.16-SNAPSHOT
mdwVersion=6.1.16
mdwPrevTag=6.1.15
# (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.16-SNAPSHOT
version: 6.1.16

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

0 comments on commit 1cfbafe

Please sign in to comment.