[picketlink-commits] Picketlink SVN: r726 - in idm/branches/1.2.0: assembly and 18 other directories.

picketlink-commits at lists.jboss.org picketlink-commits at lists.jboss.org
Fri Feb 4 14:57:01 EST 2011


Author: bdaw
Date: 2011-02-04 14:57:00 -0500 (Fri, 04 Feb 2011)
New Revision: 726

Modified:
   idm/branches/1.2.0/assembly/pom.xml
   idm/branches/1.2.0/example/auth-simple/pom.xml
   idm/branches/1.2.0/example/auth/pom.xml
   idm/branches/1.2.0/example/simple/pom.xml
   idm/branches/1.2.0/integration/deployer/pom.xml
   idm/branches/1.2.0/integration/jboss5/pom.xml
   idm/branches/1.2.0/integration/pom.xml
   idm/branches/1.2.0/parent/pom.xml
   idm/branches/1.2.0/picketlink-idm-api/pom.xml
   idm/branches/1.2.0/picketlink-idm-auth/pom.xml
   idm/branches/1.2.0/picketlink-idm-cache/pom.xml
   idm/branches/1.2.0/picketlink-idm-common/pom.xml
   idm/branches/1.2.0/picketlink-idm-core/pom.xml
   idm/branches/1.2.0/picketlink-idm-docs/ReferenceGuide/pom.xml
   idm/branches/1.2.0/picketlink-idm-docs/pom.xml
   idm/branches/1.2.0/picketlink-idm-hibernate/pom.xml
   idm/branches/1.2.0/picketlink-idm-ldap/pom.xml
   idm/branches/1.2.0/picketlink-idm-spi/pom.xml
   idm/branches/1.2.0/picketlink-idm-testsuite/pom.xml
   idm/branches/1.2.0/pom.xml
Log:
- revert back to 1.2.0.CR01 and fix stupid release plugin misconfig...

Modified: idm/branches/1.2.0/assembly/pom.xml
===================================================================
--- idm/branches/1.2.0/assembly/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/assembly/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -8,7 +8,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR04-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
 

Modified: idm/branches/1.2.0/example/auth/pom.xml
===================================================================
--- idm/branches/1.2.0/example/auth/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/example/auth/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.picketlink.idm.example</groupId>
-   <version>1.2.0.CR04-SNAPSHOT</version>
+   <version>1.2.0.CR01-SNAPSHOT</version>
    <artifactId>example-auth</artifactId>
    <packaging>jar</packaging>
    <name>Example - JEE authentication</name>

Modified: idm/branches/1.2.0/example/auth-simple/pom.xml
===================================================================
--- idm/branches/1.2.0/example/auth-simple/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/example/auth-simple/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.picketlink.idm.example</groupId>
-   <version>1.2.0.CR04-SNAPSHOT</version>
+   <version>1.2.0.CR01-SNAPSHOT</version>
    <artifactId>example-auth-simple</artifactId>
    <packaging>jar</packaging>
    <name>Example - JEE authentication (using deployer)</name>

Modified: idm/branches/1.2.0/example/simple/pom.xml
===================================================================
--- idm/branches/1.2.0/example/simple/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/example/simple/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -1,7 +1,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.picketlink.idm.example</groupId>
-   <version>1.2.0.CR04-SNAPSHOT</version>
+   <version>1.2.0.CR01-SNAPSHOT</version>
    <artifactId>example-simple</artifactId>
    <packaging>jar</packaging>
    <name>Example - Simple PicketLink IDM Maven2 project</name>

Modified: idm/branches/1.2.0/integration/deployer/pom.xml
===================================================================
--- idm/branches/1.2.0/integration/deployer/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/integration/deployer/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -10,7 +10,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-integration</artifactId>
-      <version>1.2.0.CR04-SNAPSHOT </version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
    </parent>
 
    <properties>

