diff --git a/cas-client-core/pom.xml b/cas-client-core/pom.xml
index 9f7923a..909c235 100644
--- a/cas-client-core/pom.xml
+++ b/cas-client-core/pom.xml
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
org.jasig.cas
- 3.1.9
+ 3.1.10-SNAPSHOT
cas-client
4.0.0
@@ -124,6 +124,6 @@
- 2.5.4
+ 2.5.6.SEC01
diff --git a/cas-client-integration-atlassian/pom.xml b/cas-client-integration-atlassian/pom.xml
index a47baf8..70bd9e3 100644
--- a/cas-client-integration-atlassian/pom.xml
+++ b/cas-client-integration-atlassian/pom.xml
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
org.jasig.cas
- 3.1.9
+ 3.1.10-SNAPSHOT
cas-client
4.0.0
diff --git a/cas-client-support-distributed-ehcache/pom.xml b/cas-client-support-distributed-ehcache/pom.xml
index f0e6db8..8e95d92 100644
--- a/cas-client-support-distributed-ehcache/pom.xml
+++ b/cas-client-support-distributed-ehcache/pom.xml
@@ -5,12 +5,13 @@
cas-client
org.jasig.cas
- 3.1.9
+ 3.1.10-SNAPSHOT
4.0.0
+ Jasig CAS Client for Java - Distributed Proxy Storage Support: EhCache
org.jasig.cas
- cas-client-support-distributed
+ cas-client-support-distributed-ehcache
jar
diff --git a/cas-client-support-distributed-memcached/pom.xml b/cas-client-support-distributed-memcached/pom.xml
index d43cf7a..cc81e73 100644
--- a/cas-client-support-distributed-memcached/pom.xml
+++ b/cas-client-support-distributed-memcached/pom.xml
@@ -5,7 +5,7 @@
cas-client
org.jasig.cas
- 3.1.9
+ 3.1.10-SNAPSHOT
4.0.0
@@ -27,7 +27,7 @@
spy
memcached
- 2.4
+ 2.4.2
jar
provided
diff --git a/pom.xml b/pom.xml
index 29197e1..4fa71ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
4.0.0
org.jasig.cas
- 3.1.9
+ 3.1.10-SNAPSHOT
cas-client
pom
JA-SIG CAS Client for Java