Author: bdaw
Date: 2010-08-11 07:23:02 -0400 (Wed, 11 Aug 2010)
New Revision: 373
Modified:
idm/branches/1.1.0/assembly/pom.xml
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/integration/deployer/pom.xml
idm/branches/1.1.0/integration/jboss5/pom.xml
idm/branches/1.1.0/integration/pom.xml
idm/branches/1.1.0/parent/pom.xml
idm/branches/1.1.0/picketlink-idm-api/pom.xml
idm/branches/1.1.0/picketlink-idm-auth/pom.xml
idm/branches/1.1.0/picketlink-idm-cache/pom.xml
idm/branches/1.1.0/picketlink-idm-common/pom.xml
idm/branches/1.1.0/picketlink-idm-core/pom.xml
idm/branches/1.1.0/picketlink-idm-docs/ReferenceGuide/pom.xml
idm/branches/1.1.0/picketlink-idm-docs/pom.xml
idm/branches/1.1.0/picketlink-idm-hibernate/pom.xml
idm/branches/1.1.0/picketlink-idm-ldap/pom.xml
idm/branches/1.1.0/picketlink-idm-spi/pom.xml
idm/branches/1.1.0/picketlink-idm-testsuite/pom.xml
idm/branches/1.1.0/pom.xml
Log:
[maven-release-plugin] prepare release 1.1.5.CR02
Modified: idm/branches/1.1.0/assembly/pom.xml
===================================================================
--- idm/branches/1.1.0/assembly/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/assembly/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -1,6 +1,4 @@
-<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">
+<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</groupId>
<artifactId>picketlink-idm</artifactId>
@@ -10,7 +8,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<relativePath>../parent</relativePath>
</parent>
@@ -134,9 +132,8 @@
</goals>
<configuration>
<tasks>
- <property name="maven.runtime.classpath"
refid="maven.compile.classpath"/>
- <ant antfile="scripts/antrun-schema.xml"
- target="create-schema">
+ <property name="maven.runtime.classpath"
refid="maven.compile.classpath" />
+ <ant antfile="scripts/antrun-schema.xml"
target="create-schema">
</ant>
</tasks>
</configuration>
Modified: idm/branches/1.1.0/example/auth/pom.xml
===================================================================
--- idm/branches/1.1.0/example/auth/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/example/auth/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -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.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<artifactId>example-auth</artifactId>
<packaging>jar</packaging>
<name>Example - JEE authentication</name>
@@ -116,7 +116,7 @@
<groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
<artifactId>maven-antrun-extended-plugin</artifactId>
<version>1.13</version>
- <dependencies/>
+ <dependencies />
<executions>
<execution>
<id>install</id>
@@ -124,44 +124,38 @@
<configuration>
<tasks>
- <jar
destfile="${basedir}/target/classes/simple-populator.jar"
- basedir="${basedir}/target/classes/"
- includes="**/*.class"/>
+ <jar
destfile="${basedir}/target/classes/simple-populator.jar"
basedir="${basedir}/target/classes/" includes="**/*.class" />
<!-- Exploded -->
<copy
todir="${basedir}/target/idm-example-auth-exploded.sar">
- <fileset dir="${basedir}/target/classes"/>
+ <fileset dir="${basedir}/target/classes" />
</copy>
<!-- Packed -->
- <jar
destfile="${basedir}/target/idm-example-auth.war"
-
basedir="${basedir}/target/classes/idm-example-auth.war"/>
+ <jar
destfile="${basedir}/target/idm-example-auth.war"
basedir="${basedir}/target/classes/idm-example-auth.war" />
<jar
destfile="${basedir}/target/idm-example-auth.sar">
- <fileset dir="${basedir}/target/classes/"
- excludes="idm-example-auth.war/**"/>
- <fileset dir="${basedir}/target/"
- includes="idm-example-auth.war"/>
+ <fileset dir="${basedir}/target/classes/"
excludes="idm-example-auth.war/**" />
+ <fileset dir="${basedir}/target/"
includes="idm-example-auth.war" />
</jar>
<!--<property name="artifact.to.copy"-->
-
<!--value="${basedir}/target/idm-example-auth-exploded.sar"/>-->
+
<!--value="${basedir}/target/idm-example-auth-exploded.sar" />-->
<!--<property name="toArtifact"-->
-
<!--value="idm-example-auth.sar-exploded"/>-->
+ <!--value="idm-example-auth.sar-exploded"
/>-->
- <property name="artifact.to.copy"
-
value="${basedir}/target/idm-example-auth.sar"/>
+ <property name="artifact.to.copy"
value="${basedir}/target/idm-example-auth.sar" />
<ant antfile="${basedir}/build-deploy.xml">
- <target name="deploy"/>
+ <target name="deploy" />
</ant>
</tasks>
Modified: idm/branches/1.1.0/example/auth-simple/pom.xml
===================================================================
--- idm/branches/1.1.0/example/auth-simple/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/example/auth-simple/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -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.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</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-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/example/simple/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -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.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<artifactId>example-simple</artifactId>
<packaging>jar</packaging>
<name>Example - Simple PicketLink IDM Maven2 project</name>
Modified: idm/branches/1.1.0/integration/deployer/pom.xml
===================================================================
--- idm/branches/1.1.0/integration/deployer/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/integration/deployer/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
</parent>
<properties>
Modified: idm/branches/1.1.0/integration/jboss5/pom.xml
===================================================================
--- idm/branches/1.1.0/integration/jboss5/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/integration/jboss5/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
</parent>
<dependencies>
Modified: idm/branches/1.1.0/integration/pom.xml
===================================================================
--- idm/branches/1.1.0/integration/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/integration/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -12,7 +12,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: idm/branches/1.1.0/parent/pom.xml
===================================================================
--- idm/branches/1.1.0/parent/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/parent/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -8,7 +8,7 @@
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
<packaging>pom</packaging>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</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>
@@ -521,4 +521,10 @@
</dependencies>
</dependencyManagement>
+
+ <scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/maven/poms/jboss-par...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/maven/poms/jbo...
+
<
url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1....
+ </scm>
</project>
Modified: idm/branches/1.1.0/picketlink-idm-api/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-api/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/picketlink-idm-api/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -54,7 +54,7 @@
-breakiterator
-windowtitle "${project.name} ${project.version} API
Reference"
-doctitle "${project.name} ${project.version} API Reference"
- -bottom "Copyright © ${project.inceptionYear}-Present
${project.organization.name}. All Rights Reserved."
+ -bottom "Copyright © ${project.inceptionYear}-Present
${project.organization.name}. All Rights Reserved."
-link
http://java.sun.com/javase/6/docs/api/
-sourceclasspath ${project.build.outputDirectory}
</additionalparam>
Modified: idm/branches/1.1.0/picketlink-idm-auth/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-auth/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/picketlink-idm-auth/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -83,7 +83,7 @@
-breakiterator
-windowtitle "${project.name} ${project.version} API
Reference"
-doctitle "${project.name} ${project.version} API Reference"
- -bottom "Copyright © ${project.inceptionYear}-Present
${project.organization.name}. All Rights Reserved."
+ -bottom "Copyright © ${project.inceptionYear}-Present
${project.organization.name}. All Rights Reserved."
-link
http://java.sun.com/javase/6/docs/api/
-sourceclasspath ${project.build.outputDirectory}
</additionalparam>
Modified: idm/branches/1.1.0/picketlink-idm-cache/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-cache/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/picketlink-idm-cache/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/branches/1.1.0/picketlink-idm-common/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-common/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/picketlink-idm-common/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -62,7 +62,7 @@
-breakiterator
-windowtitle "${project.name} ${project.version} API
Reference"
-doctitle "${project.name} ${project.version} API Reference"
- -bottom "Copyright © ${project.inceptionYear}-Present
${project.organization.name}. All Rights Reserved."
+ -bottom "Copyright © ${project.inceptionYear}-Present
${project.organization.name}. All Rights Reserved."
-link
http://java.sun.com/javase/6/docs/api/
-sourceclasspath ${project.build.outputDirectory}
</additionalparam>
Modified: idm/branches/1.1.0/picketlink-idm-core/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-core/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/picketlink-idm-core/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/branches/1.1.0/picketlink-idm-docs/ReferenceGuide/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-docs/ReferenceGuide/pom.xml 2010-08-10 19:19:23 UTC
(rev 372)
+++ idm/branches/1.1.0/picketlink-idm-docs/ReferenceGuide/pom.xml 2010-08-11 11:23:02 UTC
(rev 373)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<relativePath>../../parent</relativePath>
</parent>
Modified: idm/branches/1.1.0/picketlink-idm-docs/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-docs/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/picketlink-idm-docs/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/branches/1.1.0/picketlink-idm-hibernate/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-hibernate/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/picketlink-idm-hibernate/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/branches/1.1.0/picketlink-idm-ldap/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-ldap/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/picketlink-idm-ldap/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/branches/1.1.0/picketlink-idm-spi/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-spi/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/picketlink-idm-spi/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -55,7 +55,7 @@
-breakiterator
-windowtitle "${project.name} ${project.version} API
Reference"
-doctitle "${project.name} ${project.version} API Reference"
- -bottom "Copyright © ${project.inceptionYear}-Present
${project.organization.name}. All Rights Reserved."
+ -bottom "Copyright © ${project.inceptionYear}-Present
${project.organization.name}. All Rights Reserved."
-link
http://java.sun.com/javase/6/docs/api/
-sourceclasspath ${project.build.outputDirectory}
</additionalparam>
Modified: idm/branches/1.1.0/picketlink-idm-testsuite/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-testsuite/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/picketlink-idm-testsuite/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/branches/1.1.0/pom.xml
===================================================================
--- idm/branches/1.1.0/pom.xml 2010-08-10 19:19:23 UTC (rev 372)
+++ idm/branches/1.1.0/pom.xml 2010-08-11 11:23:02 UTC (rev 373)
@@ -1,9 +1,8 @@
-<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">
+<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">
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.CR02-SNAPSHOT</version>
+ <version>1.1.5.CR02</version>
<relativePath>parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -12,12 +11,13 @@
<packaging>pom</packaging>
<name>PicketLink IDM - Aggregator</name>
<
url>http://labs.jboss.org/portal/jbosssecurity/</url>
- <description></description>
+ <description />
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/branc...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm...
- </scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/tags/...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm...
+
<
url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1....
+ </scm>
<profiles>
<profile>