[jboss-cvs] Picketlink SVN: r403 - in federation/branches/Branch_1_x: assembly and 32 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 17 12:41:06 EDT 2010


Author: anil.saldhana at jboss.com
Date: 2010-09-17 12:41:05 -0400 (Fri, 17 Sep 2010)
New Revision: 403

Modified:
   federation/branches/Branch_1_x/assembly/pom.xml
   federation/branches/Branch_1_x/parent/pom.xml
   federation/branches/Branch_1_x/picketlink-bindings-jboss/pom.xml
   federation/branches/Branch_1_x/picketlink-bindings/pom.xml
   federation/branches/Branch_1_x/picketlink-fed-api/pom.xml
   federation/branches/Branch_1_x/picketlink-fed-core/pom.xml
   federation/branches/Branch_1_x/picketlink-fed-model/pom.xml
   federation/branches/Branch_1_x/picketlink-seam/pom.xml
   federation/branches/Branch_1_x/picketlink-web/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/assembly/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/circleoftrust/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/employee-post-sig/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/employee-post/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/employee-sig/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/employee-standalone/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/employee/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/idp-sig-no-val/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/idp-sig/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/idp-standalone/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/idp/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/metadata/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/openid-consumer/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/openid-provider/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/pdp/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/picketlink-sts/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/sales-post-sig/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/sales-post/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/sales-sig/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/sales-standalone/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/sales/pom.xml
   federation/branches/Branch_1_x/picketlink-webapps/seam-sp/pom.xml
   federation/branches/Branch_1_x/picketlink-xmlsec-model/pom.xml
   federation/branches/Branch_1_x/pom.xml
Log:
PLFED-104: prepare 1.0.4.final for PL FED

Modified: federation/branches/Branch_1_x/assembly/pom.xml
===================================================================
--- federation/branches/Branch_1_x/assembly/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/assembly/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink</groupId>
     <artifactId>picketlink-fed-parent</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4.final</version>
     <relativePath>../parent</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: federation/branches/Branch_1_x/parent/pom.xml
===================================================================
--- federation/branches/Branch_1_x/parent/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/parent/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -8,7 +8,7 @@
    <groupId>org.picketlink</groupId>
    <artifactId>picketlink-fed-parent</artifactId>
    <packaging>pom</packaging>
-   <version>1.0.4-SNAPSHOT</version>
+   <version>1.0.4.final</version>
    <name>PicketLink Federation- Parent</name>
    <url>http://labs.jboss.org/portal/picketlink/</url>
    <description>PicketLink is a cross-cutting project that handles identity  needs for the JEMS projects</description>

Modified: federation/branches/Branch_1_x/picketlink-bindings/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-bindings/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-bindings/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink</groupId>
       <artifactId>picketlink-fed-parent</artifactId>
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4.final</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: federation/branches/Branch_1_x/picketlink-bindings-jboss/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-bindings-jboss/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-bindings-jboss/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink</groupId>
       <artifactId>picketlink-fed-parent</artifactId>
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4.final</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: federation/branches/Branch_1_x/picketlink-fed-api/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-fed-api/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-fed-api/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink</groupId>
       <artifactId>picketlink-fed-parent</artifactId>
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4.final</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: federation/branches/Branch_1_x/picketlink-fed-core/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-fed-core/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-fed-core/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink</groupId>
       <artifactId>picketlink-fed-parent</artifactId>
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4.final</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: federation/branches/Branch_1_x/picketlink-fed-model/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-fed-model/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-fed-model/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink</groupId>
       <artifactId>picketlink-fed-parent</artifactId>
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4.final</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: federation/branches/Branch_1_x/picketlink-seam/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-seam/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-seam/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -3,7 +3,7 @@
    <parent>
       <groupId>org.picketlink</groupId>
       <artifactId>picketlink-fed-parent</artifactId>
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4.final</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: federation/branches/Branch_1_x/picketlink-web/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-web/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-web/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink</groupId>
       <artifactId>picketlink-fed-parent</artifactId>
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4.final</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: federation/branches/Branch_1_x/picketlink-webapps/assembly/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/assembly/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/assembly/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink</groupId>
     <artifactId>picketlink-fed-parent</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4.final</version>
     <relativePath>../../parent</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: federation/branches/Branch_1_x/picketlink-webapps/circleoftrust/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/circleoftrust/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/circleoftrust/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,13 +2,13 @@
    <parent>
      <groupId>org.picketlink</groupId>
      <artifactId>picketlink-federation-webapps</artifactId>
-     <version>1.0.4-SNAPSHOT</version>
+     <version>1.0.4.final</version>
      <relativePath>../</relativePath>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
    <artifactId>circleoftrust</artifactId>
-   <version>1.0.4-SNAPSHOT</version>
+   <version>1.0.4.final</version>
    <packaging>war</packaging>
    <name>PicketLink Federation Circle Of Trust</name>
    <url>http://labs.jboss.org/portal/picketlink/</url>

