gatein SVN: r8488 - in epp/portal/branches/EPP_5_2_Branch/web: portal/src/main/webapp/login/skin/images and 1 other directory.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2012-02-28 21:48:07 -0500 (Tue, 28 Feb 2012)
New Revision: 8488
Modified:
epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/widget/UILoginForm/background/Login.gif
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/login/skin/images/LoginBackground.gif
Log:
Bug 793276 (JBEPP-360) Change logo and style on login page
Modified: epp/portal/branches/EPP_5_2_Branch/web/eXoResources/src/main/webapp/skin/DefaultSkin/portal/webui/component/widget/UILoginForm/background/Login.gif
===================================================================
(Binary files differ)
Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/login/skin/images/LoginBackground.gif
===================================================================
(Binary files differ)
12 years, 10 months
gatein SVN: r8487 - epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2012-02-28 21:40:46 -0500 (Tue, 28 Feb 2012)
New Revision: 8487
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
Log:
Bug 794449 jgroups version used in EPP 5.2 is not synchronized with the version shipped by the corresponding EAP
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2012-02-29 02:23:09 UTC (rev 8486)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/gatein.ear/pom.xml 2012-02-29 02:40:46 UTC (rev 8487)
@@ -1264,6 +1264,10 @@
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>jgroups</artifactId>
+ <groupId>jgroups</groupId>
+ </exclusion>
</exclusions>
</dependency>
12 years, 10 months
gatein SVN: r8486 - epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/examples/src.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2012-02-28 21:23:09 -0500 (Tue, 28 Feb 2012)
New Revision: 8486
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/examples/src/assemble.xml
Log:
Bug 793462 Ship gatein-sample-extension.ear and gatein-sample-portal.ear as exploded archives
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/examples/src/assemble.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/examples/src/assemble.xml 2012-02-29 02:20:36 UTC (rev 8485)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/examples/src/assemble.xml 2012-02-29 02:23:09 UTC (rev 8486)
@@ -15,10 +15,22 @@
</fileSets>
<dependencySets>
<dependencySet>
- <outputDirectory></outputDirectory>
+ <includes>
+ <include>*:*:war</include>
+ </includes>
+ <outputDirectory>${artifact.artifactId}.war</outputDirectory>
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
- <unpack>false</unpack>
+ <unpack>true</unpack>
<useTransitiveDependencies>false</useTransitiveDependencies>
</dependencySet>
+ <dependencySet>
+ <includes>
+ <include>*:*:ear</include>
+ </includes>
+ <outputDirectory>${artifact.artifactId}.ear</outputDirectory>
+ <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
+ <unpack>true</unpack>
+ <useTransitiveDependencies>false</useTransitiveDependencies>
+ </dependencySet>
</dependencySets>
</assembly>
\ No newline at end of file
12 years, 10 months
gatein SVN: r8485 - in epp/portal/branches/EPP_5_2_Branch/examples: portal/ear and 1 other directory.
by do-not-reply@jboss.org
Author: hfnukal
Date: 2012-02-28 21:20:36 -0500 (Tue, 28 Feb 2012)
New Revision: 8485
Modified:
epp/portal/branches/EPP_5_2_Branch/examples/extension/ear/pom.xml
epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml
Log:
Bug 793461 Remove unnecessary jars from gatein-sample-extension.ear and gatein-sample-portal.ear
Modified: epp/portal/branches/EPP_5_2_Branch/examples/extension/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/extension/ear/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
+++ epp/portal/branches/EPP_5_2_Branch/examples/extension/ear/pom.xml 2012-02-29 02:20:36 UTC (rev 8485)
@@ -50,6 +50,28 @@
<artifactId>exo.portal.component.web.api</artifactId>
<version>5.2.1.DR01-SNAPSHOT</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.apt</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.common</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.spi</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
@@ -57,6 +79,17 @@
<version>5.2.1.DR01-SNAPSHOT</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ <scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
Modified: epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
+++ epp/portal/branches/EPP_5_2_Branch/examples/portal/ear/pom.xml 2012-02-29 02:20:36 UTC (rev 8485)
@@ -50,6 +50,28 @@
<artifactId>exo.portal.component.web.api</artifactId>
<version>5.2.1.DR01-SNAPSHOT</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.apt</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.common</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.chromattic</groupId>
+ <artifactId>chromattic.spi</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
@@ -63,6 +85,17 @@
<version>5.2.1.DR01-SNAPSHOT</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ <scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
12 years, 10 months
gatein SVN: r8484 - in portal/trunk: component and 82 other directories.
by do-not-reply@jboss.org
Author: bdaw
Date: 2012-02-28 16:29:02 -0500 (Tue, 28 Feb 2012)
New Revision: 8484
Modified:
portal/trunk/component/application-registry/pom.xml
portal/trunk/component/common/pom.xml
portal/trunk/component/identity/pom.xml
portal/trunk/component/management/pom.xml
portal/trunk/component/pc/pom.xml
portal/trunk/component/pom.xml
portal/trunk/component/portal/pom.xml
portal/trunk/component/resources/pom.xml
portal/trunk/component/scripting/pom.xml
portal/trunk/component/test/core/pom.xml
portal/trunk/component/test/jcr/pom.xml
portal/trunk/component/test/pom.xml
portal/trunk/component/web/api/pom.xml
portal/trunk/component/web/controller/pom.xml
portal/trunk/component/web/pom.xml
portal/trunk/component/web/resources/pom.xml
portal/trunk/component/web/security/pom.xml
portal/trunk/component/web/server/pom.xml
portal/trunk/examples/extension/config/pom.xml
portal/trunk/examples/extension/ear/pom.xml
portal/trunk/examples/extension/jar/pom.xml
portal/trunk/examples/extension/pom.xml
portal/trunk/examples/extension/war/pom.xml
portal/trunk/examples/pom.xml
portal/trunk/examples/portal/config/pom.xml
portal/trunk/examples/portal/ear/pom.xml
portal/trunk/examples/portal/jar/pom.xml
portal/trunk/examples/portal/pom.xml
portal/trunk/examples/portal/rest-war/pom.xml
portal/trunk/examples/portal/war/pom.xml
portal/trunk/examples/portlets/api/pom.xml
portal/trunk/examples/portlets/jsfhellouser/pom.xml
portal/trunk/examples/portlets/jsphellouser/pom.xml
portal/trunk/examples/portlets/pom.xml
portal/trunk/examples/portlets/resourceserving/pom.xml
portal/trunk/examples/portlets/simplesthelloworld/pom.xml
portal/trunk/examples/portlets/struts-jpetstore/pom.xml
portal/trunk/examples/skins/pom.xml
portal/trunk/examples/skins/simpleskin/pom.xml
portal/trunk/gadgets/core/pom.xml
portal/trunk/gadgets/eXoGadgets/pom.xml
portal/trunk/gadgets/gwtGadgets/pom.xml
portal/trunk/gadgets/pom.xml
portal/trunk/gadgets/server/pom.xml
portal/trunk/packaging/jboss-as5/pkg/pom.xml
portal/trunk/packaging/jboss-as5/pom.xml
portal/trunk/packaging/jboss-as6/pkg/pom.xml
portal/trunk/packaging/jboss-as6/pom.xml
portal/trunk/packaging/jetty/pkg/pom.xml
portal/trunk/packaging/jetty/pom.xml
portal/trunk/packaging/pom.xml
portal/trunk/packaging/tomcat/integration/pom.xml
portal/trunk/packaging/tomcat/pkg/pom.xml
portal/trunk/packaging/tomcat/pkg/tc6/pom.xml
portal/trunk/packaging/tomcat/pkg/tc7/pom.xml
portal/trunk/packaging/tomcat/pom.xml
portal/trunk/pom.xml
portal/trunk/portlet/dashboard/pom.xml
portal/trunk/portlet/exoadmin/pom.xml
portal/trunk/portlet/pom.xml
portal/trunk/portlet/web/pom.xml
portal/trunk/starter/ear/pom.xml
portal/trunk/starter/pom.xml
portal/trunk/starter/war/pom.xml
portal/trunk/testsuite/pom.xml
portal/trunk/testsuite/selenium-snifftests/pom.xml
portal/trunk/testsuite/webuibasedsamples/pom.xml
portal/trunk/web/eXoResources/pom.xml
portal/trunk/web/pom.xml
portal/trunk/web/portal/pom.xml
portal/trunk/web/rest/pom.xml
portal/trunk/webui/core/pom.xml
portal/trunk/webui/dashboard/pom.xml
portal/trunk/webui/eXo/pom.xml
portal/trunk/webui/framework/pom.xml
portal/trunk/webui/pom.xml
portal/trunk/webui/portal/pom.xml
portal/trunk/webui/portlet/pom.xml
portal/trunk/wsrp-integration/extension-component/pom.xml
portal/trunk/wsrp-integration/extension-config/pom.xml
portal/trunk/wsrp-integration/extension-ear-as5/pom.xml
portal/trunk/wsrp-integration/extension-ear-as6/pom.xml
portal/trunk/wsrp-integration/extension-war/pom.xml
portal/trunk/wsrp-integration/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: portal/trunk/component/application-registry/pom.xml
===================================================================
--- portal/trunk/component/application-registry/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/application-registry/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/common/pom.xml
===================================================================
--- portal/trunk/component/common/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/common/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: portal/trunk/component/identity/pom.xml
===================================================================
--- portal/trunk/component/identity/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/identity/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/management/pom.xml
===================================================================
--- portal/trunk/component/management/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/management/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/pc/pom.xml
===================================================================
--- portal/trunk/component/pc/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/pc/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/pom.xml
===================================================================
--- portal/trunk/component/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: portal/trunk/component/portal/pom.xml
===================================================================
--- portal/trunk/component/portal/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/portal/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/resources/pom.xml
===================================================================
--- portal/trunk/component/resources/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/resources/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/scripting/pom.xml
===================================================================
--- portal/trunk/component/scripting/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/scripting/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/core/pom.xml
===================================================================
--- portal/trunk/component/test/core/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/test/core/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/jcr/pom.xml
===================================================================
--- portal/trunk/component/test/jcr/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/test/jcr/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/pom.xml
===================================================================
--- portal/trunk/component/test/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/test/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/api/pom.xml
===================================================================
--- portal/trunk/component/web/api/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/web/api/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/controller/pom.xml
===================================================================
--- portal/trunk/component/web/controller/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/web/controller/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/pom.xml
===================================================================
--- portal/trunk/component/web/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/web/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/resources/pom.xml
===================================================================
--- portal/trunk/component/web/resources/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/web/resources/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/security/pom.xml
===================================================================
--- portal/trunk/component/web/security/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/web/security/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/server/pom.xml
===================================================================
--- portal/trunk/component/web/server/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/component/web/server/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/config/pom.xml
===================================================================
--- portal/trunk/examples/extension/config/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/extension/config/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/extension/ear/pom.xml
===================================================================
--- portal/trunk/examples/extension/ear/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/extension/ear/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -38,23 +38,23 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/examples/extension/jar/pom.xml
===================================================================
--- portal/trunk/examples/extension/jar/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/extension/jar/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/extension/pom.xml
===================================================================
--- portal/trunk/examples/extension/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/extension/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/extension/war/pom.xml
===================================================================
--- portal/trunk/examples/extension/war/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/extension/war/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/pom.xml
===================================================================
--- portal/trunk/examples/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: portal/trunk/examples/portal/config/pom.xml
===================================================================
--- portal/trunk/examples/portal/config/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/portal/config/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/portal/ear/pom.xml
===================================================================
--- portal/trunk/examples/portal/ear/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/portal/ear/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -38,29 +38,29 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/examples/portal/jar/pom.xml
===================================================================
--- portal/trunk/examples/portal/jar/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/portal/jar/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/portal/pom.xml
===================================================================
--- portal/trunk/examples/portal/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/portal/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/portal/rest-war/pom.xml
===================================================================
--- portal/trunk/examples/portal/rest-war/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/portal/rest-war/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/portal/war/pom.xml
===================================================================
--- portal/trunk/examples/portal/war/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/portal/war/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/portlets/api/pom.xml
===================================================================
--- portal/trunk/examples/portlets/api/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/portlets/api/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>gatein-api</artifactId>
Modified: portal/trunk/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- portal/trunk/examples/portlets/jsfhellouser/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/portlets/jsfhellouser/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: portal/trunk/examples/portlets/jsphellouser/pom.xml
===================================================================
--- portal/trunk/examples/portlets/jsphellouser/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/portlets/jsphellouser/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: portal/trunk/examples/portlets/pom.xml
===================================================================
--- portal/trunk/examples/portlets/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/portlets/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/portlets/resourceserving/pom.xml
===================================================================
--- portal/trunk/examples/portlets/resourceserving/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/portlets/resourceserving/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>resource-serving</artifactId>
Modified: portal/trunk/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- portal/trunk/examples/portlets/simplesthelloworld/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/portlets/simplesthelloworld/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: portal/trunk/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- portal/trunk/examples/portlets/struts-jpetstore/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/portlets/struts-jpetstore/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>struts-jpetstore</artifactId>
Modified: portal/trunk/examples/skins/pom.xml
===================================================================
--- portal/trunk/examples/skins/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/skins/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/skins/simpleskin/pom.xml
===================================================================
--- portal/trunk/examples/skins/simpleskin/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/examples/skins/simpleskin/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: portal/trunk/gadgets/core/pom.xml
===================================================================
--- portal/trunk/gadgets/core/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/gadgets/core/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: portal/trunk/gadgets/eXoGadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/gadgets/eXoGadgets/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/gadgets/gwtGadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/gwtGadgets/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/gadgets/gwtGadgets/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.gwtGadgets</artifactId>
Modified: portal/trunk/gadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/gadgets/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: portal/trunk/gadgets/server/pom.xml
===================================================================
--- portal/trunk/gadgets/server/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/gadgets/server/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: portal/trunk/packaging/jboss-as5/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as5/pkg/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/packaging/jboss-as5/pkg/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.jboss5</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.packaging.jboss5.pkg</artifactId>
Modified: portal/trunk/packaging/jboss-as5/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as5/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/packaging/jboss-as5/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.packaging.jboss5</artifactId>
Modified: portal/trunk/packaging/jboss-as6/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as6/pkg/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/packaging/jboss-as6/pkg/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.jboss6</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.packaging.jboss6.pkg</artifactId>
Modified: portal/trunk/packaging/jboss-as6/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as6/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/packaging/jboss-as6/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.packaging.jboss6</artifactId>
Modified: portal/trunk/packaging/jetty/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jetty/pkg/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/packaging/jetty/pkg/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.jetty</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.packaging.jetty.pkg</artifactId>
<packaging>pom</packaging>
Modified: portal/trunk/packaging/jetty/pom.xml
===================================================================
--- portal/trunk/packaging/jetty/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/packaging/jetty/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.packaging.jetty</artifactId>
<packaging>pom</packaging>
Modified: portal/trunk/packaging/pom.xml
===================================================================
--- portal/trunk/packaging/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/packaging/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/tomcat/integration/pom.xml
===================================================================
--- portal/trunk/packaging/tomcat/integration/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/packaging/tomcat/integration/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.tomcat</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/tomcat/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/tomcat/pkg/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/packaging/tomcat/pkg/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.tomcat</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.packaging.tomcat.pkg</artifactId>
<packaging>pom</packaging>
Modified: portal/trunk/packaging/tomcat/pkg/tc6/pom.xml
===================================================================
--- portal/trunk/packaging/tomcat/pkg/tc6/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/packaging/tomcat/pkg/tc6/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.tomcat.pkg</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.packaging.tomcat.pkg.tc6</artifactId>
<packaging>pom</packaging>
Modified: portal/trunk/packaging/tomcat/pkg/tc7/pom.xml
===================================================================
--- portal/trunk/packaging/tomcat/pkg/tc7/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/packaging/tomcat/pkg/tc7/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.tomcat.pkg</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.packaging.tomcat.pkg.tc7</artifactId>
<packaging>pom</packaging>
Modified: portal/trunk/packaging/tomcat/pom.xml
===================================================================
--- portal/trunk/packaging/tomcat/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/packaging/tomcat/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.packaging.tomcat</artifactId>
<packaging>pom</packaging>
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<packaging>pom</packaging>
<name>GateIn - Portal</name>
@@ -70,9 +70,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/tags/3.2.0-GA</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/portal/tags/3.2.0-GA</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/portal/tags/3.2.0-GA</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/portal/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/portal/trunk</url>
</scm>
<modules>
@@ -406,140 +406,140 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.controller</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.security</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.server</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.resources</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.management</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.framework</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portlet</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.dashboard</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>test-jar</type>
</dependency>
<dependency>
@@ -550,61 +550,61 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web.portal</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-server</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.eXoGadgets</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gwtGadgets</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet.web</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web.rest</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet.exoadmin</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web.eXoResources</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>gatein-sample-skin</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet.dashboard</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>war</type>
</dependency>
Modified: portal/trunk/portlet/dashboard/pom.xml
===================================================================
--- portal/trunk/portlet/dashboard/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/portlet/dashboard/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/portlet/exoadmin/pom.xml
===================================================================
--- portal/trunk/portlet/exoadmin/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/portlet/exoadmin/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/portlet/pom.xml
===================================================================
--- portal/trunk/portlet/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/portlet/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: portal/trunk/portlet/web/pom.xml
===================================================================
--- portal/trunk/portlet/web/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/portlet/web/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/starter/ear/pom.xml
===================================================================
--- portal/trunk/starter/ear/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/starter/ear/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/starter/pom.xml
===================================================================
--- portal/trunk/starter/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/starter/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: portal/trunk/starter/war/pom.xml
===================================================================
--- portal/trunk/starter/war/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/starter/war/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/testsuite/pom.xml
===================================================================
--- portal/trunk/testsuite/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/testsuite/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: portal/trunk/testsuite/selenium-snifftests/pom.xml
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/testsuite/selenium-snifftests/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: portal/trunk/testsuite/webuibasedsamples/pom.xml
===================================================================
--- portal/trunk/testsuite/webuibasedsamples/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/testsuite/webuibasedsamples/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: portal/trunk/web/eXoResources/pom.xml
===================================================================
--- portal/trunk/web/eXoResources/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/web/eXoResources/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/web/pom.xml
===================================================================
--- portal/trunk/web/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/web/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: portal/trunk/web/portal/pom.xml
===================================================================
--- portal/trunk/web/portal/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/web/portal/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/web/rest/pom.xml
===================================================================
--- portal/trunk/web/rest/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/web/rest/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/core/pom.xml
===================================================================
--- portal/trunk/webui/core/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/webui/core/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/dashboard/pom.xml
===================================================================
--- portal/trunk/webui/dashboard/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/webui/dashboard/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/eXo/pom.xml
===================================================================
--- portal/trunk/webui/eXo/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/webui/eXo/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/framework/pom.xml
===================================================================
--- portal/trunk/webui/framework/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/webui/framework/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/pom.xml
===================================================================
--- portal/trunk/webui/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/webui/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: portal/trunk/webui/portal/pom.xml
===================================================================
--- portal/trunk/webui/portal/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/webui/portal/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/portlet/pom.xml
===================================================================
--- portal/trunk/webui/portlet/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/webui/portlet/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/wsrp-integration/extension-component/pom.xml
===================================================================
--- portal/trunk/wsrp-integration/extension-component/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/wsrp-integration/extension-component/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -26,7 +26,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/wsrp-integration/extension-config/pom.xml
===================================================================
--- portal/trunk/wsrp-integration/extension-config/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/wsrp-integration/extension-config/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -26,7 +26,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>extension-config</artifactId>
Modified: portal/trunk/wsrp-integration/extension-ear-as5/pom.xml
===================================================================
--- portal/trunk/wsrp-integration/extension-ear-as5/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/wsrp-integration/extension-ear-as5/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.gatein.integration</groupId>
<artifactId>gatein-wsrp-integration-parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>extension-ear-as5</artifactId>
Modified: portal/trunk/wsrp-integration/extension-ear-as6/pom.xml
===================================================================
--- portal/trunk/wsrp-integration/extension-ear-as6/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/wsrp-integration/extension-ear-as6/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.gatein.integration</groupId>
<artifactId>gatein-wsrp-integration-parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>extension-ear-as6</artifactId>
Modified: portal/trunk/wsrp-integration/extension-war/pom.xml
===================================================================
--- portal/trunk/wsrp-integration/extension-war/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/wsrp-integration/extension-war/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -27,7 +27,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<artifactId>extension-war</artifactId>
Modified: portal/trunk/wsrp-integration/pom.xml
===================================================================
--- portal/trunk/wsrp-integration/pom.xml 2012-02-28 21:27:41 UTC (rev 8483)
+++ portal/trunk/wsrp-integration/pom.xml 2012-02-28 21:29:02 UTC (rev 8484)
@@ -28,14 +28,14 @@
<groupId>org.gatein.integration</groupId>
<artifactId>gatein-wsrp-integration-parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
<packaging>pom</packaging>
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-GA</version>
+ <version>3.3.0.Alpha01</version>
</parent>
<description>GateIn WSRP Integration extension parent</description>
12 years, 10 months
gatein SVN: r8483 - portal/tags.
by do-not-reply@jboss.org
Author: bdaw
Date: 2012-02-28 16:27:41 -0500 (Tue, 28 Feb 2012)
New Revision: 8483
Added:
portal/tags/3.2.0-GA/
Log:
[maven-release-plugin] copy for tag 3.2.0-GA
12 years, 10 months
gatein SVN: r8482 - in portal/trunk: component and 82 other directories.
by do-not-reply@jboss.org
Author: bdaw
Date: 2012-02-28 16:27:20 -0500 (Tue, 28 Feb 2012)
New Revision: 8482
Modified:
portal/trunk/component/application-registry/pom.xml
portal/trunk/component/common/pom.xml
portal/trunk/component/identity/pom.xml
portal/trunk/component/management/pom.xml
portal/trunk/component/pc/pom.xml
portal/trunk/component/pom.xml
portal/trunk/component/portal/pom.xml
portal/trunk/component/resources/pom.xml
portal/trunk/component/scripting/pom.xml
portal/trunk/component/test/core/pom.xml
portal/trunk/component/test/jcr/pom.xml
portal/trunk/component/test/pom.xml
portal/trunk/component/web/api/pom.xml
portal/trunk/component/web/controller/pom.xml
portal/trunk/component/web/pom.xml
portal/trunk/component/web/resources/pom.xml
portal/trunk/component/web/security/pom.xml
portal/trunk/component/web/server/pom.xml
portal/trunk/examples/extension/config/pom.xml
portal/trunk/examples/extension/ear/pom.xml
portal/trunk/examples/extension/jar/pom.xml
portal/trunk/examples/extension/pom.xml
portal/trunk/examples/extension/war/pom.xml
portal/trunk/examples/pom.xml
portal/trunk/examples/portal/config/pom.xml
portal/trunk/examples/portal/ear/pom.xml
portal/trunk/examples/portal/jar/pom.xml
portal/trunk/examples/portal/pom.xml
portal/trunk/examples/portal/rest-war/pom.xml
portal/trunk/examples/portal/war/pom.xml
portal/trunk/examples/portlets/api/pom.xml
portal/trunk/examples/portlets/jsfhellouser/pom.xml
portal/trunk/examples/portlets/jsphellouser/pom.xml
portal/trunk/examples/portlets/pom.xml
portal/trunk/examples/portlets/resourceserving/pom.xml
portal/trunk/examples/portlets/simplesthelloworld/pom.xml
portal/trunk/examples/portlets/struts-jpetstore/pom.xml
portal/trunk/examples/skins/pom.xml
portal/trunk/examples/skins/simpleskin/pom.xml
portal/trunk/gadgets/core/pom.xml
portal/trunk/gadgets/eXoGadgets/pom.xml
portal/trunk/gadgets/gwtGadgets/pom.xml
portal/trunk/gadgets/pom.xml
portal/trunk/gadgets/server/pom.xml
portal/trunk/packaging/jboss-as5/pkg/pom.xml
portal/trunk/packaging/jboss-as5/pom.xml
portal/trunk/packaging/jboss-as6/pkg/pom.xml
portal/trunk/packaging/jboss-as6/pom.xml
portal/trunk/packaging/jetty/pkg/pom.xml
portal/trunk/packaging/jetty/pom.xml
portal/trunk/packaging/pom.xml
portal/trunk/packaging/tomcat/integration/pom.xml
portal/trunk/packaging/tomcat/pkg/pom.xml
portal/trunk/packaging/tomcat/pkg/tc6/pom.xml
portal/trunk/packaging/tomcat/pkg/tc7/pom.xml
portal/trunk/packaging/tomcat/pom.xml
portal/trunk/pom.xml
portal/trunk/portlet/dashboard/pom.xml
portal/trunk/portlet/exoadmin/pom.xml
portal/trunk/portlet/pom.xml
portal/trunk/portlet/web/pom.xml
portal/trunk/starter/ear/pom.xml
portal/trunk/starter/pom.xml
portal/trunk/starter/war/pom.xml
portal/trunk/testsuite/pom.xml
portal/trunk/testsuite/selenium-snifftests/pom.xml
portal/trunk/testsuite/webuibasedsamples/pom.xml
portal/trunk/web/eXoResources/pom.xml
portal/trunk/web/pom.xml
portal/trunk/web/portal/pom.xml
portal/trunk/web/rest/pom.xml
portal/trunk/webui/core/pom.xml
portal/trunk/webui/dashboard/pom.xml
portal/trunk/webui/eXo/pom.xml
portal/trunk/webui/framework/pom.xml
portal/trunk/webui/pom.xml
portal/trunk/webui/portal/pom.xml
portal/trunk/webui/portlet/pom.xml
portal/trunk/wsrp-integration/extension-component/pom.xml
portal/trunk/wsrp-integration/extension-config/pom.xml
portal/trunk/wsrp-integration/extension-ear-as5/pom.xml
portal/trunk/wsrp-integration/extension-ear-as6/pom.xml
portal/trunk/wsrp-integration/extension-war/pom.xml
portal/trunk/wsrp-integration/pom.xml
Log:
[maven-release-plugin] prepare release 3.2.0-GA
Modified: portal/trunk/component/application-registry/pom.xml
===================================================================
--- portal/trunk/component/application-registry/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/application-registry/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/common/pom.xml
===================================================================
--- portal/trunk/component/common/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/common/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: portal/trunk/component/identity/pom.xml
===================================================================
--- portal/trunk/component/identity/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/identity/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/management/pom.xml
===================================================================
--- portal/trunk/component/management/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/management/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/pc/pom.xml
===================================================================
--- portal/trunk/component/pc/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/pc/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/pom.xml
===================================================================
--- portal/trunk/component/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: portal/trunk/component/portal/pom.xml
===================================================================
--- portal/trunk/component/portal/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/portal/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/resources/pom.xml
===================================================================
--- portal/trunk/component/resources/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/resources/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/scripting/pom.xml
===================================================================
--- portal/trunk/component/scripting/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/scripting/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/core/pom.xml
===================================================================
--- portal/trunk/component/test/core/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/test/core/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/jcr/pom.xml
===================================================================
--- portal/trunk/component/test/jcr/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/test/jcr/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/test/pom.xml
===================================================================
--- portal/trunk/component/test/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/test/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/api/pom.xml
===================================================================
--- portal/trunk/component/web/api/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/web/api/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/controller/pom.xml
===================================================================
--- portal/trunk/component/web/controller/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/web/controller/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/pom.xml
===================================================================
--- portal/trunk/component/web/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/web/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/resources/pom.xml
===================================================================
--- portal/trunk/component/web/resources/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/web/resources/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/security/pom.xml
===================================================================
--- portal/trunk/component/web/security/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/web/security/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/web/server/pom.xml
===================================================================
--- portal/trunk/component/web/server/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/component/web/server/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/examples/extension/config/pom.xml
===================================================================
--- portal/trunk/examples/extension/config/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/extension/config/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/extension/ear/pom.xml
===================================================================
--- portal/trunk/examples/extension/ear/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/extension/ear/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -38,23 +38,23 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/examples/extension/jar/pom.xml
===================================================================
--- portal/trunk/examples/extension/jar/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/extension/jar/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/extension/pom.xml
===================================================================
--- portal/trunk/examples/extension/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/extension/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/extension/war/pom.xml
===================================================================
--- portal/trunk/examples/extension/war/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/extension/war/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/pom.xml
===================================================================
--- portal/trunk/examples/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: portal/trunk/examples/portal/config/pom.xml
===================================================================
--- portal/trunk/examples/portal/config/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/portal/config/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/portal/ear/pom.xml
===================================================================
--- portal/trunk/examples/portal/ear/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/portal/ear/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
@@ -38,29 +38,29 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/examples/portal/jar/pom.xml
===================================================================
--- portal/trunk/examples/portal/jar/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/portal/jar/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/portal/pom.xml
===================================================================
--- portal/trunk/examples/portal/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/portal/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/portal/rest-war/pom.xml
===================================================================
--- portal/trunk/examples/portal/rest-war/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/portal/rest-war/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/portal/war/pom.xml
===================================================================
--- portal/trunk/examples/portal/war/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/portal/war/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/portlets/api/pom.xml
===================================================================
--- portal/trunk/examples/portlets/api/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/portlets/api/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>gatein-api</artifactId>
Modified: portal/trunk/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- portal/trunk/examples/portlets/jsfhellouser/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/portlets/jsfhellouser/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: portal/trunk/examples/portlets/jsphellouser/pom.xml
===================================================================
--- portal/trunk/examples/portlets/jsphellouser/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/portlets/jsphellouser/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: portal/trunk/examples/portlets/pom.xml
===================================================================
--- portal/trunk/examples/portlets/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/portlets/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/portlets/resourceserving/pom.xml
===================================================================
--- portal/trunk/examples/portlets/resourceserving/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/portlets/resourceserving/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>resource-serving</artifactId>
Modified: portal/trunk/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- portal/trunk/examples/portlets/simplesthelloworld/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/portlets/simplesthelloworld/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: portal/trunk/examples/portlets/struts-jpetstore/pom.xml
===================================================================
--- portal/trunk/examples/portlets/struts-jpetstore/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/portlets/struts-jpetstore/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>struts-jpetstore</artifactId>
Modified: portal/trunk/examples/skins/pom.xml
===================================================================
--- portal/trunk/examples/skins/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/skins/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/examples/skins/simpleskin/pom.xml
===================================================================
--- portal/trunk/examples/skins/simpleskin/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/examples/skins/simpleskin/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: portal/trunk/gadgets/core/pom.xml
===================================================================
--- portal/trunk/gadgets/core/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/gadgets/core/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: portal/trunk/gadgets/eXoGadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/gadgets/eXoGadgets/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/gadgets/gwtGadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/gwtGadgets/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/gadgets/gwtGadgets/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.gwtGadgets</artifactId>
Modified: portal/trunk/gadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/gadgets/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: portal/trunk/gadgets/server/pom.xml
===================================================================
--- portal/trunk/gadgets/server/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/gadgets/server/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: portal/trunk/packaging/jboss-as5/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as5/pkg/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/packaging/jboss-as5/pkg/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.jboss5</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.packaging.jboss5.pkg</artifactId>
Modified: portal/trunk/packaging/jboss-as5/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as5/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/packaging/jboss-as5/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.packaging.jboss5</artifactId>
Modified: portal/trunk/packaging/jboss-as6/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as6/pkg/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/packaging/jboss-as6/pkg/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.jboss6</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.packaging.jboss6.pkg</artifactId>
Modified: portal/trunk/packaging/jboss-as6/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as6/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/packaging/jboss-as6/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.packaging.jboss6</artifactId>
Modified: portal/trunk/packaging/jetty/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jetty/pkg/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/packaging/jetty/pkg/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.jetty</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.packaging.jetty.pkg</artifactId>
<packaging>pom</packaging>
Modified: portal/trunk/packaging/jetty/pom.xml
===================================================================
--- portal/trunk/packaging/jetty/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/packaging/jetty/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.packaging.jetty</artifactId>
<packaging>pom</packaging>
Modified: portal/trunk/packaging/pom.xml
===================================================================
--- portal/trunk/packaging/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/packaging/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/tomcat/integration/pom.xml
===================================================================
--- portal/trunk/packaging/tomcat/integration/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/packaging/tomcat/integration/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.tomcat</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/tomcat/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/tomcat/pkg/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/packaging/tomcat/pkg/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.tomcat</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.packaging.tomcat.pkg</artifactId>
<packaging>pom</packaging>
Modified: portal/trunk/packaging/tomcat/pkg/tc6/pom.xml
===================================================================
--- portal/trunk/packaging/tomcat/pkg/tc6/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/packaging/tomcat/pkg/tc6/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.tomcat.pkg</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.packaging.tomcat.pkg.tc6</artifactId>
<packaging>pom</packaging>
Modified: portal/trunk/packaging/tomcat/pkg/tc7/pom.xml
===================================================================
--- portal/trunk/packaging/tomcat/pkg/tc7/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/packaging/tomcat/pkg/tc7/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.tomcat.pkg</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.packaging.tomcat.pkg.tc7</artifactId>
<packaging>pom</packaging>
Modified: portal/trunk/packaging/tomcat/pom.xml
===================================================================
--- portal/trunk/packaging/tomcat/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/packaging/tomcat/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.packaging.tomcat</artifactId>
<packaging>pom</packaging>
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<packaging>pom</packaging>
<name>GateIn - Portal</name>
@@ -70,9 +70,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/portal/trunk</developerConnection>
- <url>http://fisheye.jboss.org/browse/gatein/portal/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/tags/3.2.0-GA</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/portal/tags/3.2.0-GA</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/portal/tags/3.2.0-GA</url>
</scm>
<modules>
@@ -406,140 +406,140 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.controller</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.security</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.server</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.api</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web.resources</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.management</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.framework</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portlet</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.dashboard</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>test-jar</type>
</dependency>
<dependency>
@@ -550,61 +550,61 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web.portal</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-server</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.eXoGadgets</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gwtGadgets</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet.web</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web.rest</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet.exoadmin</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web.eXoResources</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>gatein-sample-skin</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet.dashboard</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>war</type>
</dependency>
Modified: portal/trunk/portlet/dashboard/pom.xml
===================================================================
--- portal/trunk/portlet/dashboard/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/portlet/dashboard/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/portlet/exoadmin/pom.xml
===================================================================
--- portal/trunk/portlet/exoadmin/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/portlet/exoadmin/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/portlet/pom.xml
===================================================================
--- portal/trunk/portlet/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/portlet/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: portal/trunk/portlet/web/pom.xml
===================================================================
--- portal/trunk/portlet/web/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/portlet/web/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/starter/ear/pom.xml
===================================================================
--- portal/trunk/starter/ear/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/starter/ear/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/starter/pom.xml
===================================================================
--- portal/trunk/starter/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/starter/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: portal/trunk/starter/war/pom.xml
===================================================================
--- portal/trunk/starter/war/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/starter/war/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: portal/trunk/testsuite/pom.xml
===================================================================
--- portal/trunk/testsuite/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/testsuite/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: portal/trunk/testsuite/selenium-snifftests/pom.xml
===================================================================
--- portal/trunk/testsuite/selenium-snifftests/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/testsuite/selenium-snifftests/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: portal/trunk/testsuite/webuibasedsamples/pom.xml
===================================================================
--- portal/trunk/testsuite/webuibasedsamples/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/testsuite/webuibasedsamples/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: portal/trunk/web/eXoResources/pom.xml
===================================================================
--- portal/trunk/web/eXoResources/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/web/eXoResources/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/web/pom.xml
===================================================================
--- portal/trunk/web/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/web/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: portal/trunk/web/portal/pom.xml
===================================================================
--- portal/trunk/web/portal/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/web/portal/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/web/rest/pom.xml
===================================================================
--- portal/trunk/web/rest/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/web/rest/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/core/pom.xml
===================================================================
--- portal/trunk/webui/core/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/webui/core/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/dashboard/pom.xml
===================================================================
--- portal/trunk/webui/dashboard/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/webui/dashboard/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/eXo/pom.xml
===================================================================
--- portal/trunk/webui/eXo/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/webui/eXo/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/framework/pom.xml
===================================================================
--- portal/trunk/webui/framework/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/webui/framework/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/pom.xml
===================================================================
--- portal/trunk/webui/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/webui/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: portal/trunk/webui/portal/pom.xml
===================================================================
--- portal/trunk/webui/portal/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/webui/portal/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/portlet/pom.xml
===================================================================
--- portal/trunk/webui/portlet/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/webui/portlet/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/wsrp-integration/extension-component/pom.xml
===================================================================
--- portal/trunk/wsrp-integration/extension-component/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/wsrp-integration/extension-component/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -26,7 +26,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/wsrp-integration/extension-config/pom.xml
===================================================================
--- portal/trunk/wsrp-integration/extension-config/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/wsrp-integration/extension-config/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -26,7 +26,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>extension-config</artifactId>
Modified: portal/trunk/wsrp-integration/extension-ear-as5/pom.xml
===================================================================
--- portal/trunk/wsrp-integration/extension-ear-as5/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/wsrp-integration/extension-ear-as5/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -27,7 +27,7 @@
<parent>
<groupId>org.gatein.integration</groupId>
<artifactId>gatein-wsrp-integration-parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>extension-ear-as5</artifactId>
Modified: portal/trunk/wsrp-integration/extension-ear-as6/pom.xml
===================================================================
--- portal/trunk/wsrp-integration/extension-ear-as6/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/wsrp-integration/extension-ear-as6/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -29,7 +29,7 @@
<parent>
<groupId>org.gatein.integration</groupId>
<artifactId>gatein-wsrp-integration-parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>extension-ear-as6</artifactId>
Modified: portal/trunk/wsrp-integration/extension-war/pom.xml
===================================================================
--- portal/trunk/wsrp-integration/extension-war/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/wsrp-integration/extension-war/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -27,7 +27,7 @@
<parent>
<artifactId>gatein-wsrp-integration-parent</artifactId>
<groupId>org.gatein.integration</groupId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>extension-war</artifactId>
Modified: portal/trunk/wsrp-integration/pom.xml
===================================================================
--- portal/trunk/wsrp-integration/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
+++ portal/trunk/wsrp-integration/pom.xml 2012-02-28 21:27:20 UTC (rev 8482)
@@ -28,14 +28,14 @@
<groupId>org.gatein.integration</groupId>
<artifactId>gatein-wsrp-integration-parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
<packaging>pom</packaging>
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<description>GateIn WSRP Integration extension parent</description>
12 years, 10 months
gatein SVN: r8481 - in portal/trunk: docs/reference-guide and 5 other directories.
by do-not-reply@jboss.org
Author: bdaw
Date: 2012-02-28 15:41:34 -0500 (Tue, 28 Feb 2012)
New Revision: 8481
Modified:
portal/trunk/docs/pom.xml
portal/trunk/docs/reference-guide/pom.xml
portal/trunk/docs/user-guide/pom.xml
portal/trunk/packaging/jboss-as7/extension/pom.xml
portal/trunk/packaging/jboss-as7/modules/pom.xml
portal/trunk/packaging/jboss-as7/pkg/pom.xml
portal/trunk/packaging/jboss-as7/pom.xml
Log:
Preparing for 3.2.0-GA release. Updating poms in docs and packagin/jboss-as7 which won't be triggered by -Prelease
Modified: portal/trunk/docs/pom.xml
===================================================================
--- portal/trunk/docs/pom.xml 2012-02-28 20:37:24 UTC (rev 8480)
+++ portal/trunk/docs/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<groupId>org.gatein.doc</groupId>
Modified: portal/trunk/docs/reference-guide/pom.xml
===================================================================
--- portal/trunk/docs/reference-guide/pom.xml 2012-02-28 20:37:24 UTC (rev 8480)
+++ portal/trunk/docs/reference-guide/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.doc</groupId>
<artifactId>docs-aggregator</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<groupId>org.gatein.doc</groupId>
Modified: portal/trunk/docs/user-guide/pom.xml
===================================================================
--- portal/trunk/docs/user-guide/pom.xml 2012-02-28 20:37:24 UTC (rev 8480)
+++ portal/trunk/docs/user-guide/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.doc</groupId>
<artifactId>docs-aggregator</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>gatein-user-guide-en</artifactId>
Modified: portal/trunk/packaging/jboss-as7/extension/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as7/extension/pom.xml 2012-02-28 20:37:24 UTC (rev 8480)
+++ portal/trunk/packaging/jboss-as7/extension/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.jboss7</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/jboss-as7/modules/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as7/modules/pom.xml 2012-02-28 20:37:24 UTC (rev 8480)
+++ portal/trunk/packaging/jboss-as7/modules/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.jboss7</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/jboss-as7/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as7/pkg/pom.xml 2012-02-28 20:37:24 UTC (rev 8480)
+++ portal/trunk/packaging/jboss-as7/pkg/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging.jboss7</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.packaging.jboss7.pkg</artifactId>
Modified: portal/trunk/packaging/jboss-as7/pom.xml
===================================================================
--- portal/trunk/packaging/jboss-as7/pom.xml 2012-02-28 20:37:24 UTC (rev 8480)
+++ portal/trunk/packaging/jboss-as7/pom.xml 2012-02-28 20:41:34 UTC (rev 8481)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.2.0-CR02-SNAPSHOT</version>
+ <version>3.2.0-GA</version>
</parent>
<artifactId>exo.portal.packaging.jboss7</artifactId>
12 years, 10 months
gatein SVN: r8480 - in portal/trunk: web/portal/src/main/webapp/WEB-INF/conf/organization and 1 other directory.
by do-not-reply@jboss.org
Author: bdaw
Date: 2012-02-28 15:37:24 -0500 (Tue, 28 Feb 2012)
New Revision: 8480
Modified:
portal/trunk/component/identity/src/main/java/org/exoplatform/services/organization/idm/Config.java
portal/trunk/component/identity/src/main/java/org/exoplatform/services/organization/idm/UserDAOImpl.java
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml
Log:
GTNPORTAL-2364 Duplicated last entry in the user list of the organization portlet
Modified: portal/trunk/component/identity/src/main/java/org/exoplatform/services/organization/idm/Config.java
===================================================================
--- portal/trunk/component/identity/src/main/java/org/exoplatform/services/organization/idm/Config.java 2012-02-28 18:03:49 UTC (rev 8479)
+++ portal/trunk/component/identity/src/main/java/org/exoplatform/services/organization/idm/Config.java 2012-02-28 20:37:24 UTC (rev 8480)
@@ -58,6 +58,8 @@
private boolean sortMemberships = true;
+ private boolean countPaginatedUsers = true;
+
public Config()
{
}
@@ -328,4 +330,14 @@
{
this.sortMemberships = sortMemberships;
}
+
+ public boolean isCountPaginatedUsers()
+ {
+ return countPaginatedUsers;
+ }
+
+ public void setCountPaginatedUsers(boolean countPaginatedUsers)
+ {
+ this.countPaginatedUsers = countPaginatedUsers;
+ }
}
Modified: portal/trunk/component/identity/src/main/java/org/exoplatform/services/organization/idm/UserDAOImpl.java
===================================================================
--- portal/trunk/component/identity/src/main/java/org/exoplatform/services/organization/idm/UserDAOImpl.java 2012-02-28 18:03:49 UTC (rev 8479)
+++ portal/trunk/component/identity/src/main/java/org/exoplatform/services/organization/idm/UserDAOImpl.java 2012-02-28 20:37:24 UTC (rev 8480)
@@ -555,7 +555,7 @@
q.getFirstName() == null &&
q.getLastName() == null)
{
- list = new IDMUserListAccess(qb, 20, true);
+ list = new IDMUserListAccess(qb, 20, !countPaginatedUsers());
}
else
{
@@ -924,4 +924,9 @@
// TODO: it should be there.
return ((PicketLinkIDMServiceImpl)service_).getRealmName();
}
+
+ private boolean countPaginatedUsers()
+ {
+ return orgService.getConfiguration().isCountPaginatedUsers();
+ }
}
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml 2012-02-28 18:03:49 UTC (rev 8479)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml 2012-02-28 20:37:24 UTC (rev 8480)
@@ -242,6 +242,19 @@
<field name="sortMemberships">
<boolean>true</boolean>
</field>
+
+ <!-- For some LDAP configurations where part of users can duplicate in both DB and LDAP
+ it is not possible to count user efficiently for paginated query. Only way is to download
+ whole content of LDAP server and exclude duplicates manually to return accurate user count.
+ When this option is set to true GateIn will rely on user count information returned from PLIDM
+ which can return greater number of users then in real non duplicated count for perf reasons..
+ Those users will be filtered before returning search page however to not return nulls last entry
+ can be duplicated in returned user list.
+ If this value is set to false GateIn will perform whole non paginated query and filter it after.
+ It will result in more accurate results and paginated list size info however can affect performance -->
+ <field name="countPaginatedUsers">
+ <boolean>true</boolean>
+ </field>
</object>
</object-param>
</init-params>
12 years, 10 months
gatein SVN: r8479 - epp/portal/branches/EPP_5_2_Branch/component/web/security/src/main/java/org/exoplatform/web/security.
by do-not-reply@jboss.org
Author: mposolda
Date: 2012-02-28 13:03:49 -0500 (Tue, 28 Feb 2012)
New Revision: 8479
Modified:
epp/portal/branches/EPP_5_2_Branch/component/web/security/src/main/java/org/exoplatform/web/security/PortalLoginController.java
Log:
GTNPORTAL-2318 initialURI needs to be encoded during transition between login processes
Modified: epp/portal/branches/EPP_5_2_Branch/component/web/security/src/main/java/org/exoplatform/web/security/PortalLoginController.java
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/component/web/security/src/main/java/org/exoplatform/web/security/PortalLoginController.java 2012-02-28 17:26:34 UTC (rev 8478)
+++ epp/portal/branches/EPP_5_2_Branch/component/web/security/src/main/java/org/exoplatform/web/security/PortalLoginController.java 2012-02-28 18:03:49 UTC (rev 8479)
@@ -93,7 +93,7 @@
}
//
- String redirectURI = req.getContextPath() + "/dologin?initialURI=" + uri;
+ String redirectURI = req.getContextPath() + "/dologin?initialURI=" + URLEncoder.encode(uri, "UTF-8");
resp.sendRedirect(resp.encodeRedirectURL(redirectURI));
}
12 years, 10 months