Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/Unicon/shib-cas-authn3:
  Switch to JDK 8
  Bump cas version to `5.0.5`
  • Loading branch information
jtgasper3 committed May 1, 2017
2 parents 9127f44 + 6ac816c commit ea9ab25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branches:
only:
- master
jdk:
- oraclejdk7
- oraclejdk8
cache:
directories:
- '$HOME/.gradle/caches'
Expand Down
2 changes: 1 addition & 1 deletion src/test/docker/cas_server/cas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</dependencies>

<properties>
<cas.version>5.0.2</cas.version>
<cas.version>5.0.5</cas.version>
<springboot.version>1.4.2.RELEASE</springboot.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit ea9ab25

Please sign in to comment.