[gatein-commits] gatein SVN: r5077 - in epp/sso/tags/1.0.1-epp-GA: agent and 12 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 12 16:16:40 EST 2010


Author: thomas.heute at jboss.com
Date: 2010-11-12 16:16:39 -0500 (Fri, 12 Nov 2010)
New Revision: 5077

Modified:
   epp/sso/tags/1.0.1-epp-GA/agent/pom.xml
   epp/sso/tags/1.0.1-epp-GA/auth-callback/pom.xml
   epp/sso/tags/1.0.1-epp-GA/cas/gatein-cas-plugin/pom.xml
   epp/sso/tags/1.0.1-epp-GA/cas/gatein-cas-portal/pom.xml
   epp/sso/tags/1.0.1-epp-GA/cas/pom.xml
   epp/sso/tags/1.0.1-epp-GA/josso/gatein-josso-plugin/pom.xml
   epp/sso/tags/1.0.1-epp-GA/josso/gatein-josso-portal/pom.xml
   epp/sso/tags/1.0.1-epp-GA/josso/pom.xml
   epp/sso/tags/1.0.1-epp-GA/opensso/gatein-opensso-plugin/pom.xml
   epp/sso/tags/1.0.1-epp-GA/opensso/gatein-opensso-portal/pom.xml
   epp/sso/tags/1.0.1-epp-GA/opensso/pom.xml
   epp/sso/tags/1.0.1-epp-GA/packaging/pom.xml
   epp/sso/tags/1.0.1-epp-GA/pom.xml
   epp/sso/tags/1.0.1-epp-GA/spnego/pom.xml
Log:
oups


Modified: epp/sso/tags/1.0.1-epp-GA/agent/pom.xml
===================================================================
--- epp/sso/tags/1.0.1-epp-GA/agent/pom.xml	2010-11-12 20:36:12 UTC (rev 5076)
+++ epp/sso/tags/1.0.1-epp-GA/agent/pom.xml	2010-11-12 21:16:39 UTC (rev 5077)
@@ -3,7 +3,7 @@
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-parent</artifactId>
 		<relativePath>../pom.xml</relativePath>
-		<version>1.0.2-GA-SNAPSHOT</version>
+		<version>1.0.1-epp-GA</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: epp/sso/tags/1.0.1-epp-GA/auth-callback/pom.xml
===================================================================
--- epp/sso/tags/1.0.1-epp-GA/auth-callback/pom.xml	2010-11-12 20:36:12 UTC (rev 5076)
+++ epp/sso/tags/1.0.1-epp-GA/auth-callback/pom.xml	2010-11-12 21:16:39 UTC (rev 5077)
@@ -3,7 +3,7 @@
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-parent</artifactId>
 		<relativePath>../pom.xml</relativePath>
-		<version>1.0.2-GA-SNAPSHOT</version>
+		<version>1.0.1-epp-GA</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: epp/sso/tags/1.0.1-epp-GA/cas/gatein-cas-plugin/pom.xml
===================================================================
--- epp/sso/tags/1.0.1-epp-GA/cas/gatein-cas-plugin/pom.xml	2010-11-12 20:36:12 UTC (rev 5076)
+++ epp/sso/tags/1.0.1-epp-GA/cas/gatein-cas-plugin/pom.xml	2010-11-12 21:16:39 UTC (rev 5077)
@@ -3,7 +3,7 @@
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-cas-parent</artifactId>
 		<relativePath>../pom.xml</relativePath>
-		<version>1.0.2-GA-SNAPSHOT</version>
+		<version>1.0.1-epp-GA</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: epp/sso/tags/1.0.1-epp-GA/cas/gatein-cas-portal/pom.xml
===================================================================
--- epp/sso/tags/1.0.1-epp-GA/cas/gatein-cas-portal/pom.xml	2010-11-12 20:36:12 UTC (rev 5076)
+++ epp/sso/tags/1.0.1-epp-GA/cas/gatein-cas-portal/pom.xml	2010-11-12 21:16:39 UTC (rev 5077)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-cas-parent</artifactId>
-		<version>1.0.2-GA-SNAPSHOT</version>
+		<version>1.0.1-epp-GA</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.2-GA-SNAPSHOT</version>
+			<version>1.0.1-epp-GA</version>
 		</dependency>
 		<dependency>
 			<groupId>commons-httpclient</groupId>
@@ -23,12 +23,12 @@
 		<dependency>
 			<groupId>org.gatein.sso</groupId>
 			<artifactId>sso-agent</artifactId>
-			<version>1.0.2-GA-SNAPSHOT</version>
+			<version>1.0.1-epp-GA</version>
 		</dependency>
 		<dependency>
 			<groupId>org.gatein.sso</groupId>
 			<artifactId>sso-auth-callback</artifactId>
