work for a 3.1.10-SNAPSHOT
This commit is contained in:
Scott Battaglia 2009-11-24 15:08:41 +00:00
parent f5d698c5de
commit 7f56406ca6
5 changed files with 9 additions and 8 deletions

View File

@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jasig.cas</groupId>
<version>3.1.9</version>
<version>3.1.10-SNAPSHOT</version>
<artifactId>cas-client</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -124,6 +124,6 @@
</dependencies>
<properties>
<spring.version>2.5.4</spring.version>
<spring.version>2.5.6.SEC01</spring.version>
</properties>
</project>

View File

@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jasig.cas</groupId>
<version>3.1.9</version>
<version>3.1.10-SNAPSHOT</version>
<artifactId>cas-client</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,12 +5,13 @@
<parent>
<artifactId>cas-client</artifactId>
<groupId>org.jasig.cas</groupId>
<version>3.1.9</version>
<version>3.1.10-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Jasig CAS Client for Java - Distributed Proxy Storage Support: EhCache</name>
<groupId>org.jasig.cas</groupId>
<artifactId>cas-client-support-distributed</artifactId>
<artifactId>cas-client-support-distributed-ehcache</artifactId>
<packaging>jar</packaging>
<dependencies>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>cas-client</artifactId>
<groupId>org.jasig.cas</groupId>
<version>3.1.9</version>
<version>3.1.10-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -27,7 +27,7 @@
<dependency>
<groupId>spy</groupId>
<artifactId>memcached</artifactId>
<version>2.4</version>
<version>2.4.2</version>
<type>jar</type>
<scope>provided</scope>
</dependency>

View File

@ -1,7 +1,7 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jasig.cas</groupId>
<version>3.1.9</version>
<version>3.1.10-SNAPSHOT</version>
<artifactId>cas-client</artifactId>
<packaging>pom</packaging>
<name>JA-SIG CAS Client for Java</name>