Author: thomas.heute(a)jboss.com
Date: 2010-04-12 07:39:54 -0400 (Mon, 12 Apr 2010)
New Revision: 2589
Modified:
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/agent/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/auth-callback/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/cas/gatein-cas-plugin/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/cas/gatein-cas-portal/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/cas/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/josso/gatein-josso-plugin/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/josso/gatein-josso-portal/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/josso/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/opensso/gatein-opensso-plugin/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/opensso/gatein-opensso-portal/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/opensso/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/packaging/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/spnego/pom.xml
Log:
SSO branch
Modified: components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/agent/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/agent/pom.xml 2010-04-12 11:27:48
UTC (rev 2588)
+++ components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/agent/pom.xml 2010-04-12 11:39:54
UTC (rev 2589)
@@ -4,7 +4,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/auth-callback/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/auth-callback/pom.xml 2010-04-12
11:27:48 UTC (rev 2588)
+++ components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/auth-callback/pom.xml 2010-04-12
11:39:54 UTC (rev 2589)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified:
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/cas/gatein-cas-plugin/pom.xml
===================================================================
---
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/cas/gatein-cas-plugin/pom.xml 2010-04-12
11:27:48 UTC (rev 2588)
+++
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/cas/gatein-cas-plugin/pom.xml 2010-04-12
11:39:54 UTC (rev 2589)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified:
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/cas/gatein-cas-portal/pom.xml
===================================================================
---
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/cas/gatein-cas-portal/pom.xml 2010-04-12
11:27:48 UTC (rev 2588)
+++
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/cas/gatein-cas-portal/pom.xml 2010-04-12
11:39:54 UTC (rev 2589)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-plugin</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -23,12 +23,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
Modified: components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/cas/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/cas/pom.xml 2010-04-12 11:27:48
UTC (rev 2588)
+++ components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/cas/pom.xml 2010-04-12 11:39:54
UTC (rev 2589)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</parent>
<name>GateIn SSO - CAS</name>
Modified:
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/josso/gatein-josso-plugin/pom.xml
===================================================================
---
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/josso/gatein-josso-plugin/pom.xml 2010-04-12
11:27:48 UTC (rev 2588)
+++
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/josso/gatein-josso-plugin/pom.xml 2010-04-12
11:39:54 UTC (rev 2589)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified:
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/josso/gatein-josso-portal/pom.xml
===================================================================
---
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/josso/gatein-josso-portal/pom.xml 2010-04-12
11:27:48 UTC (rev 2588)
+++
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/josso/gatein-josso-portal/pom.xml 2010-04-12
11:39:54 UTC (rev 2589)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -54,12 +54,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</dependency>
<dependency>
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-plugin</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>apache-log4j</groupId>
Modified: components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/josso/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/josso/pom.xml 2010-04-12 11:27:48
UTC (rev 2588)
+++ components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/josso/pom.xml 2010-04-12 11:39:54
UTC (rev 2589)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</parent>
Modified:
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/opensso/gatein-opensso-plugin/pom.xml
===================================================================
---
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/opensso/gatein-opensso-plugin/pom.xml 2010-04-12
11:27:48 UTC (rev 2588)
+++
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/opensso/gatein-opensso-plugin/pom.xml 2010-04-12
11:39:54 UTC (rev 2589)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified:
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/opensso/gatein-opensso-portal/pom.xml
===================================================================
---
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/opensso/gatein-opensso-portal/pom.xml 2010-04-12
11:27:48 UTC (rev 2588)
+++
components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/opensso/gatein-opensso-portal/pom.xml 2010-04-12
11:39:54 UTC (rev 2589)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-plugin</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -28,12 +28,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/opensso/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/opensso/pom.xml 2010-04-12
11:27:48 UTC (rev 2588)
+++ components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/opensso/pom.xml 2010-04-12
11:39:54 UTC (rev 2589)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</parent>
Modified: components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/packaging/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/packaging/pom.xml 2010-04-12
11:27:48 UTC (rev 2588)
+++ components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/packaging/pom.xml 2010-04-12
11:39:54 UTC (rev 2589)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/pom.xml 2010-04-12 11:27:48 UTC
(rev 2588)
+++ components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/pom.xml 2010-04-12 11:39:54 UTC
(rev 2589)
@@ -10,13 +10,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein</groupId>
<artifactId>gatein-parent</artifactId>
- <version>1.0.0-Beta04</version>
+ <version>1.0.0-GA</version>
</parent>
@@ -68,9 +68,9 @@
<!-- exo -->
- <org.exoplatform.core.version>2.3.0-CR2</org.exoplatform.core.version>
- <org.exoplatform.ws.version>2.1.0-CR2</org.exoplatform.ws.version>
- <org.exoplatform.portal.version>3.0.0-CR01</org.exoplatform.portal.version>
+ <org.exoplatform.core.version>2.3.1-CR1</org.exoplatform.core.version>
+ <org.exoplatform.ws.version>2.1.1-CR1</org.exoplatform.ws.version>
+ <org.exoplatform.portal.version>5.0.0-epp-CR01-SNAPSHOT</org.exoplatform.portal.version>
<!-- JAX-RS jsr-311 -->
<version.javax.ws.rs>1.0</version.javax.ws.rs>
Modified: components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/spnego/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/spnego/pom.xml 2010-04-12 11:27:48
UTC (rev 2588)
+++ components/sso/branches/1.0.0-epp-5.0.0-CR01-Branch/spnego/pom.xml 2010-04-12 11:39:54
UTC (rev 2589)
@@ -4,7 +4,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-Beta03-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>