-			<version>1.0.2-GA-SNAPSHOT</version>
+			<version>1.0.1-epp-GA</version>
 		</dependency>
 		<dependency>
 			<groupId>org.jasig.cas</groupId>

Modified: epp/sso/tags/1.0.1-epp-GA/cas/pom.xml
===================================================================
--- epp/sso/tags/1.0.1-epp-GA/cas/pom.xml	2010-11-12 20:36:12 UTC (rev 5076)
+++ epp/sso/tags/1.0.1-epp-GA/cas/pom.xml	2010-11-12 21:16:39 UTC (rev 5077)
@@ -3,13 +3,13 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.gatein.sso</groupId>
 	<artifactId>sso-cas-parent</artifactId>
-	<version>1.0.2-GA-SNAPSHOT</version>
+	<version>1.0.1-epp-GA</version>
 	<packaging>pom</packaging>
 
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-parent</artifactId>
-		<version>1.0.2-GA-SNAPSHOT</version>
+		<version>1.0.1-epp-GA</version>
 	</parent>
 
 	<name>GateIn SSO - CAS</name>

Modified: epp/sso/tags/1.0.1-epp-GA/josso/gatein-josso-plugin/pom.xml
===================================================================
--- epp/sso/tags/1.0.1-epp-GA/josso/gatein-josso-plugin/pom.xml	2010-11-12 20:36:12 UTC (rev 5076)
+++ epp/sso/tags/1.0.1-epp-GA/josso/gatein-josso-plugin/pom.xml	2010-11-12 21:16:39 UTC (rev 5077)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-josso-parent</artifactId>
-		<version>1.0.2-GA-SNAPSHOT</version>
+		<version>1.0.1-epp-GA</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: epp/sso/tags/1.0.1-epp-GA/josso/gatein-josso-portal/pom.xml
===================================================================
--- epp/sso/tags/1.0.1-epp-GA/josso/gatein-josso-portal/pom.xml	2010-11-12 20:36:12 UTC (rev 5076)
+++ epp/sso/tags/1.0.1-epp-GA/josso/gatein-josso-portal/pom.xml	2010-11-12 21:16:39 UTC (rev 5077)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-josso-parent</artifactId>
-		<version>1.0.2-GA-SNAPSHOT</version>
+		<version>1.0.1-epp-GA</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
@@ -54,12 +54,12 @@
 		<dependency>
 			<groupId>org.gatein.sso</groupId>
 			<artifactId>sso-agent</artifactId>
-			<version>1.0.2-GA-SNAPSHOT</version>
+			<version>1.0.1-epp-GA</version>
 		</dependency>
 		<dependency>
 			<groupId>org.gatein.sso</groupId>
 			<artifactId>sso-auth-callback</artifactId>
-			<version>1.0.2-GA-SNAPSHOT</version>
+			<version>1.0.1-epp-GA</version>
 		</dependency>
 		
 		<dependency>
@@ -74,7 +74,7 @@
 		<dependency>
 			<groupId>org.gatein.sso</groupId>
 			<artifactId>sso-josso-plugin</artifactId>
-			<version>1.0.2-GA-SNAPSHOT</version>
+			<version>1.0.1-epp-GA</version>
 		</dependency>
 		<dependency>
 			<groupId>apache-log4j</groupId>

Modified: epp/sso/tags/1.0.1-epp-GA/josso/pom.xml
===================================================================
--- epp/sso/tags/1.0.1-epp-GA/josso/pom.xml	2010-11-12 20:36:12 UTC (rev 5076)
+++ epp/sso/tags/1.0.1-epp-GA/josso/pom.xml	2010-11-12 21:16:39 UTC (rev 5077)
@@ -3,13 +3,13 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.gatein.sso</groupId>
 	<artifactId>sso-josso-parent</artifactId>
-	<version>1.0.2-GA-SNAPSHOT</version>
+	<version>1.0.1-epp-GA</version>
 	<packaging>pom</packaging>
 
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-parent</artifactId>
-		<version>1.0.2-GA-SNAPSHOT</version>
+		<version>1.0.1-epp-GA</version>
 	</parent>
 
 

Modified: epp/sso/tags/1.0.1-epp-GA/opensso/gatein-opensso-plugin/pom.xml
===================================================================
--- epp/sso/tags/1.0.1-epp-GA/opensso/gatein-opensso-plugin/pom.xml	2010-11-12 20:36:12 UTC (rev 5076)
+++ epp/sso/tags/1.0.1-epp-GA/opensso/gatein-opensso-plugin/pom.xml	2010-11-12 21:16:39 UTC (rev 5077)
@@ -3,7 +3,7 @@
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-opensso-parent</artifactId>
 		<relativePath>../pom.xml</relativePath>
