Author: mpodolin
Date: 2010-05-01 11:12:14 -0400 (Sat, 01 May 2010)
New Revision: 2924
Modified:
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/agent/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/auth-callback/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-plugin/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-portal/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-plugin/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-portal/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-plugin/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-portal/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/packaging/pom.xml
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/spnego/pom.xml
Log:
Updated branch version
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/agent/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/agent/pom.xml 2010-05-01 14:55:00
UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/agent/pom.xml 2010-05-01 15:12:14
UTC (rev 2924)
@@ -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-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/auth-callback/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/auth-callback/pom.xml 2010-05-01
14:55:00 UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/auth-callback/pom.xml 2010-05-01
15:12:14 UTC (rev 2924)
@@ -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-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-plugin/pom.xml
===================================================================
---
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-plugin/pom.xml 2010-05-01
14:55:00 UTC (rev 2923)
+++
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-plugin/pom.xml 2010-05-01
15:12:14 UTC (rev 2924)
@@ -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-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-portal/pom.xml
===================================================================
---
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-portal/pom.xml 2010-05-01
14:55:00 UTC (rev 2923)
+++
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/gatein-cas-portal/pom.xml 2010-05-01
15:12:14 UTC (rev 2924)
@@ -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-GA-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-GA-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-GA-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-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/pom.xml 2010-05-01 14:55:00 UTC
(rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/cas/pom.xml 2010-05-01 15:12:14 UTC
(rev 2924)
@@ -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-GA-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-GA-SNAPSHOT</version>
</parent>
<name>GateIn SSO - CAS</name>
Modified:
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-plugin/pom.xml
===================================================================
---
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-plugin/pom.xml 2010-05-01
14:55:00 UTC (rev 2923)
+++
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-plugin/pom.xml 2010-05-01
15:12:14 UTC (rev 2924)
@@ -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-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified:
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-portal/pom.xml
===================================================================
---
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-portal/pom.xml 2010-05-01
14:55:00 UTC (rev 2923)
+++
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/gatein-josso-portal/pom.xml 2010-05-01
15:12:14 UTC (rev 2924)
@@ -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-GA-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-GA-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-GA-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-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>apache-log4j</groupId>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/pom.xml 2010-05-01 14:55:00
UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/josso/pom.xml 2010-05-01 15:12:14
UTC (rev 2924)
@@ -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-GA-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-GA-SNAPSHOT</version>
</parent>
Modified:
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-plugin/pom.xml
===================================================================
---
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-plugin/pom.xml 2010-05-01
14:55:00 UTC (rev 2923)
+++
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-plugin/pom.xml 2010-05-01
15:12:14 UTC (rev 2924)
@@ -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-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified:
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-portal/pom.xml
===================================================================
---
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-portal/pom.xml 2010-05-01
14:55:00 UTC (rev 2923)
+++
components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/gatein-opensso-portal/pom.xml 2010-05-01
15:12:14 UTC (rev 2924)
@@ -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-GA-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-GA-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-GA-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-GA-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/pom.xml 2010-05-01 14:55:00
UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/opensso/pom.xml 2010-05-01 15:12:14
UTC (rev 2924)
@@ -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-GA-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-GA-SNAPSHOT</version>
</parent>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/packaging/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/packaging/pom.xml 2010-05-01
14:55:00 UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/packaging/pom.xml 2010-05-01
15:12:14 UTC (rev 2924)
@@ -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-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,12 +14,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>spnego</artifactId>
- <version>1.0.0-Beta03-SNAPSHOT</version>
+ <version>1.0.0-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.security</groupId>
Modified: components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/spnego/pom.xml
===================================================================
--- components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/spnego/pom.xml 2010-05-01 14:55:00
UTC (rev 2923)
+++ components/sso/branches/1.0.0-epp-5.0.0-GA-Branch/spnego/pom.xml 2010-05-01 15:12:14
UTC (rev 2924)
@@ -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-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Show replies by date