Author: bdaw
Date: 2009-11-19 11:38:23 -0500 (Thu, 19 Nov 2009)
New Revision: 1044
Modified:
migration/idm/trunk/assembly/pom.xml
migration/idm/trunk/example/auth-simple/pom.xml
migration/idm/trunk/example/auth/pom.xml
migration/idm/trunk/example/simple/pom.xml
migration/idm/trunk/integration/deployer/pom.xml
migration/idm/trunk/integration/jboss5/pom.xml
migration/idm/trunk/integration/pom.xml
migration/idm/trunk/parent/pom.xml
migration/idm/trunk/picketlink-idm-api/pom.xml
migration/idm/trunk/picketlink-idm-auth/pom.xml
migration/idm/trunk/picketlink-idm-cache/pom.xml
migration/idm/trunk/picketlink-idm-common/pom.xml
migration/idm/trunk/picketlink-idm-core/pom.xml
migration/idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml
migration/idm/trunk/picketlink-idm-docs/pom.xml
migration/idm/trunk/picketlink-idm-hibernate/pom.xml
migration/idm/trunk/picketlink-idm-ldap/pom.xml
migration/idm/trunk/picketlink-idm-spi/pom.xml
migration/idm/trunk/picketlink-idm-testsuite/pom.xml
migration/idm/trunk/pom.xml
Log:
1.0.0.CR1
Modified: migration/idm/trunk/assembly/pom.xml
===================================================================
--- migration/idm/trunk/assembly/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/assembly/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<packaging>pom</packaging>
<name>PicketLink IDM Assembly </name>
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<relativePath>../parent</relativePath>
</parent>
Modified: migration/idm/trunk/example/auth/pom.xml
===================================================================
--- migration/idm/trunk/example/auth/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/example/auth/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -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.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<artifactId>example-auth</artifactId>
<packaging>jar</packaging>
<name>Example - JEE authentication</name>
Modified: migration/idm/trunk/example/auth-simple/pom.xml
===================================================================
--- migration/idm/trunk/example/auth-simple/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/example/auth-simple/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -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.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<artifactId>example-auth-simple</artifactId>
<packaging>jar</packaging>
<name>Example - JEE authentication (using deployer)</name>
Modified: migration/idm/trunk/example/simple/pom.xml
===================================================================
--- migration/idm/trunk/example/simple/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/example/simple/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -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.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<artifactId>example-simple</artifactId>
<packaging>jar</packaging>
<name>Example - Simple PicketLink IDM Maven2 project</name>
Modified: migration/idm/trunk/integration/deployer/pom.xml
===================================================================
--- migration/idm/trunk/integration/deployer/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/integration/deployer/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -8,12 +8,12 @@
<groupId>org.picketlink.idm.integration</groupId>
<artifactId>picketlink-idm-jboss5-deployer</artifactId>
<packaging>jar</packaging>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
</parent>
<properties>
Modified: migration/idm/trunk/integration/jboss5/pom.xml
===================================================================
--- migration/idm/trunk/integration/jboss5/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/integration/jboss5/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -8,12 +8,12 @@
<groupId>org.picketlink.idm.integration</groupId>
<artifactId>picketlink-idm-jboss5</artifactId>
<packaging>jar</packaging>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
</parent>
<dependencies>
Modified: migration/idm/trunk/integration/pom.xml
===================================================================
--- migration/idm/trunk/integration/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/integration/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: migration/idm/trunk/parent/pom.xml
===================================================================
--- migration/idm/trunk/parent/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/parent/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -8,7 +8,7 @@
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</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: migration/idm/trunk/picketlink-idm-api/pom.xml
===================================================================
--- migration/idm/trunk/picketlink-idm-api/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/picketlink-idm-api/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: migration/idm/trunk/picketlink-idm-auth/pom.xml
===================================================================
--- migration/idm/trunk/picketlink-idm-auth/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/picketlink-idm-auth/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: migration/idm/trunk/picketlink-idm-cache/pom.xml
===================================================================
--- migration/idm/trunk/picketlink-idm-cache/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/picketlink-idm-cache/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: migration/idm/trunk/picketlink-idm-common/pom.xml
===================================================================
--- migration/idm/trunk/picketlink-idm-common/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/picketlink-idm-common/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: migration/idm/trunk/picketlink-idm-core/pom.xml
===================================================================
--- migration/idm/trunk/picketlink-idm-core/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/picketlink-idm-core/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: migration/idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml
===================================================================
--- migration/idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml 2009-11-19 16:25:38 UTC
(rev 1043)
+++ migration/idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml 2009-11-19 16:38:23 UTC
(rev 1044)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<relativePath>../../parent</relativePath>
</parent>
Modified: migration/idm/trunk/picketlink-idm-docs/pom.xml
===================================================================
--- migration/idm/trunk/picketlink-idm-docs/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/picketlink-idm-docs/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<relativePath>../parent</relativePath>
</parent>
Modified: migration/idm/trunk/picketlink-idm-hibernate/pom.xml
===================================================================
--- migration/idm/trunk/picketlink-idm-hibernate/pom.xml 2009-11-19 16:25:38 UTC (rev
1043)
+++ migration/idm/trunk/picketlink-idm-hibernate/pom.xml 2009-11-19 16:38:23 UTC (rev
1044)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: migration/idm/trunk/picketlink-idm-ldap/pom.xml
===================================================================
--- migration/idm/trunk/picketlink-idm-ldap/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/picketlink-idm-ldap/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: migration/idm/trunk/picketlink-idm-spi/pom.xml
===================================================================
--- migration/idm/trunk/picketlink-idm-spi/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/picketlink-idm-spi/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: migration/idm/trunk/picketlink-idm-testsuite/pom.xml
===================================================================
--- migration/idm/trunk/picketlink-idm-testsuite/pom.xml 2009-11-19 16:25:38 UTC (rev
1043)
+++ migration/idm/trunk/picketlink-idm-testsuite/pom.xml 2009-11-19 16:38:23 UTC (rev
1044)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: migration/idm/trunk/pom.xml
===================================================================
--- migration/idm/trunk/pom.xml 2009-11-19 16:25:38 UTC (rev 1043)
+++ migration/idm/trunk/pom.xml 2009-11-19 16:38:23 UTC (rev 1044)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1-SNAPSHOT</version>
+ <version>1.0.0-CR1</version>
<relativePath>parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,26 +14,31 @@
<
url>http://labs.jboss.org/portal/jbosssecurity/</url>
<description></description>
- <modules>
- <module>parent</module>
- <module>picketlink-idm-common</module>
- <module>picketlink-idm-spi</module>
- <module>picketlink-idm-api</module>
- <module>picketlink-idm-core</module>
- <module>picketlink-idm-hibernate</module>
- <module>picketlink-idm-ldap</module>
- <module>picketlink-idm-cache</module>
- <module>picketlink-idm-auth</module>
- <module>picketlink-idm-testsuite</module>
- <module>integration</module>
- <module>picketlink-idm-docs</module>
- <module>example/simple</module>
- <module>example/auth</module>
- <module>example/auth-simple</module>
- </modules>
-
<profiles>
<profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <modules>
+ <module>parent</module>
+ <module>picketlink-idm-common</module>
+ <module>picketlink-idm-spi</module>
+ <module>picketlink-idm-api</module>
+ <module>picketlink-idm-core</module>
+ <module>picketlink-idm-hibernate</module>
+ <module>picketlink-idm-ldap</module>
+ <module>picketlink-idm-cache</module>
+ <module>picketlink-idm-auth</module>
+ <module>picketlink-idm-testsuite</module>
+ <module>integration</module>
+ <module>picketlink-idm-docs</module>
+ <module>example/simple</module>
+ <module>example/auth</module>
+ <module>example/auth-simple</module>
+ </modules>
+ </profile>
+ <profile>
<id>distro</id>
<modules>
<module>parent</module>
@@ -46,8 +51,10 @@
<module>picketlink-idm-cache</module>
<module>picketlink-idm-auth</module>
<module>picketlink-idm-testsuite</module>
+ <module>picketlink-idm-docs</module>
<module>integration</module>
<module>assembly</module>
+
</modules>
<properties>
<skipTests>true</skipTests>