From dcddfe5d658923a0b77a3f2a148c46be196c144b Mon Sep 17 00:00:00 2001 From: Scott Battaglia Date: Thu, 17 Jun 2010 02:19:15 +0000 Subject: [PATCH] NOJIRA preparations for 3.1.11 release --- cas-client-core/pom.xml | 4 ++-- cas-client-integration-atlassian/pom.xml | 6 +++--- cas-client-integration-jboss/pom.xml | 6 +++--- cas-client-support-distributed-ehcache/pom.xml | 6 ++---- cas-client-support-distributed-memcached/pom.xml | 6 +++--- pom.xml | 7 ++++++- 6 files changed, 19 insertions(+), 16 deletions(-) diff --git a/cas-client-core/pom.xml b/cas-client-core/pom.xml index 3523168..cdff9ca 100644 --- a/cas-client-core/pom.xml +++ b/cas-client-core/pom.xml @@ -1,12 +1,12 @@ - org.jasig.cas + org.jasig.cas.client 3.1.11-SNAPSHOT cas-client 4.0.0 - org.jasig.cas + org.jasig.cas.client cas-client-core jar JA-SIG CAS Client for Java - Core diff --git a/cas-client-integration-atlassian/pom.xml b/cas-client-integration-atlassian/pom.xml index 9a7161c..c723651 100644 --- a/cas-client-integration-atlassian/pom.xml +++ b/cas-client-integration-atlassian/pom.xml @@ -1,12 +1,12 @@ - org.jasig.cas + org.jasig.cas.client 3.1.11-SNAPSHOT cas-client 4.0.0 - org.jasig.cas + org.jasig.cas.client cas-client-integration-atlassian jar JA-SIG CAS Client for Java - Atlassian Integration @@ -504,7 +504,7 @@ - org.jasig.cas + org.jasig.cas.client cas-client-core ${project.version} compile diff --git a/cas-client-integration-jboss/pom.xml b/cas-client-integration-jboss/pom.xml index 2f607ee..7197fa9 100644 --- a/cas-client-integration-jboss/pom.xml +++ b/cas-client-integration-jboss/pom.xml @@ -1,19 +1,19 @@ - org.jasig.cas + org.jasig.cas.client 3.1.11-SNAPSHOT cas-client 4.0.0 - org.jasig.cas + org.jasig.cas.client cas-client-integration-jboss jar JA-SIG CAS Client for Java - JBoss Integration - org.jasig.cas + org.jasig.cas.client cas-client-core ${project.version} compile diff --git a/cas-client-support-distributed-ehcache/pom.xml b/cas-client-support-distributed-ehcache/pom.xml index 4f0aa1a..57f23d2 100644 --- a/cas-client-support-distributed-ehcache/pom.xml +++ b/cas-client-support-distributed-ehcache/pom.xml @@ -4,20 +4,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> cas-client - org.jasig.cas + org.jasig.cas.client 3.1.11-SNAPSHOT 4.0.0 Jasig CAS Client for Java - Distributed Proxy Storage Support: EhCache - org.jasig.cas cas-client-support-distributed-ehcache jar - org.jasig.cas - + org.jasig.cas.client cas-client-core ${project.version} jar diff --git a/cas-client-support-distributed-memcached/pom.xml b/cas-client-support-distributed-memcached/pom.xml index 6d3c4dd..96e93fc 100644 --- a/cas-client-support-distributed-memcached/pom.xml +++ b/cas-client-support-distributed-memcached/pom.xml @@ -4,19 +4,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> cas-client - org.jasig.cas + org.jasig.cas.client 3.1.11-SNAPSHOT 4.0.0 - org.jasig.cas + org.jasig.cas.client jar cas-client-support-distributed-memcached Jasig CAS Client for Java - Distributed Proxy Storage Support: Memcached - org.jasig.cas + org.jasig.cas.client cas-client-core ${project.version} compile diff --git a/pom.xml b/pom.xml index 4e7908f..0031594 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,11 @@ + + oss-parent + org.sonatype.oss + 1 + 4.0.0 - org.jasig.cas + org.jasig.cas.client 3.1.11-SNAPSHOT cas-client pom