Skip to content

Commit

Permalink
Removes snapshot from TCK version (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijetmahabaleshwar-okta authored Mar 9, 2020
1 parent 15b67a2 commit 03bfdaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/oidc-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "yarn lint && yarn test:unit && yarn test:e2e && yarn test:integration",
"pretest:e2e": "../../scripts/update_se_drivers.sh",
"test:e2e": "protractor test/e2e/protractor.conf.js",
"test:integration": "../../scripts/tck.sh 0.4.0-SNAPSHOT",
"test:integration": "../../scripts/tck.sh 0.4.0",
"test:unit": "jest test/unit",
"start": "node test/e2e/harness/start-server.js",
"start:custom": "node test/e2e/harness/start-custom-login-server.js"
Expand Down
2 changes: 1 addition & 1 deletion scripts/tck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ -z "$1" ]
then
TCK_VERSION=0.5.4-SNAPSHOT
TCK_VERSION=0.5.5
else
TCK_VERSION=$1
fi
Expand Down

0 comments on commit 03bfdaf

Please sign in to comment.