gatein SVN: r6911 - portal/branches.
by do-not-reply@jboss.org
Author: nscavell
Date: 2011-07-21 22:50:13 -0400 (Thu, 21 Jul 2011)
New Revision: 6911
Added:
portal/branches/gatein-management/
Log:
Creating branch for mop management extension
13 years, 5 months
gatein SVN: r6910 - in epp/sso/branches/1.0-epp-5.1-Branch: agent and 12 other directories.
by do-not-reply@jboss.org
Author: theute
Date: 2011-07-21 12:57:34 -0400 (Thu, 21 Jul 2011)
New Revision: 6910
Modified:
epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml
Log:
Prepare for next iteration
Modified: epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml 2011-07-21 16:55:11 UTC (rev 6909)
+++ epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml 2011-07-21 16:57:34 UTC (rev 6910)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml 2011-07-21 16:55:11 UTC (rev 6909)
+++ epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml 2011-07-21 16:57:34 UTC (rev 6910)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml 2011-07-21 16:55:11 UTC (rev 6909)
+++ epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml 2011-07-21 16:57:34 UTC (rev 6910)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml 2011-07-21 16:55:11 UTC (rev 6909)
+++ epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml 2011-07-21 16:57:34 UTC (rev 6910)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-plugin</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -23,12 +23,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml 2011-07-21 16:55:11 UTC (rev 6909)
+++ epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml 2011-07-21 16:57:34 UTC (rev 6910)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</parent>
<name>GateIn SSO - CAS</name>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml 2011-07-21 16:55:11 UTC (rev 6909)
+++ epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml 2011-07-21 16:57:34 UTC (rev 6910)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml 2011-07-21 16:55:11 UTC (rev 6909)
+++ epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml 2011-07-21 16:57:34 UTC (rev 6910)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -54,12 +54,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-plugin</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>apache-log4j</groupId>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml 2011-07-21 16:55:11 UTC (rev 6909)
+++ epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml 2011-07-21 16:57:34 UTC (rev 6910)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</parent>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml 2011-07-21 16:55:11 UTC (rev 6909)
+++ epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml 2011-07-21 16:57:34 UTC (rev 6910)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml 2011-07-21 16:55:11 UTC (rev 6909)
+++ epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml 2011-07-21 16:57:34 UTC (rev 6910)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-plugin</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -28,12 +28,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml 2011-07-21 16:55:11 UTC (rev 6909)
+++ epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml 2011-07-21 16:57:34 UTC (rev 6910)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</parent>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml 2011-07-21 16:55:11 UTC (rev 6909)
+++ epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml 2011-07-21 16:57:34 UTC (rev 6910)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,12 +14,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>spnego</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.security</groupId>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/pom.xml 2011-07-21 16:55:11 UTC (rev 6909)
+++ epp/sso/branches/1.0-epp-5.1-Branch/pom.xml 2011-07-21 16:57:34 UTC (rev 6910)
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
@@ -25,9 +25,9 @@
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/epp/sso/tags/1.0.2-epp-CR01</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/epp/sso/tags/1.0.2-epp-CR01</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/epp/sso/tags/1.0.2-epp-CR01</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/epp/sso/branches/1.0-epp-5....</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/epp/sso/branches/1.0-epp-5.1-Br...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/epp/sso/branches/1.0-epp-5.1-Branch</url>
</scm>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml 2011-07-21 16:55:11 UTC (rev 6909)
+++ epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml 2011-07-21 16:57:34 UTC (rev 6910)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-CR01</version>
+ <version>1.0.2-epp-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
13 years, 5 months
gatein SVN: r6909 - epp/sso/tags.
by do-not-reply@jboss.org
Author: theute
Date: 2011-07-21 12:55:11 -0400 (Thu, 21 Jul 2011)
New Revision: 6909
Added:
epp/sso/tags/1.0.2-epp-CR01/
Log:
tagging 1.0.2-epp-CR01
13 years, 5 months
gatein SVN: r6908 - in epp/sso/branches/1.0-epp-5.1-Branch: agent and 12 other directories.
by do-not-reply@jboss.org
Author: theute
Date: 2011-07-21 12:53:45 -0400 (Thu, 21 Jul 2011)
New Revision: 6908
Modified:
epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/pom.xml
epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml
Log:
Prepare for release
Modified: epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml 2011-07-21 16:38:31 UTC (rev 6907)
+++ epp/sso/branches/1.0-epp-5.1-Branch/agent/pom.xml 2011-07-21 16:53:45 UTC (rev 6908)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml 2011-07-21 16:38:31 UTC (rev 6907)
+++ epp/sso/branches/1.0-epp-5.1-Branch/auth-callback/pom.xml 2011-07-21 16:53:45 UTC (rev 6908)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml 2011-07-21 16:38:31 UTC (rev 6907)
+++ epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-plugin/pom.xml 2011-07-21 16:53:45 UTC (rev 6908)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml 2011-07-21 16:38:31 UTC (rev 6907)
+++ epp/sso/branches/1.0-epp-5.1-Branch/cas/gatein-cas-portal/pom.xml 2011-07-21 16:53:45 UTC (rev 6908)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-plugin</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -23,12 +23,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.jasig.cas</groupId>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml 2011-07-21 16:38:31 UTC (rev 6907)
+++ epp/sso/branches/1.0-epp-5.1-Branch/cas/pom.xml 2011-07-21 16:53:45 UTC (rev 6908)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-cas-parent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</parent>
<name>GateIn SSO - CAS</name>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml 2011-07-21 16:38:31 UTC (rev 6907)
+++ epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-plugin/pom.xml 2011-07-21 16:53:45 UTC (rev 6908)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml 2011-07-21 16:38:31 UTC (rev 6907)
+++ epp/sso/branches/1.0-epp-5.1-Branch/josso/gatein-josso-portal/pom.xml 2011-07-21 16:53:45 UTC (rev 6908)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -54,12 +54,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</dependency>
<dependency>
@@ -74,7 +74,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-plugin</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</dependency>
<dependency>
<groupId>apache-log4j</groupId>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml 2011-07-21 16:38:31 UTC (rev 6907)
+++ epp/sso/branches/1.0-epp-5.1-Branch/josso/pom.xml 2011-07-21 16:53:45 UTC (rev 6908)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-josso-parent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</parent>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml 2011-07-21 16:38:31 UTC (rev 6907)
+++ epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-plugin/pom.xml 2011-07-21 16:53:45 UTC (rev 6908)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml 2011-07-21 16:38:31 UTC (rev 6907)
+++ epp/sso/branches/1.0-epp-5.1-Branch/opensso/gatein-opensso-portal/pom.xml 2011-07-21 16:53:45 UTC (rev 6908)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,7 +14,7 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-plugin</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -28,12 +28,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-auth-callback</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</dependency>
</dependencies>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml 2011-07-21 16:38:31 UTC (rev 6907)
+++ epp/sso/branches/1.0-epp-5.1-Branch/opensso/pom.xml 2011-07-21 16:53:45 UTC (rev 6908)
@@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-opensso-parent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
<packaging>pom</packaging>
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</parent>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml 2011-07-21 16:38:31 UTC (rev 6907)
+++ epp/sso/branches/1.0-epp-5.1-Branch/packaging/pom.xml 2011-07-21 16:53:45 UTC (rev 6908)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -14,12 +14,12 @@
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-agent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.gatein.sso</groupId>
<artifactId>spnego</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.jboss.security</groupId>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/pom.xml 2011-07-21 16:38:31 UTC (rev 6907)
+++ epp/sso/branches/1.0-epp-5.1-Branch/pom.xml 2011-07-21 16:53:45 UTC (rev 6908)
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
<packaging>pom</packaging>
<parent>
@@ -25,9 +25,9 @@
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/epp/sso/branches/1.0-epp-5....</connection>
- <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/epp/sso/branches/1.0-epp-5.1-Br...</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/epp/sso/branches/1.0-epp-5.1-Branch</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/epp/sso/tags/1.0.2-epp-CR01</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/epp/sso/tags/1.0.2-epp-CR01</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/epp/sso/tags/1.0.2-epp-CR01</url>
</scm>
Modified: epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml 2011-07-21 16:38:31 UTC (rev 6907)
+++ epp/sso/branches/1.0-epp-5.1-Branch/spnego/pom.xml 2011-07-21 16:53:45 UTC (rev 6908)
@@ -3,7 +3,7 @@
<groupId>org.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.0.2-epp-CR01-SNAPSHOT</version>
+ <version>1.0.2-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
13 years, 5 months
gatein SVN: r6907 - epp/sso/branches/1.0-epp-5.1-Branch.
by do-not-reply@jboss.org
Author: theute
Date: 2011-07-21 12:38:31 -0400 (Thu, 21 Jul 2011)
New Revision: 6907
Modified:
epp/sso/branches/1.0-epp-5.1-Branch/pom.xml
Log:
preparing for CR1 release
Modified: epp/sso/branches/1.0-epp-5.1-Branch/pom.xml
===================================================================
--- epp/sso/branches/1.0-epp-5.1-Branch/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
+++ epp/sso/branches/1.0-epp-5.1-Branch/pom.xml 2011-07-21 16:38:31 UTC (rev 6907)
@@ -68,9 +68,9 @@
<!-- exo -->
- <org.exoplatform.core.version>2.3.8-GA</org.exoplatform.core.version>
+ <org.exoplatform.core.version>2.3.9-GA</org.exoplatform.core.version>
<org.exoplatform.ws.version>2.1.8-GA</org.exoplatform.ws.version>
- <org.exoplatform.portal.version>5.1.1-epp-DEV01</org.exoplatform.portal.version>
+ <org.exoplatform.portal.version>5.1.1-epp-CR01</org.exoplatform.portal.version>
<!-- JAX-RS jsr-311 -->
<version.javax.ws.rs>1.0</version.javax.ws.rs>
13 years, 5 months
gatein SVN: r6906 - in epp/portal/tags: EPP_5_1_1_CR01 and 86 other directories.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2011-07-21 12:10:29 -0400 (Thu, 21 Jul 2011)
New Revision: 6906
Added:
epp/portal/tags/EPP_5_1_1_CR01/
Modified:
epp/portal/tags/EPP_5_1_1_CR01/component/application-registry/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/common/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/identity/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/management/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/pc/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/portal/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/resources/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/scripting/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/test/core/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/test/jcr/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/test/organization/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/test/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/web/api/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/web/controller/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/web/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/web/resources/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/web/security/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/web/server/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/component/wsrp/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/examples/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/portletbridge/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/serverAddon/gatein.ear/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/serverAddon/integration.war/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/serverAddon/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/distribution/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/extension/config/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/extension/ear/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/extension/jar/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/extension/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/extension/war/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/portal/config/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/portal/ear/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/portal/jar/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/portal/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/portal/rest-war/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/portal/war/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/api/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/jsfhellouser/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/jsphellouser/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/simplesthelloworld/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/struts-jpetstore/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/skins/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/examples/skins/simpleskin/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/gadgets/core/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/gadgets/eXoGadgets/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/gadgets/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/gadgets/server/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/packaging/jboss-as/ear/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/packaging/jboss-as/integration.war/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/packaging/jboss-as/pkg/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/packaging/jboss-as/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/packaging/module/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/packaging/pkg/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/packaging/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/packaging/product/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/packaging/reports/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/portlet/dashboard/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/portlet/exoadmin/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/portlet/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/portlet/web/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/server/jboss/patch-ear/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/server/jboss/plugin/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/server/jboss/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/server/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/starter/ear/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/starter/jar/
epp/portal/tags/EPP_5_1_1_CR01/starter/jar/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/starter/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/starter/war/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/testsuite/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/testsuite/selenium-snifftests/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/testsuite/webuibasedsamples/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/web/eXoResources/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/web/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/web/portal/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/web/rest/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/webui/core/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/webui/dashboard/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/webui/eXo/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/webui/framework/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/webui/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/webui/portal/pom.xml
epp/portal/tags/EPP_5_1_1_CR01/webui/portlet/pom.xml
Log:
Tag for release
Property changes on: epp/portal/tags/EPP_5_1_1_CR01
___________________________________________________________________
Added: svn:ignore
+ *.iml
.idea
Added: svn:mergeinfo
+ /epp/portal/branches/EPP_5_1_0_GA_JBEPP-795:5868
/epp/portal/branches/EPP_5_1_WSRP:6737
/portal/branches/branch-GTNPORTAL-1592:4894
/portal/branches/branch-GTNPORTAL-1643:5002,5063,5167
/portal/branches/branch-GTNPORTAL-1700:5348,5402,5445
/portal/branches/branch-GTNPORTAL-1731:5668
/portal/branches/branch-GTNPORTAL-1745:5765
/portal/branches/branch-GTNPORTAL-1822:5943
/portal/branches/branch-GTNPORTAL-1832:6030,6063
/portal/branches/branch-GTNPORTAL-1872:6533
/portal/trunk:4891,5744,5943,6168,6196,6201-6203,6205-6206,6857
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/application-registry/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/application-registry/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/application-registry/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/common/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/common/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/identity/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/identity/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/identity/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/management/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/management/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/pc/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/pc/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/portal/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/portal/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/resources/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/resources/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/scripting/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/scripting/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/scripting/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/test/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/test/core/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/test/core/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/test/jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/test/jcr/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/test/jcr/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/test/organization/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/test/organization/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/test/organization/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/test/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/test/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/test/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/web/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/api/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/web/api/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/web/controller/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/controller/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/web/controller/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/web/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/web/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/resources/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/web/resources/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/web/security/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/security/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/web/security/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/web/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/web/server/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/web/server/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/component/wsrp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/component/wsrp/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/component/wsrp/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/examples/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/examples/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>distribution</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/portletbridge/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/portletbridge/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/portletbridge/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/serverAddon/gatein.ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/gatein.ear/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/serverAddon/gatein.ear/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>gatein</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/serverAddon/integration.war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/integration.war/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/serverAddon/integration.war/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<artifactId>integration</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/serverAddon/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/jboss-eap/serverAddon/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/distribution/jboss-eap/serverAddon/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>distribution.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: epp/portal/tags/EPP_5_1_1_CR01/distribution/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/distribution/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/distribution/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>distribution.parent</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/extension/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/extension/config/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/extension/config/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/extension/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/extension/ear/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/extension/ear/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,23 +37,23 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/extension/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/extension/jar/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/extension/jar/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/extension/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/extension/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/extension/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/extension/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/extension/war/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/extension/war/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/portal/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/config/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/portal/config/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/portal/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/ear/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/portal/ear/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,29 +37,29 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/portal/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/jar/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/portal/jar/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/portal/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/portal/rest-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/rest-war/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/portal/rest-war/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/portal/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portal/war/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/portal/war/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/api/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/api/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/api/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>gatein-api</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/jsfhellouser/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/jsfhellouser/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/jsphellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/jsphellouser/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/jsphellouser/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/simplesthelloworld/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/simplesthelloworld/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/portlets/struts-jpetstore/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/portlets/struts-jpetstore/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>portlets-parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>struts-jpetstore</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/skins/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/skins/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/skins/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<groupId>org.gatein.portal.examples.skins</groupId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/examples/skins/simpleskin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/examples/skins/simpleskin/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/examples/skins/simpleskin/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>skins-parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/gadgets/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/gadgets/core/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/gadgets/core/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/gadgets/eXoGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/gadgets/eXoGadgets/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/gadgets/eXoGadgets/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/gadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/gadgets/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/gadgets/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/gadgets/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/gadgets/server/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/gadgets/server/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/packaging/jboss-as/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/ear/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/packaging/jboss-as/ear/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.ear</artifactId>
<packaging>ear</packaging>
Modified: epp/portal/tags/EPP_5_1_1_CR01/packaging/jboss-as/integration.war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/integration.war/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/packaging/jboss-as/integration.war/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.integration</artifactId>
<packaging>war</packaging>
Modified: epp/portal/tags/EPP_5_1_1_CR01/packaging/jboss-as/pkg/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/pkg/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/packaging/jboss-as/pkg/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as.pkg</artifactId>
<packaging>pom</packaging>
Modified: epp/portal/tags/EPP_5_1_1_CR01/packaging/jboss-as/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/jboss-as/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/packaging/jboss-as/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.packaging.jboss-as</artifactId>
<packaging>pom</packaging>
Modified: epp/portal/tags/EPP_5_1_1_CR01/packaging/module/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/module/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/packaging/module/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/packaging/pkg/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/pkg/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/packaging/pkg/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,13 +67,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.module</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<type>js</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.product</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<type>js</type>
</dependency>
</dependencies>
Modified: epp/portal/tags/EPP_5_1_1_CR01/packaging/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/packaging/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/packaging/product/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/product/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/packaging/product/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/packaging/reports/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/packaging/reports/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/packaging/reports/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<packaging>pom</packaging>
<name>EPP GateIn - Portal - ${project.version}</name>
@@ -363,68 +363,68 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.controller</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.security</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.server</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.resources</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
@@ -434,90 +434,90 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.management</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.framework</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portlet</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.dashboard</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>gatein.portal.component.wsrp</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss.plugin</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/portlet/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/portlet/dashboard/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/portlet/dashboard/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/portlet/exoadmin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/portlet/exoadmin/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/portlet/exoadmin/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/portlet/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/portlet/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/portlet/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/portlet/web/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/portlet/web/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/server/jboss/patch-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/server/jboss/patch-ear/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/server/jboss/patch-ear/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/server/jboss/plugin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/server/jboss/plugin/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/server/jboss/plugin/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/server/jboss/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/server/jboss/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/server/jboss/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/server/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/server/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/starter/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/starter/ear/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/starter/ear/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
<type>war</type>
</dependency>
</dependencies>
Property changes on: epp/portal/tags/EPP_5_1_1_CR01/starter/jar
___________________________________________________________________
Added: svn:ignore
+ target
Modified: epp/portal/tags/EPP_5_1_1_CR01/starter/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/starter/jar/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/starter/jar/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/starter/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/starter/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/starter/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/starter/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/starter/war/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/starter/war/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.jar</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</dependency>
</dependencies>
</project>
Modified: epp/portal/tags/EPP_5_1_1_CR01/testsuite/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/testsuite/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/testsuite/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/testsuite/selenium-snifftests/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/testsuite/selenium-snifftests/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/testsuite/selenium-snifftests/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/testsuite/webuibasedsamples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/testsuite/webuibasedsamples/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/testsuite/webuibasedsamples/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/web/eXoResources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/eXoResources/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/web/eXoResources/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/web/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/web/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/portal/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/web/portal/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/web/rest/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/rest/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/web/rest/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/webui/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/core/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/webui/core/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/webui/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/dashboard/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/webui/dashboard/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/webui/eXo/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/eXo/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/webui/eXo/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/webui/framework/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/framework/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/webui/framework/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/webui/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/webui/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: epp/portal/tags/EPP_5_1_1_CR01/webui/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/portal/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/webui/portal/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/tags/EPP_5_1_1_CR01/webui/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/webui/portlet/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
+++ epp/portal/tags/EPP_5_1_1_CR01/webui/portlet/pom.xml 2011-07-21 16:10:29 UTC (rev 6906)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.1.1-epp-CR01-SNAPSHOT</version>
+ <version>5.1.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
13 years, 5 months
gatein SVN: r6905 - epp/portal/branches/EPP_5_1_Branch.
by do-not-reply@jboss.org
Author: theute
Date: 2011-07-21 11:17:37 -0400 (Thu, 21 Jul 2011)
New Revision: 6905
Modified:
epp/portal/branches/EPP_5_1_Branch/pom.xml
Log:
Wrong naming of the version
Modified: epp/portal/branches/EPP_5_1_Branch/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/pom.xml 2011-07-21 10:11:31 UTC (rev 6904)
+++ epp/portal/branches/EPP_5_1_Branch/pom.xml 2011-07-21 15:17:37 UTC (rev 6905)
@@ -48,7 +48,7 @@
<org.gatein.wci.version>2.0.2-GA</org.gatein.wci.version>
<org.gatein.pc.version>2.2.0-GA</org.gatein.pc.version>
<org.picketlink.idm>1.1.9.GA</org.picketlink.idm>
- <org.gatein.wsrp.version>2.0.1-EPP511-GA</org.gatein.wsrp.version>
+ <org.gatein.wsrp.version>2.0.1.GA.EPP51</org.gatein.wsrp.version>
<org.gatein.mop.version>1.0.3-GA</org.gatein.mop.version>
<org.slf4j.version>1.5.6</org.slf4j.version>
<rhino.version>1.6R5</rhino.version>
13 years, 5 months
gatein SVN: r6904 - in portal/branches/branch-GTNPORTAL-1963/component/application-registry/src: test/java/org/exoplatform/application/registry and 1 other directory.
by do-not-reply@jboss.org
Author: hoang_to
Date: 2011-07-21 06:11:31 -0400 (Thu, 21 Jul 2011)
New Revision: 6904
Added:
portal/branches/branch-GTNPORTAL-1963/component/application-registry/src/test/java/org/exoplatform/application/registry/TestApplicationRegistryServiceCache.java
Modified:
portal/branches/branch-GTNPORTAL-1963/component/application-registry/src/main/java/org/exoplatform/application/registry/impl/ApplicationRegistryServiceImpl.java
Log:
GTNPORTAL-1959: Missing cache of categories in ApplicationRegistryService
Modified: portal/branches/branch-GTNPORTAL-1963/component/application-registry/src/main/java/org/exoplatform/application/registry/impl/ApplicationRegistryServiceImpl.java
===================================================================
--- portal/branches/branch-GTNPORTAL-1963/component/application-registry/src/main/java/org/exoplatform/application/registry/impl/ApplicationRegistryServiceImpl.java 2011-07-21 10:05:51 UTC (rev 6903)
+++ portal/branches/branch-GTNPORTAL-1963/component/application-registry/src/main/java/org/exoplatform/application/registry/impl/ApplicationRegistryServiceImpl.java 2011-07-21 10:11:31 UTC (rev 6904)
@@ -52,6 +52,7 @@
import java.util.HashSet;
import java.util.List;
import java.util.Set;
+import java.util.concurrent.atomic.AtomicReference;
/**
* The fundamental reason that motives to use tasks is because of the JMX access that does not setup a context and
@@ -85,6 +86,8 @@
/** . */
final POMSessionManager mopManager;
+ private final AtomicReference<List<ApplicationCategory>> allCategories;
+
/** Should match WSRPPortletInfo.PRODUCER_NAME_META_INFO_KEY */
private static final String PRODUCER_NAME_META_INFO_KEY = "producer-name";
public static final String PRODUCER_CATEGORY_NAME_SUFFIX = " Producer";
@@ -98,6 +101,8 @@
this.manager = manager;
this.lifeCycle = lifeCycle;
this.mopManager = mopManager;
+
+ this.allCategories = new AtomicReference<List<ApplicationCategory>>();
}
public ContentRegistry getContentRegistry()
@@ -128,6 +133,11 @@
String accessUser,
final ApplicationType<?>... appTypes) throws Exception
{
+ if(appTypes == null || appTypes.length == 0)
+ {
+ return getAllApplicationCategories(sortComparator);
+ }
+
final List<ApplicationCategory> categories = new ArrayList<ApplicationCategory>();
//
@@ -150,6 +160,38 @@
return categories;
}
+ private List<ApplicationCategory> getAllApplicationCategories(Comparator<ApplicationCategory> comparator) throws Exception
+ {
+ if(allCategories.get() == null)
+ {
+ List<ApplicationCategory> categories = new ArrayList<ApplicationCategory>();
+ ContentRegistry registry = getContentRegistry();
+
+ for(CategoryDefinition categoryDef : registry.getCategoryList())
+ {
+ ApplicationCategory category = new ApplicationCategory();
+
+ category.setName(categoryDef.getName());
+ category.setDisplayName(categoryDef.getDisplayName());
+ category.setDescription(categoryDef.getDescription());
+ category.setAccessPermissions(categoryDef.getAccessPermissions());
+ category.setCreatedDate(categoryDef.getCreationDate());
+ category.setModifiedDate(categoryDef.getLastModificationDate());
+
+ for(ContentDefinition contentDef : categoryDef.getContentList())
+ {
+ category.getApplications().add(load(contentDef));
+ }
+
+ categories.add(category);
+ }
+
+ allCategories.compareAndSet(null, categories);
+ }
+
+ return allCategories.get();
+ }
+
public List<ApplicationCategory> getApplicationCategories(String accessUser, ApplicationType<?>... appTypes) throws Exception
{
return getApplicationCategories(null, accessUser, appTypes);
@@ -183,6 +225,8 @@
public void save(final ApplicationCategory category) throws Exception
{
+ allCategories.set(null);
+
ContentRegistry registry = getContentRegistry();
//
@@ -205,6 +249,8 @@
public void remove(final ApplicationCategory category) throws Exception
{
+ allCategories.set(null);
+
ContentRegistry registry = getContentRegistry();
registry.getCategoryMap().remove(category.getName());
}
@@ -287,6 +333,8 @@
public void save(final ApplicationCategory category, final Application application) throws Exception
{
+ allCategories.set(null);
+
ContentRegistry registry = getContentRegistry();
//
@@ -325,6 +373,9 @@
public void update(final Application application) throws Exception
{
+ //Invalidate the categories cache
+ allCategories.set(null);
+
ContentRegistry registry = getContentRegistry();
//
@@ -348,6 +399,9 @@
public void remove(final Application app) throws Exception
{
+ //Invalidate the categories cache
+ allCategories.set(null);
+
if (app == null)
{
throw new NullPointerException();
@@ -371,6 +425,9 @@
public void importExoGadgets() throws Exception
{
+ //Invalidate the categories cache
+ allCategories.set(null);
+
ContentRegistry registry = getContentRegistry();
//
@@ -412,6 +469,9 @@
public void importAllPortlets() throws Exception
{
+ //Invalidate the categories cache
+ allCategories.set(null);
+
ContentRegistry registry = getContentRegistry();
//
Added: portal/branches/branch-GTNPORTAL-1963/component/application-registry/src/test/java/org/exoplatform/application/registry/TestApplicationRegistryServiceCache.java
===================================================================
--- portal/branches/branch-GTNPORTAL-1963/component/application-registry/src/test/java/org/exoplatform/application/registry/TestApplicationRegistryServiceCache.java (rev 0)
+++ portal/branches/branch-GTNPORTAL-1963/component/application-registry/src/test/java/org/exoplatform/application/registry/TestApplicationRegistryServiceCache.java 2011-07-21 10:11:31 UTC (rev 6904)
@@ -0,0 +1,178 @@
+/*
+ * Copyright (C) 2011 eXo Platform SAS.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.exoplatform.application.registry;
+
+import org.exoplatform.application.AbstractApplicationRegistryTest;
+import org.exoplatform.commons.chromattic.ChromatticManager;
+import org.exoplatform.container.PortalContainer;
+import org.exoplatform.container.component.RequestLifeCycle;
+import java.util.List;
+import java.util.concurrent.CountDownLatch;
+
+/**
+ * For the moment, we cache only list of all categories in ApplicationRegistryService. Hence, this test suite
+ * handles only ApplicationCategory entities
+ *
+ * @author <a href="hoang281283(a)gmail.com">Minh Hoang TO</a>
+ * @date 7/21/11
+ */
+public class TestApplicationRegistryServiceCache extends AbstractApplicationRegistryTest
+{
+
+ private PortalContainer portalContainer;
+
+ private ChromatticManager cManager;
+
+ private ApplicationRegistryService appResService;
+
+ @Override
+ protected void setUp() throws Exception
+ {
+ portalContainer = getContainer();
+ cManager = (ChromatticManager)portalContainer.getComponentInstanceOfType(ChromatticManager.class);
+ appResService = (ApplicationRegistryService)portalContainer.getComponentInstanceOfType(ApplicationRegistryService.class);
+ begin();
+ }
+
+ public void testConcurrentReadAndWrite() throws Exception
+ {
+ //As current test suite is inteferenced by TestApplicationRegistryService testsuite, we could not
+ //give an explicit number of existing categories
+ final int numberOfCategories = appResService.getApplicationCategories().size();
+
+ final CountDownLatch latch = new CountDownLatch(5);
+ for (int i = 0; i < 5; i++)
+ {
+ new Thread(new Runnable()
+ {
+ public void run()
+ {
+ try
+ {
+ RequestLifeCycle.begin(portalContainer);
+ List<ApplicationCategory> categories = appResService.getApplicationCategories();
+ assertEquals(numberOfCategories, categories.size());
+ }
+ catch (Exception ex)
+ {
+ ex.printStackTrace();
+ }
+ finally
+ {
+ //Synchronize ChromatticSession with JCR Session in this thread
+ cManager.getSynchronization().setSaveOnClose(true);
+ RequestLifeCycle.end();
+ latch.countDown();
+ }
+ }
+ }).start();
+ }
+
+ final CountDownLatch finishWriteTask = new CountDownLatch(1);
+ Thread writeTask = new Thread(new Runnable()
+ {
+ public void run()
+ {
+ try
+ {
+ latch.await();
+
+ RequestLifeCycle.begin(portalContainer);
+ ApplicationCategory category = new ApplicationCategory();
+ category.setName("ABC");
+ category.setDisplayName("ABC");
+ category.setDescription("ABC");
+
+ appResService.save(category);
+ }
+ catch (Exception ex)
+ {
+ ex.printStackTrace();
+ }
+ finally
+ {
+ cManager.getSynchronization().setSaveOnClose(true);
+ RequestLifeCycle.end();
+ finishWriteTask.countDown();
+ }
+ }
+ });
+
+ writeTask.start();
+
+ //REMARK: We could not check the update from main thread as the ChromatticSession associated with current thread
+ //had been openned before the writeTask thread terminates its execution
+ new Thread(new Runnable()
+ {
+ public void run()
+ {
+ try
+ {
+ finishWriteTask.await();
+
+ RequestLifeCycle.begin(portalContainer);
+ List<ApplicationCategory> categories = appResService.getApplicationCategories();
+
+ assertEquals(numberOfCategories + 1, categories.size());
+ ApplicationCategory abcCategory = null;
+ //We use this loop instead of direct query to check if the cache works properly
+ for (ApplicationCategory category : categories)
+ {
+ if ("ABC".equals(category.getName()))
+ {
+ abcCategory = category;
+ break;
+ }
+ }
+ assertNotNull(abcCategory);
+ appResService.remove(abcCategory);
+ }
+ catch (Exception ex)
+ {
+ ex.printStackTrace();
+ }
+ finally
+ {
+ cManager.getSynchronization().setSaveOnClose(true);
+ RequestLifeCycle.end();
+ }
+ }
+ }).start();
+
+ //Hack to overcome the delay problem, which leads to failure in other testsuites
+ try
+ {
+ Thread.sleep(3000);
+ }
+ catch(InterruptedException inEx)
+ {
+ inEx.printStackTrace();
+ }
+ }
+
+
+ @Override
+ protected void tearDown() throws Exception
+ {
+ //ChromatticSession is not synchronized with JCR Session in the main thread
+ cManager.getSynchronization().setSaveOnClose(false);
+ end();
+ }
+
+}
13 years, 5 months
gatein SVN: r6902 - portal/branches.
by do-not-reply@jboss.org
Author: hoang_to
Date: 2011-07-21 05:17:49 -0400 (Thu, 21 Jul 2011)
New Revision: 6902
Added:
portal/branches/branch-GTNPORTAL-1963/
Log:
GTNPORTAL-1963: Create commit branch for Sprint 57
13 years, 5 months