Skip to content

Commit

Permalink
Revert "SEC-2547: Consistent CAS client version"
Browse files Browse the repository at this point in the history
This reverts commit f6cc9d8.
  • Loading branch information
Rob Winch committed Apr 15, 2014
1 parent f6cc9d8 commit 5b216bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cas/cas.gradle
Expand Up @@ -5,7 +5,7 @@ dependencies {
"org.springframework:spring-context:$springVersion",
"org.springframework:spring-beans:$springVersion",
"org.springframework:spring-web:$springVersion",
"org.jasig.cas.client:cas-client-core:3.3.1"
"org.jasig.cas.client:cas-client-core:3.2.1"

optional "net.sf.ehcache:ehcache:$ehcacheVersion"

Expand Down
2 changes: 1 addition & 1 deletion cas/pom.xml
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>org.jasig.cas.client</groupId>
<artifactId>cas-client-core</artifactId>
<version>3.3.1</version>
<version>3.2.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/src/asciidoc/index.adoc
Expand Up @@ -8759,7 +8759,7 @@ The CAS module provides integration with JA-SIG CAS.
|

| cas-client-core
| 3.3.1
| 3.1.12
| The JA-SIG CAS Client. This is the basis of the Spring Security integration.

| ehcache
Expand Down
2 changes: 1 addition & 1 deletion samples/cas/sample-xml/cassample.gradle
Expand Up @@ -30,7 +30,7 @@ dependencies {

compile project(':spring-security-core'),
project(':spring-security-cas'),
"org.jasig.cas.client:cas-client-core:3.3.1"
"org.jasig.cas.client:cas-client-core:3.1.12"

runtime project(':spring-security-web'),
project(':spring-security-config'),
Expand Down
2 changes: 1 addition & 1 deletion samples/cas/sample-xml/pom.xml
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.jasig.cas.client</groupId>
<artifactId>cas-client-core</artifactId>
<version>3.3.1</version>
<version>3.1.12</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 5b216bd

Please sign in to comment.