-		<version>1.0.2-GA-SNAPSHOT</version>
+		<version>1.0.1-epp-GA</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: epp/sso/tags/1.0.1-epp-GA/opensso/gatein-opensso-portal/pom.xml
===================================================================
--- epp/sso/tags/1.0.1-epp-GA/opensso/gatein-opensso-portal/pom.xml	2010-11-12 20:36:12 UTC (rev 5076)
+++ epp/sso/tags/1.0.1-epp-GA/opensso/gatein-opensso-portal/pom.xml	2010-11-12 21:16:39 UTC (rev 5077)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-opensso-parent</artifactId>
-		<version>1.0.2-GA-SNAPSHOT</version>
+		<version>1.0.1-epp-GA</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.2-GA-SNAPSHOT</version>
+            <version>1.0.1-epp-GA</version>
 		</dependency>
 		<dependency>
 			<groupId>commons-httpclient</groupId>
@@ -28,12 +28,12 @@
 		<dependency>
 			<groupId>org.gatein.sso</groupId>
 			<artifactId>sso-agent</artifactId>
-			<version>1.0.2-GA-SNAPSHOT</version>
+			<version>1.0.1-epp-GA</version>
 		</dependency>
 		<dependency>
 			<groupId>org.gatein.sso</groupId>
 			<artifactId>sso-auth-callback</artifactId>
-			<version>1.0.2-GA-SNAPSHOT</version>
+			<version>1.0.1-epp-GA</version>
 		</dependency>
 	</dependencies>
  

Modified: epp/sso/tags/1.0.1-epp-GA/opensso/pom.xml
===================================================================
--- epp/sso/tags/1.0.1-epp-GA/opensso/pom.xml	2010-11-12 20:36:12 UTC (rev 5076)
+++ epp/sso/tags/1.0.1-epp-GA/opensso/pom.xml	2010-11-12 21:16:39 UTC (rev 5077)
@@ -3,13 +3,13 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.gatein.sso</groupId>
 	<artifactId>sso-opensso-parent</artifactId>
-	<version>1.0.2-GA-SNAPSHOT</version>
+	<version>1.0.1-epp-GA</version>
 	<packaging>pom</packaging>
 
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-parent</artifactId>
-		<version>1.0.2-GA-SNAPSHOT</version>
+		<version>1.0.1-epp-GA</version>
 	</parent>
 
 

Modified: epp/sso/tags/1.0.1-epp-GA/packaging/pom.xml
===================================================================
--- epp/sso/tags/1.0.1-epp-GA/packaging/pom.xml	2010-11-12 20:36:12 UTC (rev 5076)
+++ epp/sso/tags/1.0.1-epp-GA/packaging/pom.xml	2010-11-12 21:16:39 UTC (rev 5077)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-parent</artifactId>
-		<version>1.0.2-GA-SNAPSHOT</version>
+		<version>1.0.1-epp-GA</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
@@ -14,12 +14,12 @@
                 <dependency>
                         <groupId>org.gatein.sso</groupId>
                         <artifactId>sso-agent</artifactId>
-                        <version>1.0.2-GA-SNAPSHOT</version>
+                        <version>1.0.1-epp-GA</version>
                 </dependency>
                 <dependency>
                         <groupId>org.gatein.sso</groupId>
                         <artifactId>spnego</artifactId>
-                        <version>1.0.2-GA-SNAPSHOT</version>
+                        <version>1.0.1-epp-GA</version>
                 </dependency>
                 <dependency>
                         <groupId>org.jboss.security</groupId>

Modified: epp/sso/tags/1.0.1-epp-GA/pom.xml
===================================================================
--- epp/sso/tags/1.0.1-epp-GA/pom.xml	2010-11-12 20:36:12 UTC (rev 5076)
+++ epp/sso/tags/1.0.1-epp-GA/pom.xml	2010-11-12 21:16:39 UTC (rev 5077)
@@ -10,7 +10,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.gatein.sso</groupId>
 	<artifactId>sso-parent</artifactId>
-	<version>1.0.2-GA-SNAPSHOT</version>
+	<version>1.0.1-epp-GA</version>
 	<packaging>pom</packaging>
 
 	<parent>

Modified: epp/sso/tags/1.0.1-epp-GA/spnego/pom.xml
===================================================================
--- epp/sso/tags/1.0.1-epp-GA/spnego/pom.xml	2010-11-12 20:36:12 UTC (rev 5076)
+++ epp/sso/tags/1.0.1-epp-GA/spnego/pom.xml	2010-11-12 21:16:39 UTC (rev 5077)
@@ -3,7 +3,7 @@
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-parent</artifactId>
 		<relativePath>../pom.xml</relativePath>
-		<version>1.0.2-GA-SNAPSHOT</version>
+		<version>1.0.1-epp-GA</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>



More information about the gatein-commits mailing list