gatein SVN: r385 - portal/trunk/packaging.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-10-21 03:50:24 -0400 (Wed, 21 Oct 2009)
New Revision: 385
Modified:
portal/trunk/packaging/
Log:
Add profiles.xml to svn:ignore
Property changes on: portal/trunk/packaging
___________________________________________________________________
Name: svn:ignore
+ profiles.xml
15 years, 2 months
gatein SVN: r384 - portal/trunk.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2009-10-21 03:47:55 -0400 (Wed, 21 Oct 2009)
New Revision: 384
Modified:
portal/trunk/README.txt
portal/trunk/Release Notes.txt
portal/trunk/pom.xml
Log:
- Fixed pom.xml
- Added JBoss Repository location (Or the GateIn parent couldn't be found)
- Correct SCM
- Fixed README.txt
- Fixed Release Notes.txt
Modified: portal/trunk/README.txt
===================================================================
--- portal/trunk/README.txt 2009-10-21 00:24:12 UTC (rev 383)
+++ portal/trunk/README.txt 2009-10-21 07:47:55 UTC (rev 384)
@@ -1,22 +1,3 @@
-====
- Copyright (C) 2009 eXo Platform SAS.
-
- This is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 2.1 of
- the License, or (at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this software; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-====
-
Welcome to gatein codebase:
===========================
@@ -32,7 +13,7 @@
* MAVEN CONFIGURATION:
**********************
-* edit ${basedir}/profiles.xml and replace the values mentionned so that:
+* edit packaging/profiles.xml and replace the values mentioned so that:
* ${exo.projects.directory.dependencies} directory contains :
** ${exo.projects.app.tomcat.version}/ a clean Tomcat installation, to be used as packaging template
** ${exo.projects.app.jboss.version}/ a clean JBoss installation, to be used as packaging template
@@ -45,18 +26,20 @@
*****************
* PACKAGING:
*****************
-
+
* mvn install -Ppkg-tomcat
-** Create a Tomcat delivery in pkg/target/tomcat/ and archives are stored in target
+** Creates a Tomcat delivery in packaging/pkg/target/tomcat/
+** Creates compressed archives in packaging/pkg/target/target
* mvn install -Ppkg-jbossas
-** Create a JBossAS delivery in pkg/target/jboss/ and archives are stored in target
+** Creates a JBossAS delivery in packaging/pkg/target/jboss/
+** Creates compressed archives in packaging/pkg/target/target
*****************
* STARTING:
*****************
* On Tomcat: go to the tomcat directory (or unzip the archive in your favorite location) and execute 'bin/gatein.sh start' ('bin/gatein.bat start' on Windows)
-* On JBoss: go to the jboss directory (or unzip the archive in your favorite location) and execute 'bin/run.sh start' ('bin/grun.bat start' on Windows)
+* On JBoss: go to the jboss directory (or unzip the archive in your favorite location) and execute 'bin/run.sh start' ('bin/run.bat start' on Windows)
* Go to http://localhost:8080/portal to see the homepage of the portal. That's it.
Modified: portal/trunk/Release Notes.txt
===================================================================
--- portal/trunk/Release Notes.txt 2009-10-21 00:24:12 UTC (rev 383)
+++ portal/trunk/Release Notes.txt 2009-10-21 07:47:55 UTC (rev 384)
@@ -1,27 +1,8 @@
-====
- Copyright (C) 2009 eXo Platform SAS.
-
- This is free software; you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 2.1 of
- the License, or (at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this software; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-====
+Release Notes will start from GateIn CR1
Release Notes - GateIn
- Other resources and links
- Company site http://www.exoplatform.com
- Community JIRA http://jira.exoplatform.org
- Comminity site http://www.exoplatform.org
- Developers wiki http://wiki.exoplatform.org
- Documentation http://docs.exoplatform.org
+ Community site http://www.gatein.org
+ Community JIRA https://jira.jboss.org/jira/secure/Dashboard.jspa
+ Community Forum http://www.jboss.org/index.html?module=bb&op=viewforum&f=335
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2009-10-21 00:24:12 UTC (rev 383)
+++ portal/trunk/pom.xml 2009-10-21 07:47:55 UTC (rev 384)
@@ -65,9 +65,9 @@
</properties>
<scm>
- <connection>scm:svn:http://svn.exoplatform.org/projects/gatein/portal/trunk</connection>
- <developerConnection>scm:svn:http://svn.exoplatform.org/projects/gatein/portal/trunk</developerConnection>
- <url>http://fisheye.exoplatform.org/browse/projects/gatein/portal/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/portal/trunk</connection>
+ <developerConnection>scm:svn:http://svn.jboss.org/repos/gatein/portal/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/gatein/portal/trunk</url>
</scm>
<modules>
@@ -219,6 +219,16 @@
<!-- To be removed and replaced by settings in user config -->
<repositories>
<repository>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
<id>exo-int</id>
<url>http://maven2.exoplatform.org/rest/maven2</url>
<releases>
15 years, 2 months
gatein SVN: r383 - in portal/tags/3.0.0-Beta02/docs: user-guide and 1 other directory.
by do-not-reply@jboss.org
Author: dbaeli
Date: 2009-10-20 20:24:12 -0400 (Tue, 20 Oct 2009)
New Revision: 383
Modified:
portal/tags/3.0.0-Beta02/docs/pom.xml
portal/tags/3.0.0-Beta02/docs/user-guide/pom.xml
Log:
GTNPORTAL-48: Release GateIn 3.0.0-Beta02 with source code from JBoss.org
* Tag 3.0.0-Beta02
Modified: portal/tags/3.0.0-Beta02/docs/pom.xml
===================================================================
--- portal/tags/3.0.0-Beta02/docs/pom.xml 2009-10-21 00:10:29 UTC (rev 382)
+++ portal/tags/3.0.0-Beta02/docs/pom.xml 2009-10-21 00:24:12 UTC (rev 383)
@@ -27,7 +27,7 @@
<artifactId>docs-aggregator</artifactId>
<packaging>pom</packaging>
<name>GateIn - Portal (docs-aggregator)</name>
- <version>3.0.0-Beta02-SNAPSHOT</version>
+ <version>3.0.0-Beta02</version>
<modules>
<module>user-guide</module>
Modified: portal/tags/3.0.0-Beta02/docs/user-guide/pom.xml
===================================================================
--- portal/tags/3.0.0-Beta02/docs/user-guide/pom.xml 2009-10-21 00:10:29 UTC (rev 382)
+++ portal/tags/3.0.0-Beta02/docs/user-guide/pom.xml 2009-10-21 00:24:12 UTC (rev 383)
@@ -34,7 +34,7 @@
<groupId>org.gatein.doc</groupId>
<artifactId>gatein-user-guide-en</artifactId>
- <version>3.0.0-Beta02-SNAPSHOT</version>
+ <version>3.0.0-Beta02</version>
<packaging>jdocbook</packaging>
<name>GateIn User Guide en</name>
15 years, 2 months
gatein SVN: r382 - in portal/trunk/docs: user-guide and 1 other directory.
by do-not-reply@jboss.org
Author: dbaeli
Date: 2009-10-20 20:10:29 -0400 (Tue, 20 Oct 2009)
New Revision: 382
Modified:
portal/trunk/docs/pom.xml
portal/trunk/docs/user-guide/pom.xml
Log:
GTNPORTAL-48: Release GateIn 3.0.0-Beta02 with source code from JBoss.org
* New version is 3.0.0-CR01-SNAPSHOT
Modified: portal/trunk/docs/pom.xml
===================================================================
--- portal/trunk/docs/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
+++ portal/trunk/docs/pom.xml 2009-10-21 00:10:29 UTC (rev 382)
@@ -27,7 +27,7 @@
<artifactId>docs-aggregator</artifactId>
<packaging>pom</packaging>
<name>GateIn - Portal (docs-aggregator)</name>
- <version>3.0.0-Beta02-SNAPSHOT</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<modules>
<module>user-guide</module>
Modified: portal/trunk/docs/user-guide/pom.xml
===================================================================
--- portal/trunk/docs/user-guide/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
+++ portal/trunk/docs/user-guide/pom.xml 2009-10-21 00:10:29 UTC (rev 382)
@@ -34,7 +34,7 @@
<groupId>org.gatein.doc</groupId>
<artifactId>gatein-user-guide-en</artifactId>
- <version>3.0.0-Beta02-SNAPSHOT</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>GateIn User Guide en</name>
15 years, 2 months
gatein SVN: r381 - in portal/trunk: component and 55 other directories.
by do-not-reply@jboss.org
Author: dbaeli
Date: 2009-10-20 20:09:54 -0400 (Tue, 20 Oct 2009)
New Revision: 381
Modified:
portal/trunk/component/application-registry/pom.xml
portal/trunk/component/common/pom.xml
portal/trunk/component/dashboard/pom.xml
portal/trunk/component/identity/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/web/pom.xml
portal/trunk/component/wsrp/pom.xml
portal/trunk/component/xml-parser/pom.xml
portal/trunk/gadgets/core/pom.xml
portal/trunk/gadgets/eXoGadgets/pom.xml
portal/trunk/gadgets/pom.xml
portal/trunk/gadgets/server/pom.xml
portal/trunk/packaging/module/pom.xml
portal/trunk/packaging/pkg/pom.xml
portal/trunk/packaging/pom.xml
portal/trunk/packaging/product/pom.xml
portal/trunk/packaging/reports/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/sample/extension/config/pom.xml
portal/trunk/sample/extension/ear/pom.xml
portal/trunk/sample/extension/jar/pom.xml
portal/trunk/sample/extension/pom.xml
portal/trunk/sample/extension/war/pom.xml
portal/trunk/sample/pom.xml
portal/trunk/sample/portal/config/pom.xml
portal/trunk/sample/portal/ear/pom.xml
portal/trunk/sample/portal/jar/pom.xml
portal/trunk/sample/portal/pom.xml
portal/trunk/sample/portal/rest-war/pom.xml
portal/trunk/sample/portal/war/pom.xml
portal/trunk/server/jboss/patch-ear/pom.xml
portal/trunk/server/jboss/patch/pom.xml
portal/trunk/server/jboss/plugin/pom.xml
portal/trunk/server/jboss/pom.xml
portal/trunk/server/pom.xml
portal/trunk/server/tomcat/patch/pom.xml
portal/trunk/server/tomcat/plugin/pom.xml
portal/trunk/server/tomcat/pom.xml
portal/trunk/starter/ear/pom.xml
portal/trunk/starter/pom.xml
portal/trunk/starter/war/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/eXo/pom.xml
portal/trunk/webui/pom.xml
portal/trunk/webui/portal/pom.xml
Log:
GTNPORTAL-48: Release GateIn 3.0.0-Beta02 with source code from JBoss.org
* New version is 3.0.0-CR01-SNAPSHOT
Modified: portal/trunk/component/application-registry/pom.xml
===================================================================
--- portal/trunk/component/application-registry/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/component/application-registry/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
Modified: portal/trunk/component/common/pom.xml
===================================================================
--- portal/trunk/component/common/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/component/common/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: portal/trunk/component/dashboard/pom.xml
===================================================================
--- portal/trunk/component/dashboard/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/component/dashboard/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,14 +35,14 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: portal/trunk/component/identity/pom.xml
===================================================================
--- portal/trunk/component/identity/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/component/identity/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/component/pc/pom.xml
===================================================================
--- portal/trunk/component/pc/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/component/pc/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,13 +23,13 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.pc</artifactId>
<packaging>jar</packaging>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<name>GateIn Portal Component PC integration</name>
<dependencies>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.common</groupId>
Modified: portal/trunk/component/pom.xml
===================================================================
--- portal/trunk/component/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/component/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: portal/trunk/component/portal/pom.xml
===================================================================
--- portal/trunk/component/portal/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/component/portal/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -48,19 +48,19 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
Modified: portal/trunk/component/resources/pom.xml
===================================================================
--- portal/trunk/component/resources/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/component/resources/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -84,7 +84,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: portal/trunk/component/scripting/pom.xml
===================================================================
--- portal/trunk/component/scripting/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/component/scripting/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -41,13 +41,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.xml-parser</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
Modified: portal/trunk/component/web/pom.xml
===================================================================
--- portal/trunk/component/web/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/component/web/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
@@ -123,7 +123,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
Modified: portal/trunk/component/wsrp/pom.xml
===================================================================
--- portal/trunk/component/wsrp/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/component/wsrp/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.wsrp</artifactId>
<packaging>jar</packaging>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<name>GateIn Portal Component WSRP integration</name>
<dependencies>
Modified: portal/trunk/component/xml-parser/pom.xml
===================================================================
--- portal/trunk/component/xml-parser/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/component/xml-parser/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/gadgets/core/pom.xml
===================================================================
--- portal/trunk/gadgets/core/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/gadgets/core/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
@@ -82,7 +82,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: portal/trunk/gadgets/eXoGadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/gadgets/eXoGadgets/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -39,14 +39,14 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: portal/trunk/gadgets/pom.xml
===================================================================
--- portal/trunk/gadgets/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/gadgets/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: portal/trunk/gadgets/server/pom.xml
===================================================================
--- portal/trunk/gadgets/server/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/gadgets/server/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: portal/trunk/packaging/module/pom.xml
===================================================================
--- portal/trunk/packaging/module/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/packaging/module/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/pkg/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/packaging/pkg/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,13 +67,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.module</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<type>js</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.product</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<type>js</type>
</dependency>
</dependencies>
Modified: portal/trunk/packaging/pom.xml
===================================================================
--- portal/trunk/packaging/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/packaging/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/product/pom.xml
===================================================================
--- portal/trunk/packaging/product/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/packaging/product/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/packaging/reports/pom.xml
===================================================================
--- portal/trunk/packaging/reports/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/packaging/reports/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -31,7 +31,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<packaging>pom</packaging>
<name>GateIn Portal</name>
Modified: portal/trunk/portlet/dashboard/pom.xml
===================================================================
--- portal/trunk/portlet/dashboard/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/portlet/dashboard/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,20 +35,20 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.dashboard</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: portal/trunk/portlet/exoadmin/pom.xml
===================================================================
--- portal/trunk/portlet/exoadmin/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/portlet/exoadmin/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,14 +35,14 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: portal/trunk/portlet/pom.xml
===================================================================
--- portal/trunk/portlet/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/portlet/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: portal/trunk/portlet/web/pom.xml
===================================================================
--- portal/trunk/portlet/web/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/portlet/web/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: portal/trunk/sample/extension/config/pom.xml
===================================================================
--- portal/trunk/sample/extension/config/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/sample/extension/config/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/sample/extension/ear/pom.xml
===================================================================
--- portal/trunk/sample/extension/ear/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/sample/extension/ear/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,23 +37,23 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/sample/extension/jar/pom.xml
===================================================================
--- portal/trunk/sample/extension/jar/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/sample/extension/jar/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: portal/trunk/sample/extension/pom.xml
===================================================================
--- portal/trunk/sample/extension/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/sample/extension/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: portal/trunk/sample/extension/war/pom.xml
===================================================================
--- portal/trunk/sample/extension/war/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/sample/extension/war/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/sample/pom.xml
===================================================================
--- portal/trunk/sample/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/sample/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: portal/trunk/sample/portal/config/pom.xml
===================================================================
--- portal/trunk/sample/portal/config/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/sample/portal/config/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/sample/portal/ear/pom.xml
===================================================================
--- portal/trunk/sample/portal/ear/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/sample/portal/ear/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,29 +37,29 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/sample/portal/jar/pom.xml
===================================================================
--- portal/trunk/sample/portal/jar/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/sample/portal/jar/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: portal/trunk/sample/portal/pom.xml
===================================================================
--- portal/trunk/sample/portal/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/sample/portal/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: portal/trunk/sample/portal/rest-war/pom.xml
===================================================================
--- portal/trunk/sample/portal/rest-war/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/sample/portal/rest-war/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/sample/portal/war/pom.xml
===================================================================
--- portal/trunk/sample/portal/war/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/sample/portal/war/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/patch/pom.xml
===================================================================
--- portal/trunk/server/jboss/patch/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/server/jboss/patch/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/patch-ear/pom.xml
===================================================================
--- portal/trunk/server/jboss/patch-ear/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/server/jboss/patch-ear/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/plugin/pom.xml
===================================================================
--- portal/trunk/server/jboss/plugin/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/server/jboss/plugin/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/jboss/pom.xml
===================================================================
--- portal/trunk/server/jboss/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/server/jboss/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: portal/trunk/server/pom.xml
===================================================================
--- portal/trunk/server/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/server/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: portal/trunk/server/tomcat/patch/pom.xml
===================================================================
--- portal/trunk/server/tomcat/patch/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/server/tomcat/patch/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.tomcat</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/tomcat/plugin/pom.xml
===================================================================
--- portal/trunk/server/tomcat/plugin/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/server/tomcat/plugin/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.tomcat</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/server/tomcat/pom.xml
===================================================================
--- portal/trunk/server/tomcat/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/server/tomcat/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server.tomcat</artifactId>
Modified: portal/trunk/starter/ear/pom.xml
===================================================================
--- portal/trunk/starter/ear/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/starter/ear/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: portal/trunk/starter/pom.xml
===================================================================
--- portal/trunk/starter/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/starter/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: portal/trunk/starter/war/pom.xml
===================================================================
--- portal/trunk/starter/war/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/starter/war/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/web/eXoResources/pom.xml
===================================================================
--- portal/trunk/web/eXoResources/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/web/eXoResources/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/web/pom.xml
===================================================================
--- portal/trunk/web/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/web/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: portal/trunk/web/portal/pom.xml
===================================================================
--- portal/trunk/web/portal/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/web/portal/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/web/rest/pom.xml
===================================================================
--- portal/trunk/web/rest/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/web/rest/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: portal/trunk/webui/core/pom.xml
===================================================================
--- portal/trunk/webui/core/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/webui/core/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.gatein.common</groupId>
Modified: portal/trunk/webui/eXo/pom.xml
===================================================================
--- portal/trunk/webui/eXo/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/webui/eXo/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,13 +35,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
Modified: portal/trunk/webui/pom.xml
===================================================================
--- portal/trunk/webui/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/webui/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: portal/trunk/webui/portal/pom.xml
===================================================================
--- portal/trunk/webui/portal/pom.xml 2009-10-20 23:49:50 UTC (rev 380)
+++ portal/trunk/webui/portal/pom.xml 2009-10-21 00:09:54 UTC (rev 381)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -47,37 +47,37 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
<dependency>
@@ -94,7 +94,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>3.0.0-Beta02</version>
+ <version>3.0.0-CR01-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
15 years, 2 months
gatein SVN: r380 - portal/tags.
by do-not-reply@jboss.org
Author: dbaeli
Date: 2009-10-20 19:49:50 -0400 (Tue, 20 Oct 2009)
New Revision: 380
Added:
portal/tags/3.0.0-Beta02/
Log:
GTNPORTAL-48: Release GateIn 3.0.0-Beta02 with source code from JBoss.org
* Tag 3.0.0-Beta02
Copied: portal/tags/3.0.0-Beta02 (from rev 379, portal/trunk)
15 years, 2 months
gatein SVN: r379 - in portal/trunk: component/application-registry and 41 other directories.
by do-not-reply@jboss.org
Author: dbaeli
Date: 2009-10-20 19:47:16 -0400 (Tue, 20 Oct 2009)
New Revision: 379
Modified:
portal/trunk/component/application-registry/
portal/trunk/component/common/
portal/trunk/component/dashboard/
portal/trunk/component/identity/
portal/trunk/component/pc/
portal/trunk/component/portal/
portal/trunk/component/resources/
portal/trunk/component/scripting/
portal/trunk/component/web/
portal/trunk/component/wsrp/
portal/trunk/component/xml-parser/
portal/trunk/gadgets/core/
portal/trunk/gadgets/eXoGadgets/
portal/trunk/gadgets/server/
portal/trunk/packaging/module/
portal/trunk/packaging/pkg/
portal/trunk/packaging/pkg/pom.xml
portal/trunk/packaging/product/
portal/trunk/pom.xml
portal/trunk/portlet/dashboard/
portal/trunk/portlet/exoadmin/
portal/trunk/portlet/web/
portal/trunk/sample/extension/config/
portal/trunk/sample/extension/ear/
portal/trunk/sample/extension/jar/
portal/trunk/sample/extension/war/
portal/trunk/sample/portal/config/
portal/trunk/sample/portal/ear/
portal/trunk/sample/portal/jar/
portal/trunk/sample/portal/rest-war/
portal/trunk/sample/portal/war/
portal/trunk/server/jboss/patch-ear/
portal/trunk/server/jboss/patch/
portal/trunk/server/jboss/plugin/
portal/trunk/server/tomcat/patch/
portal/trunk/server/tomcat/plugin/
portal/trunk/starter/ear/
portal/trunk/starter/war/
portal/trunk/web/eXoResources/
portal/trunk/web/portal/
portal/trunk/web/rest/
portal/trunk/webui/core/
portal/trunk/webui/eXo/
portal/trunk/webui/portal/
Log:
GTNPORTAL-48: Release GateIn 3.0.0-Beta02 with source code from JBoss.org
* Clean exo repository configuration
* Do not attach packaged zips in the maven repository
Property changes on: portal/trunk/component/application-registry
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/component/common
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/component/dashboard
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/component/identity
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/component/pc
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/component/portal
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/component/resources
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/component/scripting
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/component/web
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/component/wsrp
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/component/xml-parser
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/gadgets/core
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/gadgets/eXoGadgets
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/gadgets/server
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/packaging/module
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/packaging/pkg
___________________________________________________________________
Name: svn:ignore
+ target
Modified: portal/trunk/packaging/pkg/pom.xml
===================================================================
--- portal/trunk/packaging/pkg/pom.xml 2009-10-20 21:07:41 UTC (rev 378)
+++ portal/trunk/packaging/pkg/pom.xml 2009-10-20 23:47:16 UTC (rev 379)
@@ -229,6 +229,7 @@
<descriptors>
<descriptor>src/main/assembly/tomcat-zip.xml</descriptor>
</descriptors>
+ <attach>false</attach>
</configuration>
</execution>
</executions>
@@ -327,6 +328,7 @@
<descriptors>
<descriptor>src/main/assembly/jbossear-zip.xml</descriptor>
</descriptors>
+ <attach>false</attach>
</configuration>
</execution>
</executions>
Property changes on: portal/trunk/packaging/product
___________________________________________________________________
Name: svn:ignore
+ target
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2009-10-20 21:07:41 UTC (rev 378)
+++ portal/trunk/pom.xml 2009-10-20 23:47:16 UTC (rev 379)
@@ -36,22 +36,7 @@
<name>GateIn Portal</name>
- <distributionManagement>
- <repository>
- <id>repository.exoplatform.org</id>
- <url>${gatein.releases.repo.url}</url>
- </repository>
- <snapshotRepository>
- <id>repository.exoplatform.org</id>
- <url>${gatein.snapshots.repo.url}</url>
- </snapshotRepository>
- </distributionManagement>
-
<properties>
- <!-- Repositories URLs -->
- <gatein.releases.repo.url>http://repository.exoplatform.org/content/repositories/exo-releases/</gatein.releases.repo.url>
- <gatein.snapshots.repo.url>http://repository.exoplatform.org/content/repositories/exo-snapshots/</gatein.snapshots.repo.url>
-
<org.exoplatform.kernel.version>2.2.0-Beta02</org.exoplatform.kernel.version>
<org.exoplatform.core.version>2.3.0-Beta02</org.exoplatform.core.version>
<org.exoplatform.ws.version>2.1.0-Beta02</org.exoplatform.ws.version>
@@ -244,26 +229,6 @@
</snapshots>
</repository>
<repository>
- <id>repository.jboss.org</id>
- <url>http://repository.jboss.org/maven2</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots.jboss.org</id>
- <url>http://snapshots.jboss.org/maven2</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
<id>caja</id>
<url>http://google-caja.googlecode.com/svn/maven</url>
<releases>
@@ -295,26 +260,6 @@
<enabled>false</enabled>
</snapshots>
</pluginRepository>
- <pluginRepository>
- <id>repository.jboss.org</id>
- <url>http://repository.jboss.org/maven2</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- <pluginRepository>
- <id>snapshots.jboss.org</id>
- <url>http://snapshots.jboss.org/maven2</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
</pluginRepositories>
</project>
Property changes on: portal/trunk/portlet/dashboard
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/portlet/exoadmin
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/portlet/web
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/sample/extension/config
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/sample/extension/ear
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/sample/extension/jar
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/sample/extension/war
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/sample/portal/config
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/sample/portal/ear
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/sample/portal/jar
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/sample/portal/rest-war
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/sample/portal/war
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/server/jboss/patch
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/server/jboss/patch-ear
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/server/jboss/plugin
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/server/tomcat/patch
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/server/tomcat/plugin
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/starter/ear
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/starter/war
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/web/eXoResources
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/web/portal
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/web/rest
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/webui/core
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/webui/eXo
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: portal/trunk/webui/portal
___________________________________________________________________
Name: svn:ignore
+ target
15 years, 2 months
gatein SVN: r375 - portal/trunk.
by do-not-reply@jboss.org
Author: dbaeli
Date: 2009-10-20 12:49:20 -0400 (Tue, 20 Oct 2009)
New Revision: 375
Added:
portal/trunk/Release Notes.txt
Log:
GTNPORTAL-48: Release GateIn 3.0.0-Beta02 with source code from JBoss.org
* Release Notes Structure
Added: portal/trunk/Release Notes.txt
===================================================================
--- portal/trunk/Release Notes.txt (rev 0)
+++ portal/trunk/Release Notes.txt 2009-10-20 16:49:20 UTC (rev 375)
@@ -0,0 +1,27 @@
+====
+ Copyright (C) 2009 eXo Platform SAS.
+
+ This is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of
+ the License, or (at your option) any later version.
+
+ This software is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this software; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+====
+
+Release Notes - GateIn
+
+- Other resources and links
+ Company site http://www.exoplatform.com
+ Community JIRA http://jira.exoplatform.org
+ Comminity site http://www.exoplatform.org
+ Developers wiki http://wiki.exoplatform.org
+ Documentation http://docs.exoplatform.org
15 years, 2 months