From aad7d01c84b48805ade32847cacc46791ac41c86 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 22 Dec 2009 19:35:20 +0000 Subject: [PATCH] Updated CAS server version for sample use to 3.3.5 --- samples/cas/Readme.txt | 4 ++-- samples/cas/server/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/cas/Readme.txt b/samples/cas/Readme.txt index 93958dd5f6..4df65e67ec 100644 --- a/samples/cas/Readme.txt +++ b/samples/cas/Readme.txt @@ -10,11 +10,11 @@ client - this contains the actual sample web application which uses the cas serv Running the CAS Server ----------------------- -You first need to download the CAS server 3.3.1 distribution from +You first need to download the CAS server 3.3.5 distribution from http://www.ja-sig.org/products/cas/downloads/index.html -You only need the modules/cas-server-webapp-3.3.1.war web application file from the distribution. Copy this to the +You only need the modules/cas-server-webapp-3.3.5.war web application file from the distribution. Copy this to the "server" directory inside the one that contains this readme file (i.e. copy it to samples/cas/server). You can then run the CAS server (from the same) by executing the maven command diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index dbe1735bc7..45668472a0 100644 --- a/samples/cas/server/pom.xml +++ b/samples/cas/server/pom.xml @@ -17,7 +17,7 @@ ${jetty.version} /cas - ${basedir}/cas-server-webapp-3.3.3.war + ${basedir}/cas-server-webapp-3.3.5.war 9443