Modified: federation/branches/Branch_1_x/picketlink-webapps/employee/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/employee/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/employee/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink</groupId>
     <artifactId>picketlink-federation-webapps</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4.final</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/employee-post/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/employee-post/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/employee-post/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink</groupId>
     <artifactId>picketlink-federation-webapps</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4.final</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/employee-post-sig/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/employee-post-sig/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/employee-post-sig/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink</groupId>
     <artifactId>picketlink-federation-webapps</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4.final</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/employee-sig/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/employee-sig/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/employee-sig/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink</groupId>
     <artifactId>picketlink-federation-webapps</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4.final</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/employee-standalone/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/employee-standalone/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/employee-standalone/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
    <parent>
      <groupId>org.picketlink</groupId>
      <artifactId>picketlink-federation-webapps</artifactId>
-     <version>1.0.4-SNAPSHOT</version>
+     <version>1.0.4.final</version>
      <relativePath>../</relativePath>
    </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/idp/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/idp/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/idp/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
    <parent>
      <groupId>org.picketlink</groupId>
      <artifactId>picketlink-federation-webapps</artifactId>
-     <version>1.0.4-SNAPSHOT</version>
+     <version>1.0.4.final</version>
      <relativePath>../</relativePath>
    </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/idp-sig/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/idp-sig/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/idp-sig/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
    <parent>
      <groupId>org.picketlink</groupId>
      <artifactId>picketlink-federation-webapps</artifactId>
-     <version>1.0.4-SNAPSHOT</version>
+     <version>1.0.4.final</version>
      <relativePath>../</relativePath>
    </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/idp-sig-no-val/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/idp-sig-no-val/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/idp-sig-no-val/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
    <parent>
      <groupId>org.picketlink</groupId>
      <artifactId>picketlink-federation-webapps</artifactId>
-     <version>1.0.4-SNAPSHOT</version>
+     <version>1.0.4.final</version>
      <relativePath>../</relativePath>
    </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/idp-standalone/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/idp-standalone/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/idp-standalone/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
    <parent>
      <groupId>org.picketlink</groupId>
      <artifactId>picketlink-federation-webapps</artifactId>
-     <version>1.0.4-SNAPSHOT</version>
+     <version>1.0.4.final</version>
      <relativePath>../</relativePath>
    </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/metadata/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/metadata/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/metadata/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink</groupId>
     <artifactId>picketlink-federation-webapps</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4.final</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/openid-consumer/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/openid-consumer/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/openid-consumer/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink</groupId>
     <artifactId>picketlink-federation-webapps</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4.final</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/openid-provider/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/openid-provider/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/openid-provider/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink</groupId>
     <artifactId>picketlink-federation-webapps</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4.final</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/pdp/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/pdp/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/pdp/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
    <parent>
      <groupId>org.picketlink</groupId>
      <artifactId>picketlink-federation-webapps</artifactId>
-     <version>1.0.4-SNAPSHOT</version>
+     <version>1.0.4.final</version>
      <relativePath>../</relativePath>
    </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/picketlink-sts/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/picketlink-sts/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/picketlink-sts/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink</groupId>
     <artifactId>picketlink-federation-webapps</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4.final</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.picketlink</groupId>
 		<artifactId>picketlink-fed-parent</artifactId>
-		<version>1.0.4-SNAPSHOT</version>
+		<version>1.0.4.final</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>

Modified: federation/branches/Branch_1_x/picketlink-webapps/sales/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/sales/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/sales/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink</groupId>
     <artifactId>picketlink-federation-webapps</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4.final</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/sales-post/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/sales-post/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/sales-post/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink</groupId>
     <artifactId>picketlink-federation-webapps</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4.final</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/sales-post-sig/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/sales-post-sig/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/sales-post-sig/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink</groupId>
     <artifactId>picketlink-federation-webapps</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4.final</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/sales-sig/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/sales-sig/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/sales-sig/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.picketlink</groupId>
     <artifactId>picketlink-federation-webapps</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4.final</version>
     <relativePath>../</relativePath>
   </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/sales-standalone/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/sales-standalone/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/sales-standalone/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
    <parent>
      <groupId>org.picketlink</groupId>
      <artifactId>picketlink-federation-webapps</artifactId>
-     <version>1.0.4-SNAPSHOT</version>
+     <version>1.0.4.final</version>
      <relativePath>../</relativePath>
    </parent>
 

Modified: federation/branches/Branch_1_x/picketlink-webapps/seam-sp/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-webapps/seam-sp/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-webapps/seam-sp/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.picketlink</groupId>
 		<artifactId>picketlink-federation-webapps</artifactId>
-		<version>1.0.4-SNAPSHOT</version>
+		<version>1.0.4.final</version>
 		<relativePath>../</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>

Modified: federation/branches/Branch_1_x/picketlink-xmlsec-model/pom.xml
===================================================================
--- federation/branches/Branch_1_x/picketlink-xmlsec-model/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/picketlink-xmlsec-model/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink</groupId>
       <artifactId>picketlink-fed-parent</artifactId>
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4.final</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: federation/branches/Branch_1_x/pom.xml
===================================================================
--- federation/branches/Branch_1_x/pom.xml	2010-09-17 16:36:07 UTC (rev 402)
+++ federation/branches/Branch_1_x/pom.xml	2010-09-17 16:41:05 UTC (rev 403)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink</groupId>
       <artifactId>picketlink-fed-parent</artifactId>
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4.final</version>
       <relativePath>parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>



More information about the jboss-cvs-commits mailing list