Modified: idm/branches/1.2.0/integration/jboss5/pom.xml
===================================================================
--- idm/branches/1.2.0/integration/jboss5/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/integration/jboss5/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -10,7 +10,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-integration</artifactId>
-      <version>1.2.0.CR04-SNAPSHOT </version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
    </parent>
 
    <dependencies>

Modified: idm/branches/1.2.0/integration/pom.xml
===================================================================
--- idm/branches/1.2.0/integration/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/integration/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -6,14 +6,14 @@
    <description>PicketLink IDM Integration</description>
    <groupId>org.picketlink.idm</groupId>
    <artifactId>picketlink-idm-integration</artifactId>
-  <version>1.2.0.CR04-SNAPSHOT </version>
+   <version>1.2.0.CR01-SNAPSHOT</version>
    <packaging>pom</packaging>
 
    <!-- Parent -->
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR04-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 

Modified: idm/branches/1.2.0/parent/pom.xml
===================================================================
--- idm/branches/1.2.0/parent/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/parent/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -8,7 +8,7 @@
    <groupId>org.picketlink.idm</groupId>
    <artifactId>picketlink-idm-parent</artifactId>
    <packaging>pom</packaging>
-   <version>1.2.0.CR04-SNAPSHOT</version>
+   <version>1.2.0.CR01-SNAPSHOT</version>
    <name>PicketLink IDM- Parent</name>
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>
    <description>PicketLink is a cross-cutting project that handles identity  needs for the JEMS projects</description>

Modified: idm/branches/1.2.0/picketlink-idm-api/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-api/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/picketlink-idm-api/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -2,12 +2,12 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR04-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>picketlink-idm-api</artifactId>
-  <version>1.2.0.CR04-SNAPSHOT </version>
+  <version>1.2.0.CR01-SNAPSHOT</version>
    <packaging>jar</packaging>
    <name>PicketLink IDM API</name>
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>

Modified: idm/branches/1.2.0/picketlink-idm-auth/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-auth/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/picketlink-idm-auth/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -2,12 +2,12 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR04-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>picketlink-idm-auth</artifactId>
-  <version>1.2.0.CR04-SNAPSHOT </version>
+  <version>1.2.0.CR01-SNAPSHOT</version>
    <packaging>jar</packaging>
    <name>PicketLink IDM Auth</name>
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>

Modified: idm/branches/1.2.0/picketlink-idm-cache/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-cache/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/picketlink-idm-cache/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -2,12 +2,12 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR04-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>picketlink-idm-cache</artifactId>
-  <version>1.2.0.CR04-SNAPSHOT </version>
+  <version>1.2.0.CR01-SNAPSHOT</version>
    <packaging>jar</packaging>
    <name>PicketLink IDM Cache</name>
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>

Modified: idm/branches/1.2.0/picketlink-idm-common/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-common/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/picketlink-idm-common/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -2,12 +2,12 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR04-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>picketlink-idm-common</artifactId>
-  <version>1.2.0.CR04-SNAPSHOT </version>
+  <version>1.2.0.CR01-SNAPSHOT</version>
    <packaging>jar</packaging>
    <name>PicketLink IDM Common</name>
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>

Modified: idm/branches/1.2.0/picketlink-idm-core/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-core/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/picketlink-idm-core/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -2,12 +2,12 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR04-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>picketlink-idm-core</artifactId>
-  <version>1.2.0.CR04-SNAPSHOT </version>
+  <version>1.2.0.CR01-SNAPSHOT</version>
    <packaging>jar</packaging>
    <name>PicketLink IDM Implementation</name>
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>

Modified: idm/branches/1.2.0/picketlink-idm-docs/ReferenceGuide/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-docs/ReferenceGuide/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/picketlink-idm-docs/ReferenceGuide/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -2,14 +2,14 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR04-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../../parent</relativePath>
    </parent>
 
 
    <modelVersion>4.0.0</modelVersion>
    <artifactId>Reference-Guide-${translation}</artifactId>
