[gatein-commits] gatein SVN: r3058 - in epp/sso/branches/1.0-epp-5.0-Branch: agent and 12 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue May 11 07:58:49 EDT 2010


Author: thomas.heute at jboss.com
Date: 2010-05-11 07:58:47 -0400 (Tue, 11 May 2010)
New Revision: 3058

Modified:
   epp/sso/branches/1.0-epp-5.0-Branch/agent/pom.xml
   epp/sso/branches/1.0-epp-5.0-Branch/auth-callback/pom.xml
   epp/sso/branches/1.0-epp-5.0-Branch/cas/gatein-cas-plugin/pom.xml
   epp/sso/branches/1.0-epp-5.0-Branch/cas/gatein-cas-portal/pom.xml
   epp/sso/branches/1.0-epp-5.0-Branch/cas/pom.xml
   epp/sso/branches/1.0-epp-5.0-Branch/josso/gatein-josso-plugin/pom.xml
   epp/sso/branches/1.0-epp-5.0-Branch/josso/gatein-josso-portal/pom.xml
   epp/sso/branches/1.0-epp-5.0-Branch/josso/pom.xml
   epp/sso/branches/1.0-epp-5.0-Branch/opensso/gatein-opensso-plugin/pom.xml
   epp/sso/branches/1.0-epp-5.0-Branch/opensso/gatein-opensso-portal/pom.xml
   epp/sso/branches/1.0-epp-5.0-Branch/opensso/pom.xml
   epp/sso/branches/1.0-epp-5.0-Branch/packaging/pom.xml
   epp/sso/branches/1.0-epp-5.0-Branch/pom.xml
   epp/sso/branches/1.0-epp-5.0-Branch/spnego/pom.xml
Log:
Preparing for next iteration


Modified: epp/sso/branches/1.0-epp-5.0-Branch/agent/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.0-Branch/agent/pom.xml	2010-05-11 11:54:15 UTC (rev 3057)
+++ epp/sso/branches/1.0-epp-5.0-Branch/agent/pom.xml	2010-05-11 11:58:47 UTC (rev 3058)
@@ -4,7 +4,7 @@
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-parent</artifactId>
 		<relativePath>../pom.xml</relativePath>
-		<version>1.0.0-epp-GA</version>
+		<version>1.0.1-epp-GA-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: epp/sso/branches/1.0-epp-5.0-Branch/auth-callback/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.0-Branch/auth-callback/pom.xml	2010-05-11 11:54:15 UTC (rev 3057)
+++ epp/sso/branches/1.0-epp-5.0-Branch/auth-callback/pom.xml	2010-05-11 11:58:47 UTC (rev 3058)
@@ -3,7 +3,7 @@
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-parent</artifactId>
 		<relativePath>../pom.xml</relativePath>
-		<version>1.0.0-epp-GA</version>
+		<version>1.0.1-epp-GA-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: epp/sso/branches/1.0-epp-5.0-Branch/cas/gatein-cas-plugin/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.0-Branch/cas/gatein-cas-plugin/pom.xml	2010-05-11 11:54:15 UTC (rev 3057)
+++ epp/sso/branches/1.0-epp-5.0-Branch/cas/gatein-cas-plugin/pom.xml	2010-05-11 11:58:47 UTC (rev 3058)
@@ -3,7 +3,7 @@
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-cas-parent</artifactId>
 		<relativePath>../pom.xml</relativePath>
-		<version>1.0.0-epp-GA</version>
+		<version>1.0.1-epp-GA-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: epp/sso/branches/1.0-epp-5.0-Branch/cas/gatein-cas-portal/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.0-Branch/cas/gatein-cas-portal/pom.xml	2010-05-11 11:54:15 UTC (rev 3057)
+++ epp/sso/branches/1.0-epp-5.0-Branch/cas/gatein-cas-portal/pom.xml	2010-05-11 11:58:47 UTC (rev 3058)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-cas-parent</artifactId>
-		<version>1.0.0-epp-GA</version>
+		<version>1.0.1-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-epp-GA</version>
+			<version>1.0.1-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-epp-GA</version>
+			<version>1.0.1-epp-GA-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.gatein.sso</groupId>
 			<artifactId>sso-auth-callback</artifactId>
