Author: bdaw
Date: 2010-08-10 11:18:26 -0400 (Tue, 10 Aug 2010)
New Revision: 360
Modified:
idm/trunk/assembly/pom.xml
idm/trunk/example/auth-simple/pom.xml
idm/trunk/example/auth/pom.xml
idm/trunk/example/simple/pom.xml
idm/trunk/integration/deployer/pom.xml
idm/trunk/integration/jboss5/pom.xml
idm/trunk/integration/pom.xml
idm/trunk/parent/pom.xml
idm/trunk/picketlink-idm-api/pom.xml
idm/trunk/picketlink-idm-auth/pom.xml
idm/trunk/picketlink-idm-cache/pom.xml
idm/trunk/picketlink-idm-common/pom.xml
idm/trunk/picketlink-idm-core/pom.xml
idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml
idm/trunk/picketlink-idm-docs/pom.xml
idm/trunk/picketlink-idm-hibernate/pom.xml
idm/trunk/picketlink-idm-ldap/pom.xml
idm/trunk/picketlink-idm-spi/pom.xml
idm/trunk/picketlink-idm-testsuite/pom.xml
idm/trunk/pom.xml
Log:
[maven-release-plugin] rollback the release of jboss-identity-idm-pom-1.5.0.Alpha02
Modified: idm/trunk/assembly/pom.xml
===================================================================
--- idm/trunk/assembly/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/assembly/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -1,4 +1,6 @@
-<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>
<artifactId>picketlink-idm</artifactId>
<packaging>pom</packaging>
@@ -7,7 +9,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
@@ -131,8 +133,9 @@
</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/trunk/example/auth/pom.xml
===================================================================
--- idm/trunk/example/auth/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/example/auth/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -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.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
<artifactId>example-auth</artifactId>
<packaging>jar</packaging>
<name>Example - JEE authentication</name>
Modified: idm/trunk/example/auth-simple/pom.xml
===================================================================
--- idm/trunk/example/auth-simple/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/example/auth-simple/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -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.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
<artifactId>example-auth-simple</artifactId>
<packaging>jar</packaging>
<name>Example - JEE authentication (using deployer)</name>
Modified: idm/trunk/example/simple/pom.xml
===================================================================
--- idm/trunk/example/simple/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/example/simple/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -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.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
<artifactId>example-simple</artifactId>
<packaging>jar</packaging>
<name>Example - Simple PicketLink IDM Maven2 project</name>
Modified: idm/trunk/integration/deployer/pom.xml
===================================================================
--- idm/trunk/integration/deployer/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/integration/deployer/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
</parent>
<properties>
Modified: idm/trunk/integration/jboss5/pom.xml
===================================================================
--- idm/trunk/integration/jboss5/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/integration/jboss5/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -11,7 +11,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
</parent>
<dependencies>
Modified: idm/trunk/integration/pom.xml
===================================================================
--- idm/trunk/integration/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/integration/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -13,7 +13,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: idm/trunk/parent/pom.xml
===================================================================
--- idm/trunk/parent/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/parent/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -8,7 +8,7 @@
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
<packaging>pom</packaging>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-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>
@@ -23,10 +23,9 @@
<url>http://www.jboss.org</url>
</organization>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossidentity/tags/j...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossidentity/...
-
<
url>scm:svn:https://svn.jboss.org/repos/jbossidentity/tags/jboss-ident...
- </scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/trunk...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm...
+ </scm>
<build>
<plugins>
Modified: idm/trunk/picketlink-idm-api/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-api/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/picketlink-idm-api/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</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/trunk/picketlink-idm-auth/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-auth/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/picketlink-idm-auth/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</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/trunk/picketlink-idm-cache/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-cache/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/picketlink-idm-cache/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/trunk/picketlink-idm-common/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-common/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/picketlink-idm-common/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -61,7 +61,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/trunk/picketlink-idm-core/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-core/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/picketlink-idm-core/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml 2010-08-10 15:07:12 UTC (rev
359)
+++ idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml 2010-08-10 15:18:26 UTC (rev
360)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
Modified: idm/trunk/picketlink-idm-docs/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-docs/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/picketlink-idm-docs/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/trunk/picketlink-idm-hibernate/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-hibernate/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/picketlink-idm-hibernate/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/trunk/picketlink-idm-ldap/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-ldap/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/picketlink-idm-ldap/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/trunk/picketlink-idm-spi/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-spi/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/picketlink-idm-spi/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</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/trunk/picketlink-idm-testsuite/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/picketlink-idm-testsuite/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/trunk/pom.xml
===================================================================
--- idm/trunk/pom.xml 2010-08-10 15:07:12 UTC (rev 359)
+++ idm/trunk/pom.xml 2010-08-10 15:18:26 UTC (rev 360)
@@ -1,8 +1,9 @@
-<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.5.0.Alpha02</version>
+ <version>1.5.0.Alpha02-SNAPSHOT</version>
<relativePath>parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -10,7 +11,7 @@
<packaging>pom</packaging>
<name>PicketLink IDM - Aggregator</name>
<
url>http://labs.jboss.org/portal/jbosssecurity/</url>
- <description />
+ <description></description>
<profiles>
<profile>