-  <version>1.2.0.CR04-SNAPSHOT </version>
+  <version>1.2.0.CR01-SNAPSHOT</version>
    <packaging>jdocbook</packaging>
    <name>User Guide (${translation})</name>
   

Modified: idm/branches/1.2.0/picketlink-idm-docs/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-docs/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/picketlink-idm-docs/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -2,13 +2,13 @@
 <parent>
    <groupId>org.picketlink.idm</groupId>
    <artifactId>picketlink-idm-parent</artifactId>
-   <version>1.2.0.CR04-SNAPSHOT</version>
+   <version>1.2.0.CR01-SNAPSHOT</version>
    <relativePath>../parent</relativePath>
 </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.picketlink.docs</groupId>
    <artifactId>picketlink-idm-docs</artifactId>
-  <version>1.2.0.CR04-SNAPSHOT </version>
+  <version>1.2.0.CR01-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>PicketLink IDM Docs</name>
    <url>http://www.jboss.com/products/jbossidentity</url>

Modified: idm/branches/1.2.0/picketlink-idm-hibernate/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-hibernate/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/picketlink-idm-hibernate/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -2,12 +2,12 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR04-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>picketlink-idm-hibernate</artifactId>
-  <version>1.2.0.CR04-SNAPSHOT </version>
+  <version>1.2.0.CR01-SNAPSHOT</version>
    <packaging>jar</packaging>
    <name>PicketLink IDM Hibernate</name>
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>

Modified: idm/branches/1.2.0/picketlink-idm-ldap/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-ldap/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/picketlink-idm-ldap/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -2,12 +2,12 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR04-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>picketlink-idm-ldap</artifactId>
-  <version>1.2.0.CR04-SNAPSHOT </version>
+  <version>1.2.0.CR01-SNAPSHOT</version>
    <packaging>jar</packaging>
    <name>PicketLink IDM LDAP</name>
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>

Modified: idm/branches/1.2.0/picketlink-idm-spi/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-spi/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/picketlink-idm-spi/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -2,12 +2,12 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR04-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>picketlink-idm-spi</artifactId>
-  <version>1.2.0.CR04-SNAPSHOT </version>
+  <version>1.2.0.CR01-SNAPSHOT</version>
    <packaging>jar</packaging>
    <name>PicketLink IDM SPI</name>
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>

Modified: idm/branches/1.2.0/picketlink-idm-testsuite/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-testsuite/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/picketlink-idm-testsuite/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -2,12 +2,12 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR04-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>picketlink-idm-testsuite</artifactId>
-  <version>1.2.0.CR04-SNAPSHOT </version>
+  <version>1.2.0.CR01-SNAPSHOT</version>
    <packaging>jar</packaging>
    <name>PicketLink IDM Testsuite</name>
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>

Modified: idm/branches/1.2.0/pom.xml
===================================================================
--- idm/branches/1.2.0/pom.xml	2011-02-04 19:51:08 UTC (rev 725)
+++ idm/branches/1.2.0/pom.xml	2011-02-04 19:57:00 UTC (rev 726)
@@ -2,22 +2,22 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR04-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.picketlink.idm</groupId>
    <artifactId>jboss-identity-idm-pom</artifactId>
-  <version>1.2.0.CR04-SNAPSHOT </version>
+  <version>1.2.0.CR01-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>PicketLink IDM - Aggregator</name>
    <url>http://labs.jboss.org/portal/jbosssecurity/</url>
    <description />
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/branches/1.1.0</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm/branches/1.1.0</developerConnection>
-     <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/jboss-parent-5/picketlink-idm-parent/jboss-identity-idm-pom</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/branches/1.2.0</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm/branches/1.2.0</developerConnection>
+      <url>http://anonsvn.jboss.org/repos/picketlink/idm/</url>
   </scm>
 
    <profiles>



More information about the picketlink-commits mailing list