-			<version>1.0.0-epp-GA</version>
+			<version>1.0.1-epp-GA-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.jasig.cas</groupId>

Modified: epp/sso/branches/1.0-epp-5.0-Branch/cas/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.0-Branch/cas/pom.xml	2010-05-11 11:54:15 UTC (rev 3057)
+++ epp/sso/branches/1.0-epp-5.0-Branch/cas/pom.xml	2010-05-11 11:58:47 UTC (rev 3058)
@@ -3,13 +3,13 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.gatein.sso</groupId>
 	<artifactId>sso-cas-parent</artifactId>
-	<version>1.0.0-epp-GA</version>
+	<version>1.0.1-epp-GA-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-parent</artifactId>
-		<version>1.0.0-epp-GA</version>
+		<version>1.0.1-epp-GA-SNAPSHOT</version>
 	</parent>
 
 	<name>GateIn SSO - CAS</name>

Modified: epp/sso/branches/1.0-epp-5.0-Branch/josso/gatein-josso-plugin/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.0-Branch/josso/gatein-josso-plugin/pom.xml	2010-05-11 11:54:15 UTC (rev 3057)
+++ epp/sso/branches/1.0-epp-5.0-Branch/josso/gatein-josso-plugin/pom.xml	2010-05-11 11:58:47 UTC (rev 3058)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-josso-parent</artifactId>
-		<version>1.0.0-epp-GA</version>
+		<version>1.0.1-epp-GA-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: epp/sso/branches/1.0-epp-5.0-Branch/josso/gatein-josso-portal/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.0-Branch/josso/gatein-josso-portal/pom.xml	2010-05-11 11:54:15 UTC (rev 3057)
+++ epp/sso/branches/1.0-epp-5.0-Branch/josso/gatein-josso-portal/pom.xml	2010-05-11 11:58:47 UTC (rev 3058)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-josso-parent</artifactId>
-		<version>1.0.0-epp-GA</version>
+		<version>1.0.1-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-epp-GA</version>
+			<version>1.0.1-epp-GA-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.gatein.sso</groupId>
 			<artifactId>sso-auth-callback</artifactId>
-			<version>1.0.0-epp-GA</version>
+			<version>1.0.1-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-epp-GA</version>
+			<version>1.0.1-epp-GA-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>apache-log4j</groupId>

Modified: epp/sso/branches/1.0-epp-5.0-Branch/josso/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.0-Branch/josso/pom.xml	2010-05-11 11:54:15 UTC (rev 3057)
+++ epp/sso/branches/1.0-epp-5.0-Branch/josso/pom.xml	2010-05-11 11:58:47 UTC (rev 3058)
@@ -3,13 +3,13 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.gatein.sso</groupId>
 	<artifactId>sso-josso-parent</artifactId>
-	<version>1.0.0-epp-GA</version>
+	<version>1.0.1-epp-GA-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-parent</artifactId>
-		<version>1.0.0-epp-GA</version>
+		<version>1.0.1-epp-GA-SNAPSHOT</version>
 	</parent>
 
 

Modified: epp/sso/branches/1.0-epp-5.0-Branch/opensso/gatein-opensso-plugin/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.0-Branch/opensso/gatein-opensso-plugin/pom.xml	2010-05-11 11:54:15 UTC (rev 3057)
+++ epp/sso/branches/1.0-epp-5.0-Branch/opensso/gatein-opensso-plugin/pom.xml	2010-05-11 11:58:47 UTC (rev 3058)
@@ -3,7 +3,7 @@
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-opensso-parent</artifactId>
 		<relativePath>../pom.xml</relativePath>
