uchicago / shibboleth-oidc

OpenID Connect support for the Shibboleth Identity Provider v3
Apache License 2.0
81 stars 19 forks source link

bump version of deps from snapshot to release (IdP 3.2.0) #18

Closed helix84 closed 8 years ago

mmoayyed commented 8 years ago

Have you gone through all configuration and made sure nothing else has changed in the idp webapp?

helix84 commented 8 years ago

No, not thoroughly, but master branch was broken anyway (failed to build due to unavailable snapshot dependencies).

mmoayyed commented 8 years ago

True. Not sure what happened to the jenkins build of the idp but I'll get this merged and work on updating other files. Thank you.

helix84 commented 8 years ago

Not sure what happened to the jenkins build of the idp

Travis just had the snapshot versions cached. On a local system, you would run mvn with -U to resolve that.

Though it's weird I don't see .m2 being cached in .travis.yml. Not sure what the defaults are nowadays. https://docs.travis-ci.com/user/caching/