From 1a2af1745f331c0016037cbd141425177bc8b23e Mon Sep 17 00:00:00 2001 From: Scott Battaglia Date: Mon, 28 Apr 2008 19:15:09 +0000 Subject: [PATCH] NOJIRA tag or RC1 of 3.1.3 --- cas-client-core/cas-client-core.iml | 159 ++++++++++++++++ cas-client-core/pom.xml | 2 +- .../cas-client-integration-atlassian.iml | 174 ++++++++++++++++++ cas-client-integration-atlassian/pom.xml | 4 +- cas-client.iml | 57 ++++++ pom.xml | 2 +- 6 files changed, 394 insertions(+), 4 deletions(-) create mode 100644 cas-client-core/cas-client-core.iml create mode 100644 cas-client-integration-atlassian/cas-client-integration-atlassian.iml create mode 100644 cas-client.iml diff --git a/cas-client-core/cas-client-core.iml b/cas-client-core/cas-client-core.iml new file mode 100644 index 0000000..59d3d8c --- /dev/null +++ b/cas-client-core/cas-client-core.iml @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cas-client-core/pom.xml b/cas-client-core/pom.xml index b2fe8f5..cae3331 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.3-SNAPSHOT + 3.1.3-rc1 cas-client 4.0.0 diff --git a/cas-client-integration-atlassian/cas-client-integration-atlassian.iml b/cas-client-integration-atlassian/cas-client-integration-atlassian.iml new file mode 100644 index 0000000..41cfd5e --- /dev/null +++ b/cas-client-integration-atlassian/cas-client-integration-atlassian.iml @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cas-client-integration-atlassian/pom.xml b/cas-client-integration-atlassian/pom.xml index c5f5fde..d991b91 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.3-SNAPSHOT + 3.1.3-rc1 cas-client 4.0.0 @@ -542,7 +542,7 @@ org.jasig.cas cas-client-core - 3.1.2 + ${project.version} compile diff --git a/cas-client.iml b/cas-client.iml new file mode 100644 index 0000000..8baa29f --- /dev/null +++ b/cas-client.iml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 3544775..fd45c8b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ 4.0.0 org.jasig.cas - 3.1.3-SNAPSHOT + 3.1.3-rc1 cas-client pom JA-SIG CAS Client for Java