-		<version>1.0.0-epp-GA</version>
+		<version>1.0.1-epp-GA-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: epp/sso/branches/1.0-epp-5.0-Branch/opensso/gatein-opensso-portal/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.0-Branch/opensso/gatein-opensso-portal/pom.xml	2010-05-11 11:54:15 UTC (rev 3057)
+++ epp/sso/branches/1.0-epp-5.0-Branch/opensso/gatein-opensso-portal/pom.xml	2010-05-11 11:58:47 UTC (rev 3058)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-opensso-parent</artifactId>
-		<version>1.0.0-epp-GA</version>
+		<version>1.0.1-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-epp-GA</version>
+            <version>1.0.1-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-epp-GA</version>
+			<version>1.0.1-epp-GA-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.gatein.sso</groupId>
 			<artifactId>sso-auth-callback</artifactId>
-			<version>1.0.0-epp-GA</version>
+			<version>1.0.1-epp-GA-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
  

Modified: epp/sso/branches/1.0-epp-5.0-Branch/opensso/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.0-Branch/opensso/pom.xml	2010-05-11 11:54:15 UTC (rev 3057)
+++ epp/sso/branches/1.0-epp-5.0-Branch/opensso/pom.xml	2010-05-11 11:58:47 UTC (rev 3058)
@@ -3,13 +3,13 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.gatein.sso</groupId>
 	<artifactId>sso-opensso-parent</artifactId>
-	<version>1.0.0-epp-GA</version>
+	<version>1.0.1-epp-GA-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-parent</artifactId>
-		<version>1.0.0-epp-GA</version>
+		<version>1.0.1-epp-GA-SNAPSHOT</version>
 	</parent>
 
 

Modified: epp/sso/branches/1.0-epp-5.0-Branch/packaging/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.0-Branch/packaging/pom.xml	2010-05-11 11:54:15 UTC (rev 3057)
+++ epp/sso/branches/1.0-epp-5.0-Branch/packaging/pom.xml	2010-05-11 11:58:47 UTC (rev 3058)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-parent</artifactId>
-		<version>1.0.0-epp-GA</version>
+		<version>1.0.1-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-epp-GA</version>
+                        <version>1.0.1-epp-GA-SNAPSHOT</version>
                 </dependency>
                 <dependency>
                         <groupId>org.gatein.sso</groupId>
                         <artifactId>spnego</artifactId>
-                        <version>1.0.0-epp-GA</version>
+                        <version>1.0.1-epp-GA-SNAPSHOT</version>
                 </dependency>
                 <dependency>
                         <groupId>org.jboss.security</groupId>

Modified: epp/sso/branches/1.0-epp-5.0-Branch/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.0-Branch/pom.xml	2010-05-11 11:54:15 UTC (rev 3057)
+++ epp/sso/branches/1.0-epp-5.0-Branch/pom.xml	2010-05-11 11:58:47 UTC (rev 3058)
@@ -10,7 +10,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.gatein.sso</groupId>
 	<artifactId>sso-parent</artifactId>
-	<version>1.0.0-epp-GA</version>
+	<version>1.0.1-epp-GA-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<parent>

Modified: epp/sso/branches/1.0-epp-5.0-Branch/spnego/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.0-Branch/spnego/pom.xml	2010-05-11 11:54:15 UTC (rev 3057)
+++ epp/sso/branches/1.0-epp-5.0-Branch/spnego/pom.xml	2010-05-11 11:58:47 UTC (rev 3058)
@@ -4,7 +4,7 @@
 		<groupId>org.gatein.sso</groupId>
 		<artifactId>sso-parent</artifactId>
 		<relativePath>../pom.xml</relativePath>
-		<version>1.0.0-epp-GA</version>
+		<version>1.0.1-epp-GA-SNAPSHOT</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>



More information about the gatein-commits mailing list