Author: bdaw
Date: 2010-08-25 17:17:40 -0400 (Wed, 25 Aug 2010)
New Revision: 388
Modified:
idm/branches/1.1.0/assembly/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 for next development iteration
Modified: idm/branches/1.1.0/assembly/pom.xml
===================================================================
--- idm/branches/1.1.0/assembly/pom.xml 2010-08-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/assembly/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
Modified: idm/branches/1.1.0/integration/deployer/pom.xml
===================================================================
--- idm/branches/1.1.0/integration/deployer/pom.xml 2010-08-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/integration/deployer/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</version>
</parent>
<properties>
Modified: idm/branches/1.1.0/integration/jboss5/pom.xml
===================================================================
--- idm/branches/1.1.0/integration/jboss5/pom.xml 2010-08-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/integration/jboss5/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</version>
</parent>
<dependencies>
Modified: idm/branches/1.1.0/integration/pom.xml
===================================================================
--- idm/branches/1.1.0/integration/pom.xml 2010-08-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/integration/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -12,7 +12,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</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-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/parent/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -8,7 +8,7 @@
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
<packaging>pom</packaging>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-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>
@@ -520,10 +520,4 @@
</dependency>
</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-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/picketlink-idm-api/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/branches/1.1.0/picketlink-idm-auth/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-auth/pom.xml 2010-08-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/picketlink-idm-auth/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/branches/1.1.0/picketlink-idm-cache/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-cache/pom.xml 2010-08-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/picketlink-idm-cache/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</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-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/picketlink-idm-common/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/branches/1.1.0/picketlink-idm-core/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-core/pom.xml 2010-08-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/picketlink-idm-core/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</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-25 21:17:09 UTC
(rev 387)
+++ idm/branches/1.1.0/picketlink-idm-docs/ReferenceGuide/pom.xml 2010-08-25 21:17:40 UTC
(rev 388)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</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-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/picketlink-idm-docs/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</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-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/picketlink-idm-hibernate/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</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-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/picketlink-idm-ldap/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</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-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/picketlink-idm-spi/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/branches/1.1.0/picketlink-idm-testsuite/pom.xml
===================================================================
--- idm/branches/1.1.0/picketlink-idm-testsuite/pom.xml 2010-08-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/picketlink-idm-testsuite/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</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-25 21:17:09 UTC (rev 387)
+++ idm/branches/1.1.0/pom.xml 2010-08-25 21:17:40 UTC (rev 388)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.1.5.GA</version>
+ <version>1.1.6.CR01-SNAPSHOT</version>
<relativePath>parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,9 +14,9 @@
<description />
<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....
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/branc...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm...
+
<
url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/jb...
</scm>
<profiles>