[jboss-cvs] Picketlink SVN: r712 - in idm/branches/1.2.0: example/auth and 15 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 4 12:32:48 EST 2011


Author: bdaw
Date: 2011-02-04 12:32:48 -0500 (Fri, 04 Feb 2011)
New Revision: 712

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/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-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
Log:
- revert after bad release

Modified: idm/branches/1.2.0/assembly/pom.xml
===================================================================
--- idm/branches/1.2.0/assembly/pom.xml	2011-02-04 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/assembly/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -8,7 +8,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR02-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 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/example/auth/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -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.CR02-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 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/example/auth-simple/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -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.CR02-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 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/example/simple/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -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.CR02-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 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/integration/deployer/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -10,7 +10,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-integration</artifactId>
-      <version>1.2.0.CR02-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 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/integration/jboss5/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -10,7 +10,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-integration</artifactId>
-      <version>1.2.0.CR02-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 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/integration/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -12,7 +12,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR02-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent/pom.xml</relativePath>
    </parent>
 

Modified: idm/branches/1.2.0/picketlink-idm-api/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-api/pom.xml	2011-02-04 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/picketlink-idm-api/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR02-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: idm/branches/1.2.0/picketlink-idm-auth/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-auth/pom.xml	2011-02-04 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/picketlink-idm-auth/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR02-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: idm/branches/1.2.0/picketlink-idm-cache/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-cache/pom.xml	2011-02-04 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/picketlink-idm-cache/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR02-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: idm/branches/1.2.0/picketlink-idm-core/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-core/pom.xml	2011-02-04 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/picketlink-idm-core/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR02-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

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 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/picketlink-idm-docs/ReferenceGuide/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR02-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../../parent</relativePath>
    </parent>
 

Modified: idm/branches/1.2.0/picketlink-idm-docs/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-docs/pom.xml	2011-02-04 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/picketlink-idm-docs/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -2,7 +2,7 @@
 <parent>
    <groupId>org.picketlink.idm</groupId>
    <artifactId>picketlink-idm-parent</artifactId>
-   <version>1.2.0.CR02-SNAPSHOT</version>
+   <version>1.2.0.CR01-SNAPSHOT</version>
    <relativePath>../parent</relativePath>
 </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: idm/branches/1.2.0/picketlink-idm-hibernate/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-hibernate/pom.xml	2011-02-04 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/picketlink-idm-hibernate/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR02-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: idm/branches/1.2.0/picketlink-idm-ldap/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-ldap/pom.xml	2011-02-04 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/picketlink-idm-ldap/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR02-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: idm/branches/1.2.0/picketlink-idm-spi/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-spi/pom.xml	2011-02-04 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/picketlink-idm-spi/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR02-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

Modified: idm/branches/1.2.0/picketlink-idm-testsuite/pom.xml
===================================================================
--- idm/branches/1.2.0/picketlink-idm-testsuite/pom.xml	2011-02-04 17:26:29 UTC (rev 711)
+++ idm/branches/1.2.0/picketlink-idm-testsuite/pom.xml	2011-02-04 17:32:48 UTC (rev 712)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR02-SNAPSHOT</version>
+      <version>1.2.0.CR01-SNAPSHOT</version>
       <relativePath>../parent</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>



More information about the jboss-cvs-commits mailing list