Skip to content

Commit

Permalink
5.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tsschmidt committed Oct 2, 2018
1 parent 8eafdd9 commit 67cf97c
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Platform metadata for releases, POM generation, etc.
#################################################
group=org.apereo.cas
version=5.3.3-SNAPSHOT
version=5.3.3
casVersion=5.3.3
mgmtUrl=/cas-management/

Expand Down
66 changes: 33 additions & 33 deletions webapp-mgmt/cas-management-webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions webapp-mgmt/cas-management-webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "6.1.8",
"@angular/animations": "6.1.9",
"@angular/cdk": "^6.4.7",
"@angular/common": "6.1.8",
"@angular/compiler": "6.1.8",
"@angular/core": "6.1.8",
"@angular/forms": "6.1.8",
"@angular/http": "6.1.8",
"@angular/common": "6.1.9",
"@angular/compiler": "6.1.9",
"@angular/core": "6.1.9",
"@angular/forms": "6.1.9",
"@angular/http": "6.1.9",
"@angular/material": "^6.4.7",
"@angular/platform-browser": "6.1.8",
"@angular/platform-browser-dynamic": "6.1.8",
"@angular/router": "6.1.8",
"@angular/platform-browser": "6.1.9",
"@angular/platform-browser-dynamic": "6.1.9",
"@angular/router": "6.1.9",
"ace-builds": "^1.2.8",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
Expand All @@ -36,8 +36,8 @@
},
"devDependencies": {
"@angular/cli": "6.2.3",
"@angular/compiler-cli": "6.1.8",
"@angular/language-service": "6.1.8",
"@angular/compiler-cli": "6.1.9",
"@angular/language-service": "6.1.9",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
Expand Down

0 comments on commit 67cf97c

Please sign in to comment.