Picketlink SVN: r1317 - in idm/trunk: assembly and 23 other directories.
by picketlink-commits@lists.jboss.org
Author: bdaw
Date: 2011-11-01 14:12:25 -0400 (Tue, 01 Nov 2011)
New Revision: 1317
Modified:
idm/trunk/assembly/pom.xml
idm/trunk/example/auth-simple/pom.xml
idm/trunk/example/auth/pom.xml
idm/trunk/example/idm-servlet/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/common/pom.xml
idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml
idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml
idm/trunk/picketlink-idm-testsuite/integration/pom.xml
idm/trunk/picketlink-idm-testsuite/performance/pom.xml
idm/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: idm/trunk/assembly/pom.xml
===================================================================
--- idm/trunk/assembly/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/assembly/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
Modified: idm/trunk/example/auth/pom.xml
===================================================================
--- idm/trunk/example/auth/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/example/auth/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -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.3.0.GA</version>
+ <version>1.3.1.CR01-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 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/example/auth-simple/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -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.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<artifactId>example-auth-simple</artifactId>
<packaging>jar</packaging>
<name>Example - JEE authentication (using deployer)</name>
Modified: idm/trunk/example/idm-servlet/pom.xml
===================================================================
--- idm/trunk/example/idm-servlet/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/example/idm-servlet/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -3,7 +3,7 @@
<groupId>org.jboss</groupId>
<artifactId>jboss-idm-servlet</artifactId>
<packaging>war</packaging>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<name>JBoss Picketlink IDM servlet</name>
<url>http://maven.apache.org</url>
Modified: idm/trunk/example/simple/pom.xml
===================================================================
--- idm/trunk/example/simple/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/example/simple/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -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.3.0.GA</version>
+ <version>1.3.1.CR01-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 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/integration/deployer/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -6,11 +6,12 @@
<description>PicketLink IDM JBoss5 deployer</description>
<groupId>org.picketlink.idm.integration</groupId>
<artifactId>picketlink-idm-jboss5-deployer</artifactId>
+ <version>1.3.1.GA-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
</parent>
<properties>
Modified: idm/trunk/integration/jboss5/pom.xml
===================================================================
--- idm/trunk/integration/jboss5/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/integration/jboss5/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
</parent>
<dependencies>
Modified: idm/trunk/integration/pom.xml
===================================================================
--- idm/trunk/integration/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/integration/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -6,14 +6,14 @@
<description>PicketLink IDM Integration</description>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>pom</packaging>
<!-- Parent -->
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: idm/trunk/parent/pom.xml
===================================================================
--- idm/trunk/parent/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/parent/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -8,7 +8,7 @@
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
<packaging>pom</packaging>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<name>PicketLink IDM- Parent</name>
<description>PicketLink is a cross-cutting project that handles identity needs for the JEMS projects</description>
<licenses>
@@ -521,8 +521,8 @@
</dependencyManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3....</developerConnection>
- <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3.0.GA</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3....</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3.0.Alp...</url>
</scm>
</project>
Modified: idm/trunk/picketlink-idm-api/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-api/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/picketlink-idm-api/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-api</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM API</name>
<description>PicketLink IDM API contains the API to interact with the Identity Model.</description>
Modified: idm/trunk/picketlink-idm-auth/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-auth/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/picketlink-idm-auth/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-auth</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Auth</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-cache/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-cache/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/picketlink-idm-cache/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-cache</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Cache</name>
<description>PicketLink IDM Cache</description>
Modified: idm/trunk/picketlink-idm-common/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-common/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/picketlink-idm-common/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-common</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Common</name>
<description>PicketLink IDM Common</description>
Modified: idm/trunk/picketlink-idm-core/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-core/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/picketlink-idm-core/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-core</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Implementation</name>
<description>PicketLink IDM IMPL contains the implementation of the API and the Identity Model.</description>
Modified: idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,14 +2,14 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Reference-Guide-${translation}</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>User Guide (${translation})</name>
Modified: idm/trunk/picketlink-idm-docs/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-docs/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/picketlink-idm-docs/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.docs</groupId>
<artifactId>picketlink-idm-docs</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>pom</packaging>
<name>PicketLink IDM Docs</name>
<url>http://www.jboss.com/products/jbossidentity</url>
Modified: idm/trunk/picketlink-idm-hibernate/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-hibernate/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/picketlink-idm-hibernate/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-hibernate</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Hibernate</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-ldap/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-ldap/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/picketlink-idm-ldap/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-ldap</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM LDAP</name>
<description>PicketLink IDM LDAP</description>
Modified: idm/trunk/picketlink-idm-spi/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-spi/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/picketlink-idm-spi/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-spi</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM SPI</name>
<description>PicketLink SPI</description>
Modified: idm/trunk/picketlink-idm-testsuite/common/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/common/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/picketlink-idm-testsuite/common/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>common</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Testsuite Common</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>ldap</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Integration Testsuite - LDAP</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>ldap2</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>jar</packaging>
<name>PicketLink IDM Integration Testsuite - 2 LDAPs</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-testsuite/integration/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/integration/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/picketlink-idm-testsuite/integration/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>integration</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<name>PicketLink IDM Integration Testsuite</name>
<description>PicketLink IDM Integration Testsuite</description>
<packaging>pom</packaging>
Modified: idm/trunk/picketlink-idm-testsuite/performance/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/performance/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/picketlink-idm-testsuite/performance/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/trunk/pom.xml
===================================================================
--- idm/trunk/pom.xml 2011-11-01 18:12:07 UTC (rev 1316)
+++ idm/trunk/pom.xml 2011-11-01 18:12:25 UTC (rev 1317)
@@ -2,22 +2,22 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<relativePath>parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm</groupId>
<artifactId>jboss-identity-idm-pom</artifactId>
- <version>1.3.0.GA</version>
+ <version>1.3.1.CR01-SNAPSHOT</version>
<packaging>pom</packaging>
<name>PicketLink IDM - Aggregator</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
<description />
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/tags/1.3.0.GA</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm/tags/1.3.0.GA</developerConnection>
- <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3.0.GA</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm/trunk</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/jboss-par...</url>
</scm>
13 years, 2 months
Picketlink SVN: r1316 - idm/tags.
by picketlink-commits@lists.jboss.org
Author: bdaw
Date: 2011-11-01 14:12:07 -0400 (Tue, 01 Nov 2011)
New Revision: 1316
Added:
idm/tags/1.3.0.GA/
Log:
[maven-scm] copy for tag 1.3.0.GA
13 years, 2 months
Picketlink SVN: r1315 - in idm/trunk: assembly and 23 other directories.
by picketlink-commits@lists.jboss.org
Author: bdaw
Date: 2011-11-01 14:11:54 -0400 (Tue, 01 Nov 2011)
New Revision: 1315
Modified:
idm/trunk/assembly/pom.xml
idm/trunk/example/auth-simple/pom.xml
idm/trunk/example/auth/pom.xml
idm/trunk/example/idm-servlet/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/common/pom.xml
idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml
idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml
idm/trunk/picketlink-idm-testsuite/integration/pom.xml
idm/trunk/picketlink-idm-testsuite/performance/pom.xml
idm/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 1.3.0.GA
Modified: idm/trunk/assembly/pom.xml
===================================================================
--- idm/trunk/assembly/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/assembly/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../parent</relativePath>
</parent>
Modified: idm/trunk/example/auth/pom.xml
===================================================================
--- idm/trunk/example/auth/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/example/auth/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -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.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</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 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/example/auth-simple/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -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.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<artifactId>example-auth-simple</artifactId>
<packaging>jar</packaging>
<name>Example - JEE authentication (using deployer)</name>
Modified: idm/trunk/example/idm-servlet/pom.xml
===================================================================
--- idm/trunk/example/idm-servlet/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/example/idm-servlet/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -3,7 +3,7 @@
<groupId>org.jboss</groupId>
<artifactId>jboss-idm-servlet</artifactId>
<packaging>war</packaging>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<name>JBoss Picketlink IDM servlet</name>
<url>http://maven.apache.org</url>
Modified: idm/trunk/example/simple/pom.xml
===================================================================
--- idm/trunk/example/simple/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/example/simple/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -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.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</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 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/integration/deployer/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
</parent>
<properties>
Modified: idm/trunk/integration/jboss5/pom.xml
===================================================================
--- idm/trunk/integration/jboss5/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/integration/jboss5/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
</parent>
<dependencies>
Modified: idm/trunk/integration/pom.xml
===================================================================
--- idm/trunk/integration/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/integration/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -6,14 +6,14 @@
<description>PicketLink IDM Integration</description>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-integration</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<packaging>pom</packaging>
<!-- Parent -->
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: idm/trunk/parent/pom.xml
===================================================================
--- idm/trunk/parent/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/parent/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -8,7 +8,7 @@
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
<packaging>pom</packaging>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<name>PicketLink IDM- Parent</name>
<description>PicketLink is a cross-cutting project that handles identity needs for the JEMS projects</description>
<licenses>
@@ -521,8 +521,8 @@
</dependencyManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3....</developerConnection>
- <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3.0.Alp...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3....</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3.0.GA</url>
</scm>
</project>
Modified: idm/trunk/picketlink-idm-api/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-api/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/picketlink-idm-api/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-api</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<packaging>jar</packaging>
<name>PicketLink IDM API</name>
<description>PicketLink IDM API contains the API to interact with the Identity Model.</description>
Modified: idm/trunk/picketlink-idm-auth/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-auth/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/picketlink-idm-auth/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-auth</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<packaging>jar</packaging>
<name>PicketLink IDM Auth</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-cache/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-cache/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/picketlink-idm-cache/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-cache</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<packaging>jar</packaging>
<name>PicketLink IDM Cache</name>
<description>PicketLink IDM Cache</description>
Modified: idm/trunk/picketlink-idm-common/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-common/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/picketlink-idm-common/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-common</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<packaging>jar</packaging>
<name>PicketLink IDM Common</name>
<description>PicketLink IDM Common</description>
Modified: idm/trunk/picketlink-idm-core/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-core/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/picketlink-idm-core/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-core</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<packaging>jar</packaging>
<name>PicketLink IDM Implementation</name>
<description>PicketLink IDM IMPL contains the implementation of the API and the Identity Model.</description>
Modified: idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/picketlink-idm-docs/ReferenceGuide/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,14 +2,14 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Reference-Guide-${translation}</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<packaging>jdocbook</packaging>
<name>User Guide (${translation})</name>
Modified: idm/trunk/picketlink-idm-docs/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-docs/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/picketlink-idm-docs/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.docs</groupId>
<artifactId>picketlink-idm-docs</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<packaging>pom</packaging>
<name>PicketLink IDM Docs</name>
<url>http://www.jboss.com/products/jbossidentity</url>
Modified: idm/trunk/picketlink-idm-hibernate/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-hibernate/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/picketlink-idm-hibernate/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-hibernate</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<packaging>jar</packaging>
<name>PicketLink IDM Hibernate</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-ldap/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-ldap/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/picketlink-idm-ldap/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-ldap</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<packaging>jar</packaging>
<name>PicketLink IDM LDAP</name>
<description>PicketLink IDM LDAP</description>
Modified: idm/trunk/picketlink-idm-spi/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-spi/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/picketlink-idm-spi/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,12 +2,12 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>picketlink-idm-spi</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<packaging>jar</packaging>
<name>PicketLink IDM SPI</name>
<description>PicketLink SPI</description>
Modified: idm/trunk/picketlink-idm-testsuite/common/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/common/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/picketlink-idm-testsuite/common/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>common</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<packaging>jar</packaging>
<name>PicketLink IDM Testsuite Common</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/picketlink-idm-testsuite/integration/ldap/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>ldap</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<packaging>jar</packaging>
<name>PicketLink IDM Integration Testsuite - LDAP</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/picketlink-idm-testsuite/integration/ldap2/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>ldap2</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<packaging>jar</packaging>
<name>PicketLink IDM Integration Testsuite - 2 LDAPs</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
Modified: idm/trunk/picketlink-idm-testsuite/integration/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/integration/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/picketlink-idm-testsuite/integration/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,13 +2,13 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm.testsuite</groupId>
<artifactId>integration</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<name>PicketLink IDM Integration Testsuite</name>
<description>PicketLink IDM Integration Testsuite</description>
<packaging>pom</packaging>
Modified: idm/trunk/picketlink-idm-testsuite/performance/pom.xml
===================================================================
--- idm/trunk/picketlink-idm-testsuite/performance/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/picketlink-idm-testsuite/performance/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: idm/trunk/pom.xml
===================================================================
--- idm/trunk/pom.xml 2011-11-01 17:59:00 UTC (rev 1314)
+++ idm/trunk/pom.xml 2011-11-01 18:11:54 UTC (rev 1315)
@@ -2,22 +2,22 @@
<parent>
<groupId>org.picketlink.idm</groupId>
<artifactId>picketlink-idm-parent</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<relativePath>parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.picketlink.idm</groupId>
<artifactId>jboss-identity-idm-pom</artifactId>
- <version>1.3.0.CR01-SNAPSHOT</version>
+ <version>1.3.0.GA</version>
<packaging>pom</packaging>
<name>PicketLink IDM - Aggregator</name>
<url>http://labs.jboss.org/portal/jbosssecurity/</url>
<description />
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm/trunk</developerConnection>
- <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/jboss-par...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/picketlink/idm/tags/1.3.0.GA</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/picketlink/idm/tags/1.3.0.GA</developerConnection>
+ <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/1.3.0.GA</url>
</scm>
13 years, 2 months
Picketlink SVN: r1314 - idm/trunk/picketlink-idm-docs/ReferenceGuide/en.
by picketlink-commits@lists.jboss.org
Author: bdaw
Date: 2011-11-01 13:59:00 -0400 (Tue, 01 Nov 2011)
New Revision: 1314
Modified:
idm/trunk/picketlink-idm-docs/ReferenceGuide/en/ReferenceGuide.xml
Log:
update docs version
Modified: idm/trunk/picketlink-idm-docs/ReferenceGuide/en/ReferenceGuide.xml
===================================================================
--- idm/trunk/picketlink-idm-docs/ReferenceGuide/en/ReferenceGuide.xml 2011-10-20 11:30:31 UTC (rev 1313)
+++ idm/trunk/picketlink-idm-docs/ReferenceGuide/en/ReferenceGuide.xml 2011-11-01 17:59:00 UTC (rev 1314)
@@ -14,7 +14,7 @@
xmlns:xi="http://www.w3.org/2001/XInclude"/>
<releaseinfo>
- 1.2.0.GA
+ 1.3.0.GA
</releaseinfo>
13 years, 2 months