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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 4 14:06:25 EST 2011


Author: bdaw
Date: 2011-02-04 14:06:25 -0500 (Fri, 04 Feb 2011)
New Revision: 716

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
Log:
- fighting with release plugin...

Modified: idm/branches/1.2.0/assembly/pom.xml
===================================================================
--- idm/branches/1.2.0/assembly/pom.xml	2011-02-04 17:43:32 UTC (rev 715)
+++ idm/branches/1.2.0/assembly/pom.xml	2011-02-04 19:06:25 UTC (rev 716)
@@ -8,7 +8,7 @@
    <parent>
       <groupId>org.picketlink.idm</groupId>
       <artifactId>picketlink-idm-parent</artifactId>
-      <version>1.2.0.CR01-SNAPSHOT</version>
+      <version>1.2.0.CR02-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:43:32 UTC (rev 715)
+++ idm/branches/1.2.0/example/auth/pom.xml	2011-02-04 19:06:25 UTC (rev 716)
@@ -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.CR01-SNAPSHOT</version>
+   <version>1.2.0.CR02-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:43:32 UTC (rev 715)
+++ idm/branches/1.2.0/example/auth-simple/pom.xml	2011-02-04 19:06:25 UTC (rev 716)
@@ -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.CR01-SNAPSHOT</version>
+   <version>1.2.0.CR02-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:43:32 UTC (rev 715)
+++ idm/branches/1.2.0/example/simple/pom.xml	2011-02-04 19:06:25 UTC (rev 716)
@@ -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.CR01-SNAPSHOT</version>
+   <version>1.2.0.CR02-SNAPSHOT</version>
    <artifactId>example-simple</artifactId>
    <packaging>jar</packaging>
    <name>Example - Simple PicketLink IDM Maven2 project</name>



More information about the jboss-cvs-commits mailing list