Author: bdaw
Date: 2010-09-24 05:27:41 -0400 (Fri, 24 Sep 2010)
New Revision: 418
Modified:
idm/branches/1.1.0/example/auth-simple/pom.xml
idm/branches/1.1.0/example/auth/pom.xml
idm/branches/1.1.0/example/simple/pom.xml
idm/branches/1.1.0/pom.xml
Log:
some cleanup in the build
Modified: idm/branches/1.1.0/example/auth/pom.xml
===================================================================
--- idm/branches/1.1.0/example/auth/pom.xml 2010-09-23 20:15:55 UTC (rev 417)
+++ idm/branches/1.1.0/example/auth/pom.xml 2010-09-24 09:27:41 UTC (rev 418)
@@ -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.1.5.CR03-SNAPSHOT</version>
+ <version>1.1.6.CR01-SNAPSHOT</version>
<artifactId>example-auth</artifactId>
<packaging>jar</packaging>
<name>Example - JEE authentication</name>
Modified: idm/branches/1.1.0/example/auth-simple/pom.xml
===================================================================
--- idm/branches/1.1.0/example/auth-simple/pom.xml 2010-09-23 20:15:55 UTC (rev 417)
+++ idm/branches/1.1.0/example/auth-simple/pom.xml 2010-09-24 09:27:41 UTC (rev 418)
@@ -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.1.5.CR03-SNAPSHOT</version>
+ <version>1.1.6.CR01-SNAPSHOT</version>
<artifactId>example-auth-simple</artifactId>
<packaging>jar</packaging>
<name>Example - JEE authentication (using deployer)</name>
Modified: idm/branches/1.1.0/example/simple/pom.xml
===================================================================
--- idm/branches/1.1.0/example/simple/pom.xml 2010-09-23 20:15:55 UTC (rev 417)
+++ idm/branches/1.1.0/example/simple/pom.xml 2010-09-24 09:27:41 UTC (rev 418)
@@ -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.1.5.CR03-SNAPSHOT</version>
+ <version>1.1.6.CR01-SNAPSHOT</version>
<artifactId>example-simple</artifactId>
<packaging>jar</packaging>
<name>Example - Simple PicketLink IDM Maven2 project</name>
Modified: idm/branches/1.1.0/pom.xml
===================================================================
--- idm/branches/1.1.0/pom.xml 2010-09-23 20:15:55 UTC (rev 417)
+++ idm/branches/1.1.0/pom.xml 2010-09-24 09:27:41 UTC (rev 418)
@@ -43,10 +43,10 @@
<profile>
<id>all</id>
<modules>
+ <module>assembly</module>
<module>example/simple</module>
<module>example/auth</module>
<module>example/auth-simple</module>
- <module>assembly</module>
</modules>
</profile>
<profile>