preparations for 3.1.11 release
This commit is contained in:
Scott Battaglia 2010-06-17 02:59:34 +00:00
parent 6a942e294b
commit 4776006b07
6 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jasig.cas.client</groupId>
<version>3.1.11</version>
<version>3.1.11-SNAPSHOT</version>
<artifactId>cas-client</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jasig.cas.client</groupId>
<version>3.1.11</version>
<version>3.1.11-SNAPSHOT</version>
<artifactId>cas-client</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jasig.cas.client</groupId>
<version>3.1.11</version>
<version>3.1.11-SNAPSHOT</version>
<artifactId>cas-client</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent>
<artifactId>cas-client</artifactId>
<groupId>org.jasig.cas.client</groupId>
<version>3.1.11</version>
<version>3.1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Jasig CAS Client for Java - Distributed Proxy Storage Support: EhCache</name>

View File

@ -3,7 +3,7 @@
<parent>
<artifactId>cas-client</artifactId>
<groupId>org.jasig.cas.client</groupId>
<version>3.1.11</version>
<version>3.1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -19,9 +19,9 @@
<url>http://www.ja-sig.org/issues</url>
</issueManagement>
<scm>
<connection>scm:svn:https://source.jasig.org/cas-clients/java-client/tags/cas-client-3.1.11</connection>
<developerConnection>scm:svn:https://source.jasig.org/cas-clients/java-client/tags/cas-client-3.1.11</developerConnection>
<url>https://source.jasig.org/svn/cas3/tags/cas-client-3.1.11</url>
<connection>scm:svn:https://source.jasig.org/cas-clients/java-client/trunk</connection>
<developerConnection>scm:svn:https://source.jasig.org/cas-clients/java-client/trunk</developerConnection>
<url>https://source.jasig.org/cas-clients/java-client/trunk</url>
</scm>
<inceptionYear>2006</inceptionYear>