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