Author: bdaw
Date: 2009-11-19 12:00:02 -0500 (Thu, 19 Nov 2009)
New Revision: 1046
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:
switch back to snapshot
Modified: migration/idm/trunk/assembly/pom.xml
===================================================================
--- migration/idm/trunk/assembly/pom.xml 2009-11-19 16:48:07 UTC (rev 1045)
+++ migration/idm/trunk/assembly/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</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</version>
+ <version>1.0.0-CR1-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
Modified: migration/idm/trunk/example/auth/pom.xml
===================================================================
--- migration/idm/trunk/example/auth/pom.xml 2009-11-19 16:48:07 UTC (rev 1045)
+++ migration/idm/trunk/example/auth/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -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</version>
+ <version>1.0.0-CR1-SNAPSHOT</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:48:07 UTC (rev 1045)
+++ migration/idm/trunk/example/auth-simple/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -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</version>
+ <version>1.0.0-CR1-SNAPSHOT</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:48:07 UTC (rev 1045)
+++ migration/idm/trunk/example/simple/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -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</version>
+ <version>1.0.0-CR1-SNAPSHOT</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:48:07 UTC (rev 1045)
+++ migration/idm/trunk/integration/deployer/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -8,12 +8,12 @@
<groupId>org.picketlink.idm.integration</groupId>
<artifactId>picketlink-idm-jboss5-deployer</artifactId>
<packaging>jar</packaging>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</version>
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</version>
</parent>
<properties>
Modified: migration/idm/trunk/integration/jboss5/pom.xml
===================================================================
--- migration/idm/trunk/integration/jboss5/pom.xml 2009-11-19 16:48:07 UTC (rev 1045)
+++ migration/idm/trunk/integration/jboss5/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -8,12 +8,12 @@
<groupId>org.picketlink.idm.integration</groupId>
<artifactId>picketlink-idm-jboss5</artifactId>
<packaging>jar</packaging>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</version>
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</version>
</parent>
<dependencies>
Modified: migration/idm/trunk/integration/pom.xml
===================================================================
--- migration/idm/trunk/integration/pom.xml 2009-11-19 16:48:07 UTC (rev 1045)
+++ migration/idm/trunk/integration/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: migration/idm/trunk/parent/pom.xml
===================================================================
--- migration/idm/trunk/parent/pom.xml 2009-11-19 16:48:07 UTC (rev 1045)
+++ migration/idm/trunk/parent/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -8,7 +8,7 @@
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-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: migration/idm/trunk/picketlink-idm-api/pom.xml
===================================================================
--- migration/idm/trunk/picketlink-idm-api/pom.xml 2009-11-19 16:48:07 UTC (rev 1045)
+++ migration/idm/trunk/picketlink-idm-api/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</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:48:07 UTC (rev 1045)
+++ migration/idm/trunk/picketlink-idm-auth/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</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:48:07 UTC (rev 1045)
+++ migration/idm/trunk/picketlink-idm-cache/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</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:48:07 UTC (rev 1045)
+++ migration/idm/trunk/picketlink-idm-common/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</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:48:07 UTC (rev 1045)
+++ migration/idm/trunk/picketlink-idm-core/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</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:48:07 UTC
(rev 1045)
+++ migration/idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml 2009-11-19 17:00:02 UTC
(rev 1046)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</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:48:07 UTC (rev 1045)
+++ migration/idm/trunk/picketlink-idm-docs/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</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:48:07 UTC (rev
1045)
+++ migration/idm/trunk/picketlink-idm-hibernate/pom.xml 2009-11-19 17:00:02 UTC (rev
1046)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</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:48:07 UTC (rev 1045)
+++ migration/idm/trunk/picketlink-idm-ldap/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</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:48:07 UTC (rev 1045)
+++ migration/idm/trunk/picketlink-idm-spi/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</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:48:07 UTC (rev
1045)
+++ migration/idm/trunk/picketlink-idm-testsuite/pom.xml 2009-11-19 17:00:02 UTC (rev
1046)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</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:48:07 UTC (rev 1045)
+++ migration/idm/trunk/pom.xml 2009-11-19 17:00:02 UTC (rev 1046)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.0.0-CR1</version>
+ <version>1.0.0-CR1-SNAPSHOT</version>
<relativePath>parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>