gatein SVN: r4111 - exo/portal/branches/3.1.x/portlet/exoadmin/src/main/java/org/exoplatform/applicationregistry/webui/component.
by do-not-reply@jboss.org
Author: hoang_to
Date: 2010-09-09 02:52:02 -0400 (Thu, 09 Sep 2010)
New Revision: 4111
Modified:
exo/portal/branches/3.1.x/portlet/exoadmin/src/main/java/org/exoplatform/applicationregistry/webui/component/UIApplicationForm.java
Log:
EXOGTN-53: Breadcumb is updated incorrectly after editting portlet in Application Registry portlet
Modified: exo/portal/branches/3.1.x/portlet/exoadmin/src/main/java/org/exoplatform/applicationregistry/webui/component/UIApplicationForm.java
===================================================================
--- exo/portal/branches/3.1.x/portlet/exoadmin/src/main/java/org/exoplatform/applicationregistry/webui/component/UIApplicationForm.java 2010-09-09 04:57:10 UTC (rev 4110)
+++ exo/portal/branches/3.1.x/portlet/exoadmin/src/main/java/org/exoplatform/applicationregistry/webui/component/UIApplicationForm.java 2010-09-09 06:52:02 UTC (rev 4111)
@@ -20,6 +20,7 @@
package org.exoplatform.applicationregistry.webui.component;
import org.exoplatform.application.registry.Application;
+import org.exoplatform.application.registry.ApplicationCategory;
import org.exoplatform.application.registry.ApplicationRegistryService;
import org.exoplatform.portal.application.PortalRequestContext;
import org.exoplatform.portal.webui.portal.UIPortal;
@@ -112,8 +113,9 @@
application.setDisplayName(application.getApplicationName());
}
service.update(application);
- //uiOrganizer.setSelectedApplication(uiOrganizer.getSelectedApplication());
+ ApplicationCategory selectedCat = uiOrganizer.getSelectedCategory();
uiOrganizer.reload();
+ uiOrganizer.setSelectedCategory(selectedCat);
uiOrganizer.setSelectedApplication(application);
ctx.addUIComponentToUpdateByAjax(uiOrganizer);
}
14 years, 4 months
gatein SVN: r4110 - exo/portal/branches/3.1.x/server/jboss/patch-ear/src/main/jboss/server/default/conf.
by do-not-reply@jboss.org
Author: hoang_to
Date: 2010-09-09 00:57:10 -0400 (Thu, 09 Sep 2010)
New Revision: 4110
Modified:
exo/portal/branches/3.1.x/server/jboss/patch-ear/src/main/jboss/server/default/conf/jboss-log4j.xml
Log:
EXOGTN-58: The log level of the eXo JCR is not properly set
Modified: exo/portal/branches/3.1.x/server/jboss/patch-ear/src/main/jboss/server/default/conf/jboss-log4j.xml
===================================================================
--- exo/portal/branches/3.1.x/server/jboss/patch-ear/src/main/jboss/server/default/conf/jboss-log4j.xml 2010-09-09 04:44:42 UTC (rev 4109)
+++ exo/portal/branches/3.1.x/server/jboss/patch-ear/src/main/jboss/server/default/conf/jboss-log4j.xml 2010-09-09 04:57:10 UTC (rev 4110)
@@ -211,8 +211,8 @@
<priority value="INFO"/>
</category>
- <!-- Limit the JSR77 categories -->
- <category name="jcr">
+ <!-- Limit the JSR170 categories -->
+ <category name="exo.jcr">
<priority value="INFO"/>
</category>
14 years, 4 months
gatein SVN: r4109 - exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF.
by do-not-reply@jboss.org
Author: hoang_to
Date: 2010-09-09 00:44:42 -0400 (Thu, 09 Sep 2010)
New Revision: 4109
Modified:
exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml
Log:
EXOGTN-68: The GenericFilter should be called after the request context has been properly set
Modified: exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml
===================================================================
--- exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml 2010-09-09 03:17:00 UTC (rev 4108)
+++ exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/web.xml 2010-09-09 04:44:42 UTC (rev 4109)
@@ -101,11 +101,6 @@
<url-pattern>/*</url-pattern>
</filter-mapping>
- <filter-mapping>
- <filter-name>GenericFilter</filter-name>
- <url-pattern>/*</url-pattern>
- </filter-mapping>
-
<filter-mapping>
<filter-name>ResourceRequestFilter</filter-name>
<url-pattern>*.css</url-pattern>
@@ -151,6 +146,12 @@
<url-pattern>/rest/*</url-pattern>
</filter-mapping>
+ <filter-mapping>
+ <filter-name>GenericFilter</filter-name>
+ <url-pattern>/*</url-pattern>
+ </filter-mapping>
+
+
<!-- ================================================================== -->
<!-- LISTENER -->
<!-- ================================================================== -->
14 years, 4 months
gatein SVN: r4108 - portal/branches/branch-r4047/server/jboss/patch-ear/src/main/jboss/server/default/conf.
by do-not-reply@jboss.org
Author: hoang_to
Date: 2010-09-08 23:17:00 -0400 (Wed, 08 Sep 2010)
New Revision: 4108
Modified:
portal/branches/branch-r4047/server/jboss/patch-ear/src/main/jboss/server/default/conf/jboss-log4j.xml
Log:
GTNPORTAL-1451: The log level of eXo JCR is not properly set
Modified: portal/branches/branch-r4047/server/jboss/patch-ear/src/main/jboss/server/default/conf/jboss-log4j.xml
===================================================================
--- portal/branches/branch-r4047/server/jboss/patch-ear/src/main/jboss/server/default/conf/jboss-log4j.xml 2010-09-09 02:43:36 UTC (rev 4107)
+++ portal/branches/branch-r4047/server/jboss/patch-ear/src/main/jboss/server/default/conf/jboss-log4j.xml 2010-09-09 03:17:00 UTC (rev 4108)
@@ -211,8 +211,8 @@
<priority value="INFO"/>
</category>
- <!-- Limit the JSR77 categories -->
- <category name="jcr">
+ <!-- Limit the JSR170 categories -->
+ <category name="exo.jcr">
<priority value="INFO"/>
</category>
14 years, 4 months
gatein SVN: r4107 - portal/branches/branch-r4047/component/web/api/src/main/java/org/exoplatform/web/filter.
by do-not-reply@jboss.org
Author: hoang_to
Date: 2010-09-08 22:43:36 -0400 (Wed, 08 Sep 2010)
New Revision: 4107
Added:
portal/branches/branch-r4047/component/web/api/src/main/java/org/exoplatform/web/filter/ResourceOverridingFilter.java
Log:
GTNPORTAL-1397: Have the ability to modify the Favicon without changing the portal.war
Added: portal/branches/branch-r4047/component/web/api/src/main/java/org/exoplatform/web/filter/ResourceOverridingFilter.java
===================================================================
--- portal/branches/branch-r4047/component/web/api/src/main/java/org/exoplatform/web/filter/ResourceOverridingFilter.java (rev 0)
+++ portal/branches/branch-r4047/component/web/api/src/main/java/org/exoplatform/web/filter/ResourceOverridingFilter.java 2010-09-09 02:43:36 UTC (rev 4107)
@@ -0,0 +1,59 @@
+/*
+ * Copyright (C) 2003-2010 eXo Platform SAS.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Affero General Public License
+ * as published by the Free Software Foundation; either version 3
+ * of the License, or (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, see<http://www.gnu.org/licenses/>.
+ */
+package org.exoplatform.web.filter;
+
+import java.io.IOException;
+
+import javax.servlet.FilterChain;
+import javax.servlet.ServletContext;
+import javax.servlet.ServletException;
+import javax.servlet.ServletRequest;
+import javax.servlet.ServletResponse;
+import javax.servlet.http.HttpServletRequest;
+
+import org.exoplatform.container.PortalContainer;
+
+/**
+ * A filter enables resource overriding via extension mechanism.
+ *
+ * @author <a href="mailto:hoang281283@gmail.com">Minh Hoang TO</a>
+ * Sep 8, 2010
+ */
+
+public class ResourceOverridingFilter implements Filter {
+
+ @Override
+ public void doFilter(ServletRequest request, ServletResponse response,
+ FilterChain chain) throws IOException, ServletException {
+
+ HttpServletRequest upcastedRequest = (HttpServletRequest)request;
+
+ PortalContainer portalContainer = PortalContainer.getInstance();
+ ServletContext mergedContext = portalContainer.getPortalContext();
+
+ String path = upcastedRequest.getRequestURI();
+ String ctx = upcastedRequest.getContextPath();
+
+ if(ctx != null && ctx.length() > 0 && path.startsWith(ctx))
+ {
+ path = path.substring(ctx.length());
+ }
+
+ mergedContext.getRequestDispatcher(path).include(request, response);
+ }
+
+}
14 years, 4 months
gatein SVN: r4106 - portal/branches/branch-r4047/web/portal/src/main/webapp/WEB-INF.
by do-not-reply@jboss.org
Author: hoang_to
Date: 2010-09-08 21:47:25 -0400 (Wed, 08 Sep 2010)
New Revision: 4106
Modified:
portal/branches/branch-r4047/web/portal/src/main/webapp/WEB-INF/web.xml
Log:
GTNPORTAL-1339: The GenericFilter should be called only after the request context has been properly set
Modified: portal/branches/branch-r4047/web/portal/src/main/webapp/WEB-INF/web.xml
===================================================================
--- portal/branches/branch-r4047/web/portal/src/main/webapp/WEB-INF/web.xml 2010-09-08 21:05:34 UTC (rev 4105)
+++ portal/branches/branch-r4047/web/portal/src/main/webapp/WEB-INF/web.xml 2010-09-09 01:47:25 UTC (rev 4106)
@@ -114,11 +114,6 @@
<dispatcher>ERROR</dispatcher>
</filter-mapping>
- <filter-mapping>
- <filter-name>GenericFilter</filter-name>
- <url-pattern>/*</url-pattern>
- </filter-mapping>
-
<filter-mapping>
<filter-name>ResourceRequestFilter</filter-name>
<url-pattern>*.css</url-pattern>
@@ -163,6 +158,12 @@
<filter-name>RestEncodingFilter</filter-name>
<url-pattern>/rest/*</url-pattern>
</filter-mapping>
+
+ <filter-mapping>
+ <filter-name>GenericFilter</filter-name>
+ <url-pattern>/*</url-pattern>
+ </filter-mapping>
+
<!-- ================================================================== -->
<!-- LISTENER -->
14 years, 4 months
gatein SVN: r4105 - in components/wsrp/trunk: admin-gui/src/main/webapp/WEB-INF and 4 other directories.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-09-08 17:05:34 -0400 (Wed, 08 Sep 2010)
New Revision: 4105
Added:
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/import.xhtml
components/wsrp/trunk/api/src/main/java/org/gatein/wsrp/api/PortalStructureProvider.java
Modified:
components/wsrp/trunk/admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerBean.java
components/wsrp/trunk/admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerManagerBean.java
components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/classes/Resource.properties
components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/classes/Resource_fr.properties
components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/faces-config.xml
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exportDetail.xhtml
components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exports.xhtml
components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/migration/MigrationService.java
Log:
- GTNWSRP-61:
+ Added prototype user experience for import fonctionality relying on the new API class PortalStructureProvider.
+ MigrationService currently provides a dummy PortalStructureProvider implementation.
Modified: components/wsrp/trunk/admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerBean.java
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerBean.java 2010-09-08 21:01:50 UTC (rev 4104)
+++ components/wsrp/trunk/admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerBean.java 2010-09-08 21:05:34 UTC (rev 4105)
@@ -27,29 +27,31 @@
import org.gatein.pc.api.Portlet;
import org.gatein.pc.api.PortletInvokerException;
import org.gatein.wsrp.WSRPConsumer;
+import org.gatein.wsrp.api.PortalStructureProvider;
import org.gatein.wsrp.consumer.EndpointConfigurationInfo;
import org.gatein.wsrp.consumer.ProducerInfo;
import org.gatein.wsrp.consumer.RegistrationInfo;
import org.gatein.wsrp.consumer.RegistrationProperty;
import org.gatein.wsrp.consumer.migration.ExportInfo;
+import org.gatein.wsrp.consumer.migration.MigrationService;
import org.gatein.wsrp.consumer.registry.ConsumerRegistry;
+import javax.faces.context.FacesContext;
import javax.faces.event.ActionEvent;
+import javax.faces.event.ValueChangeEvent;
import javax.faces.model.DataModel;
import javax.faces.model.ListDataModel;
+import javax.faces.model.SelectItem;
import javax.xml.namespace.QName;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
-import java.util.Calendar;
import java.util.Collection;
import java.util.Collections;
-import java.util.Date;
import java.util.LinkedList;
import java.util.List;
import java.util.Locale;
import java.util.Map;
-import java.util.Set;
import java.util.SortedMap;
/**
@@ -75,6 +77,7 @@
private static final String MALFORMED_URL = "bean_consumer_malformed_url";
private static final String UPDATE_SUCCESS = "bean_consumer_update_success";
private static final String CANNOT_EXPORT = "bean_consumer_cannot_export";
+ private static final String IMPORT_SUCCESS = "bean_consumer_import_success";
private static final String CONSUMER_TYPE = "CONSUMER_TYPE";
private DataModel portletHandles;
@@ -514,7 +517,7 @@
selectableHandles = new ArrayList<SelectablePortletHandle>(portlets.size());
for (Portlet portlet : portlets)
{
- selectableHandles.add(new SelectablePortletHandle(portlet.getContext().getId()));
+ selectableHandles.add(new SelectablePortletHandle(portlet.getContext().getId(), consumer.getMigrationService().getStructureProvider()));
}
}
portletHandles = new ListDataModel(selectableHandles);
@@ -545,7 +548,7 @@
try
{
- currentExport = new ExportInfoDisplay(consumer.exportPortlets(selectedHandles), beanContext.getLocale());
+ currentExport = new ExportInfoDisplay(consumer.exportPortlets(selectedHandles), beanContext.getLocale(), consumer.getMigrationService().getStructureProvider());
}
catch (Exception e)
{
@@ -569,11 +572,12 @@
if (existingExports == null)
{
Locale locale = beanContext.getLocale();
- List<ExportInfo> availableExportInfos = consumer.getMigrationService().getAvailableExportInfos();
+ MigrationService migrationService = consumer.getMigrationService();
+ List<ExportInfo> availableExportInfos = migrationService.getAvailableExportInfos();
List<ExportInfoDisplay> exportDisplays = new ArrayList<ExportInfoDisplay>(availableExportInfos.size());
for (ExportInfo exportInfo : availableExportInfos)
{
- exportDisplays.add(new ExportInfoDisplay(exportInfo, locale));
+ exportDisplays.add(new ExportInfoDisplay(exportInfo, locale, migrationService.getStructureProvider()));
}
existingExports = new ListDataModel(exportDisplays);
}
@@ -590,13 +594,27 @@
public String importPortlets()
{
- return ConsumerManagerBean.EXPORTS;
+ List<SelectablePortletHandle> exportedPortlets = currentExport.getExportedPortlets();
+ PortalStructureProvider structureProvider = consumer.getMigrationService().getStructureProvider();
+ int importCount = 0;
+ for (SelectablePortletHandle exportedPortlet : exportedPortlets)
+ {
+ if(exportedPortlet.isSelected())
+ {
+ structureProvider.assignPortletToWindow(exportedPortlet.getHandle(), exportedPortlet.getWindow(), exportedPortlet.getPage());
+ importCount++;
+ }
+ }
+
+ beanContext.createLocalizedMessage(BeanContext.STATUS, IMPORT_SUCCESS, beanContext.getInfoSeverity(), importCount);
+
+ return ConsumerManagerBean.CONSUMERS;
}
public String deleteExport()
{
ExportInfo export = currentExport.getExport();
- if(consumer.getMigrationService().remove(export) == export)
+ if (consumer.getMigrationService().remove(export) == export)
{
existingExports = null; // force rebuild of export list
currentExport = null;
@@ -612,17 +630,21 @@
public void selectExport()
{
- currentExport = (ExportInfoDisplay) existingExports.getRowData();
+ currentExport = (ExportInfoDisplay)existingExports.getRowData();
}
public static class SelectablePortletHandle
{
private String handle;
private boolean selected;
+ private String page;
+ private String window;
+ private PortalStructureProvider provider;
- public SelectablePortletHandle(String handle)
+ public SelectablePortletHandle(String handle, PortalStructureProvider provider)
{
this.handle = handle;
+ this.provider = provider;
}
public String getHandle()
@@ -639,6 +661,60 @@
{
this.selected = selected;
}
+
+ public void setPage(String page)
+ {
+ this.page = page;
+ }
+
+ public String getPage()
+ {
+ return page;
+ }
+
+ public void setWindow(String window)
+ {
+ this.window = window;
+ }
+
+ public String getWindow()
+ {
+ return window;
+ }
+
+ public void selectCurrentPage(ValueChangeEvent event)
+ {
+ page = (String)event.getNewValue();
+
+ // bypass the rest of the life cycle and re-display page
+ FacesContext.getCurrentInstance().renderResponse();
+ }
+
+ public List<SelectItem> getPages()
+ {
+ List<String> pageIdentifiers = provider.getPageIdentifiers();
+ return getSelectItemsFrom(pageIdentifiers);
+ }
+
+ private List<SelectItem> getSelectItemsFrom(List<String> identifiers)
+ {
+ List<SelectItem> result = new ArrayList<SelectItem>(identifiers.size());
+ for (String pageIdentifier : identifiers)
+ {
+ result.add(new SelectItem(pageIdentifier));
+ }
+ return result;
+ }
+
+ public List<SelectItem> getWindows()
+ {
+ return getSelectItemsFrom(provider.getWindowIndentifiersFor(page));
+ }
+
+ public void select(ValueChangeEvent event)
+ {
+ selected = (Boolean) event.getNewValue();
+ }
}
public static class ExportInfoDisplay
@@ -646,14 +722,30 @@
private ExportInfo export;
private Locale locale;
private List<FailedPortletsDisplay> failedPortlets;
+ private List<SelectablePortletHandle> exportedPortlets;
- public ExportInfoDisplay(ExportInfo export, Locale locale)
+ public ExportInfoDisplay(ExportInfo export, Locale locale, PortalStructureProvider provider)
{
this.export = export;
this.locale = locale;
- SortedMap<QName,List<String>> errorCodesToFailedPortletHandlesMapping = export.getErrorCodesToFailedPortletHandlesMapping();
- if(ParameterValidation.existsAndIsNotEmpty(errorCodesToFailedPortletHandlesMapping))
+
+ List<String> exportedPortletHandles = export.getExportedPortletHandles();
+ if (ParameterValidation.existsAndIsNotEmpty(exportedPortletHandles))
{
+ exportedPortlets = new ArrayList<SelectablePortletHandle>(exportedPortletHandles.size());
+ for (String handle : exportedPortletHandles)
+ {
+ exportedPortlets.add(new SelectablePortletHandle(handle, provider));
+ }
+ }
+ else
+ {
+ exportedPortlets = Collections.emptyList();
+ }
+
+ SortedMap<QName, List<String>> errorCodesToFailedPortletHandlesMapping = export.getErrorCodesToFailedPortletHandlesMapping();
+ if (ParameterValidation.existsAndIsNotEmpty(errorCodesToFailedPortletHandlesMapping))
+ {
failedPortlets = new ArrayList<FailedPortletsDisplay>(errorCodesToFailedPortletHandlesMapping.size());
for (Map.Entry<QName, List<String>> entry : errorCodesToFailedPortletHandlesMapping.entrySet())
{
@@ -681,9 +773,9 @@
return !failedPortlets.isEmpty();
}
- public List<String> getExportedPortlets()
+ public List<SelectablePortletHandle> getExportedPortlets()
{
- return export.getExportedPortletHandles();
+ return exportedPortlets;
}
public List<FailedPortletsDisplay> getFailedPortlets()
Modified: components/wsrp/trunk/admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerManagerBean.java
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerManagerBean.java 2010-09-08 21:01:50 UTC (rev 4104)
+++ components/wsrp/trunk/admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerManagerBean.java 2010-09-08 21:05:34 UTC (rev 4105)
@@ -53,8 +53,9 @@
private static final String REFRESH_EXCEPTION = "bean_consumermanager_refresh_exception";
static final String CONFIGURE_CONSUMER = "configureConsumer";
static final String EXPORT = "export";
- public static final String EXPORTS = "exports";
+ static final String EXPORTS = "exports";
static final String EXPORT_DETAIL = "exportDetail";
+ static final String IMPORT = "import";
static final String CONSUMERS = "consumers";
static final String EXPECTED_REG_INFO_KEY = "expectedRegistrationInfo";
Modified: components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/classes/Resource.properties
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/classes/Resource.properties 2010-09-08 21:01:50 UTC (rev 4104)
+++ components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/classes/Resource.properties 2010-09-08 21:05:34 UTC (rev 4105)
@@ -97,6 +97,10 @@
exports_actions_delete = Delete
exports_actions_view = View
exports_actions_use = Use for import
+import_use = Import?
+import_available_portlets = Available exported portlets
+import_assign = Assign to window
+import_import = Import
# Confirm deletion of an export
confirm_delete_export_title = Delete export from {0}?
@@ -176,6 +180,7 @@
bean_consumer_cannot_erase_reg = Couldn't erase local registration!
bean_consumer_malformed_url = ''{0}'' is not a valid URL: {1}
bean_consumer_update_success = Successfully updated consumer!
+bean_consumer_import_success = ''{0}'' portlets were successfully imported!
# ConsumerManagerBean
bean_consumermanager_invalid_new_consumer_name = Need a non-null, non-empty name for the new consumer!
Modified: components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/classes/Resource_fr.properties
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/classes/Resource_fr.properties 2010-09-08 21:01:50 UTC (rev 4104)
+++ components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/classes/Resource_fr.properties 2010-09-08 21:05:34 UTC (rev 4105)
@@ -169,4 +169,9 @@
confirm_delete_export_cancel=Annuler
confirm_delete_export_message=Vous \u00eates sur le point d''effacer l''export du {0}!
confirm_delete_export_submit=Effacer export
-confirm_delete_export_title=Voulez-vous r\u00e9ellement effacer l'export du {0}?
\ No newline at end of file
+confirm_delete_export_title=Voulez-vous r\u00e9ellement effacer l'export du {0}?
+import_available_portlets=Portlets export�es disponibles
+import_assign=Assigner � la fen�tre
+import_import=Importer
+import_use=Importer?
+bean_consumer_import_success=''{0}'' portlets ont �t� correctement import�es!
\ No newline at end of file
Modified: components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/faces-config.xml 2010-09-08 21:01:50 UTC (rev 4104)
+++ components/wsrp/trunk/admin-gui/src/main/webapp/WEB-INF/faces-config.xml 2010-09-08 21:05:34 UTC (rev 4105)
@@ -171,5 +171,9 @@
<from-outcome>confirmDeleteExport</from-outcome>
<to-view-id>/jsf/consumers/exports/confirmDeleteExport.xhtml</to-view-id>
</navigation-case>
+ <navigation-case>
+ <from-outcome>import</from-outcome>
+ <to-view-id>/jsf/consumers/exports/import.xhtml</to-view-id>
+ </navigation-case>
</navigation-rule>
</faces-config>
Modified: components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exportDetail.xhtml
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exportDetail.xhtml 2010-09-08 21:01:50 UTC (rev 4104)
+++ components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exportDetail.xhtml 2010-09-08 21:05:34 UTC (rev 4105)
@@ -40,12 +40,12 @@
<tr>
<th>#{i18n.export_detail_portlets}</th>
<td>
- <h:dataTable id="exported-portlets" value="#{consumer.currentExport.exportedPortlets}" var="handle"
+ <h:dataTable id="exported-portlets" value="#{consumer.currentExport.exportedPortlets}" var="portlet"
rowClasses="EvenRow,OddRow"
styleClass="UIGrid" width="100%">
<h:column>
<f:facet name="header">#{i18n.export_detail_exported_portlet_name}</f:facet>
- #{handle}
+ #{portlet.handle}
</h:column>
</h:dataTable>
</td>
Modified: components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exports.xhtml
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exports.xhtml 2010-09-08 21:01:50 UTC (rev 4104)
+++ components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/exports.xhtml 2010-09-08 21:05:34 UTC (rev 4105)
@@ -43,7 +43,7 @@
<h:column>
<f:facet name="header">#{i18n.export_detail_has_failed}</f:facet>
- <h:selectBooleanCheckbox value="#{export.hasFailedPortlets}" disabled="true"/>
+ <h:selectBooleanCheckbox id="hasFailed" value="#{export.hasFailedPortlets}" disabled="true"/>
</h:column>
<h:column>
@@ -57,7 +57,7 @@
#{i18n.exports_actions_delete}
</h:commandLink>
|
- <h:commandLink action="#{consumer.importPortlets}" styleClass="actionUse" id="use">
+ <h:commandLink action="import" actionListener="#{consumer.selectExport}" styleClass="actionUse" id="use">
#{i18n.exports_actions_use}
</h:commandLink>
</h:column>
Added: components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/import.xhtml
===================================================================
--- components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/import.xhtml (rev 0)
+++ components/wsrp/trunk/admin-gui/src/main/webapp/jsf/consumers/exports/import.xhtml 2010-09-08 21:05:34 UTC (rev 4105)
@@ -0,0 +1,74 @@
+<!--
+ ~ JBoss, a division of Red Hat
+ ~ Copyright 2010, Red Hat Middleware, LLC, and individual
+ ~ contributors as indicated by the @authors tag. See the
+ ~ copyright.txt in the distribution for a full listing of
+ ~ individual contributors.
+ ~
+ ~ 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.
+ -->
+
+<ui:decorate template="../consumerTemplate.xhtml" xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:h="http://java.sun.com/jsf/html">
+
+ <ui:define name="content">
+
+ <h:form id="import-form">
+ <h:dataTable id="portletsList" value="#{consumer.currentExport.exportedPortlets}" var="portlet"
+ rowClasses="EvenRow,OddRow" styleClass="UIGrid" width="100%">
+ <h:column>
+ <f:facet name="header">#{i18n.import_use}</f:facet>
+ <h:selectBooleanCheckbox id="selected" value="#{portlet.selected}"
+ valueChangeListener="#{portlet.select}"
+ immediate="true" onclick="this.form.submit()"/>
+ </h:column>
+
+ <h:column>
+ <f:facet name="header">#{i18n.import_available_portlets}</f:facet>
+ #{portlet.handle}
+ </h:column>
+
+ <h:column>
+ <f:facet name="header">#{i18n.import_assign}</f:facet>
+ <h:selectOneListbox id="currentPage" value="#{portlet.page}"
+ valueChangeListener="#{portlet.selectCurrentPage}"
+ immediate="true"
+ onclick="this.form.submit()">
+ <f:selectItems value="#{portlet.pages}"/>
+ </h:selectOneListbox>
+ <h:selectOneListbox id="currentWindow" value="#{portlet.window}" rendered="#{! empty portlet.page}">
+ <f:selectItems value="#{portlet.windows}"/>
+ </h:selectOneListbox>
+ </h:column>
+ </h:dataTable>
+ <table class="ActionContainer">
+ <tr>
+ <td>
+ <div class="ButtonLeft">
+ <div class="ButtonRight">
+ <div class="ButtonMiddle">
+ <h:commandButton id="import" action="#{consumer.importPortlets}" value="#{i18n.import_import}"/>
+ </div>
+ </div>
+ </div>
+ </td>
+ </tr>
+ </table>
+ </h:form>
+ </ui:define>
+</ui:decorate>
\ No newline at end of file
Added: components/wsrp/trunk/api/src/main/java/org/gatein/wsrp/api/PortalStructureProvider.java
===================================================================
--- components/wsrp/trunk/api/src/main/java/org/gatein/wsrp/api/PortalStructureProvider.java (rev 0)
+++ components/wsrp/trunk/api/src/main/java/org/gatein/wsrp/api/PortalStructureProvider.java 2010-09-08 21:05:34 UTC (rev 4105)
@@ -0,0 +1,39 @@
+/*
+ * JBoss, a division of Red Hat
+ * Copyright 2010, Red Hat Middleware, LLC, and individual
+ * contributors as indicated by the @authors tag. See the
+ * copyright.txt in the distribution for a full listing of
+ * individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+
+package org.gatein.wsrp.api;
+
+import java.util.List;
+
+/**
+ * @author <a href="mailto:chris.laprun@jboss.com">Chris Laprun</a>
+ * @version $Revision$
+ */
+public interface PortalStructureProvider
+{
+ List<String> getPageIdentifiers();
+
+ List<String> getWindowIndentifiersFor(String pageId);
+
+ void assignPortletToWindow(String portletId, String windowId, String pageId);
+}
Modified: components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/migration/MigrationService.java
===================================================================
--- components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/migration/MigrationService.java 2010-09-08 21:01:50 UTC (rev 4104)
+++ components/wsrp/trunk/consumer/src/main/java/org/gatein/wsrp/consumer/migration/MigrationService.java 2010-09-08 21:05:34 UTC (rev 4105)
@@ -24,9 +24,13 @@
package org.gatein.wsrp.consumer.migration;
import org.gatein.common.util.ParameterValidation;
+import org.gatein.wsrp.api.PortalStructureProvider;
import java.util.ArrayList;
+import java.util.Collections;
+import java.util.HashMap;
import java.util.List;
+import java.util.Map;
import java.util.SortedMap;
import java.util.TreeMap;
@@ -37,7 +41,51 @@
public class MigrationService
{
private SortedMap<Long, ExportInfo> exportInfos;
+ // todo: fix me
+ private PortalStructureProvider structureProvider = new PortalStructureProvider()
+ {
+ private Map<String, List<String>> pagesToWindows = new HashMap<String, List<String>>(7);
+ {
+ List<String> windows = new ArrayList<String>(3);
+ windows.add("p1w1");
+ windows.add("p1w2");
+ windows.add("p1w3");
+ pagesToWindows.put("p1", windows);
+
+ windows = new ArrayList<String>(2);
+ windows.add("p2w1");
+ windows.add("p2w2");
+
+ pagesToWindows.put("p2", windows);
+ }
+
+ public List<String> getPageIdentifiers()
+ {
+ return new ArrayList<String>(pagesToWindows.keySet());
+ }
+
+ public List<String> getWindowIndentifiersFor(String pageId)
+ {
+ return pagesToWindows.get(pageId);
+ }
+
+ public void assignPortletToWindow(String portletId, String windowId, String pageId)
+ {
+ System.out.println("Assigned portlet " + portletId + " to window " + windowId + " on page " + pageId);
+ }
+ };
+
+ public PortalStructureProvider getStructureProvider()
+ {
+ return structureProvider;
+ }
+
+ public void setStructureProvider(PortalStructureProvider structureProvider)
+ {
+ this.structureProvider = structureProvider;
+ }
+
public List<ExportInfo> getAvailableExportInfos()
{
return new ArrayList<ExportInfo>(getExportInfos().values());
14 years, 4 months
gatein SVN: r4104 - in epp/portal/branches/EPP_5_0_Branch: component and 65 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-09-08 17:01:50 -0400 (Wed, 08 Sep 2010)
New Revision: 4104
Modified:
epp/portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/common/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/identity/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/management/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/pc/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/portal/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/resources/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/scripting/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/test/core/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/test/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/web/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/extension/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portal/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/skins/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml
epp/portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml
epp/portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml
epp/portal/branches/EPP_5_0_Branch/gadgets/pom.xml
epp/portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml
epp/portal/branches/EPP_5_0_Branch/packaging/module/pom.xml
epp/portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml
epp/portal/branches/EPP_5_0_Branch/packaging/pom.xml
epp/portal/branches/EPP_5_0_Branch/packaging/product/pom.xml
epp/portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml
epp/portal/branches/EPP_5_0_Branch/pom.xml
epp/portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml
epp/portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml
epp/portal/branches/EPP_5_0_Branch/portlet/pom.xml
epp/portal/branches/EPP_5_0_Branch/portlet/web/pom.xml
epp/portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml
epp/portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml
epp/portal/branches/EPP_5_0_Branch/server/jboss/pom.xml
epp/portal/branches/EPP_5_0_Branch/server/pom.xml
epp/portal/branches/EPP_5_0_Branch/starter/ear/pom.xml
epp/portal/branches/EPP_5_0_Branch/starter/pom.xml
epp/portal/branches/EPP_5_0_Branch/starter/war/pom.xml
epp/portal/branches/EPP_5_0_Branch/testsuite/pom.xml
epp/portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml
epp/portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml
epp/portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml
epp/portal/branches/EPP_5_0_Branch/web/pom.xml
epp/portal/branches/EPP_5_0_Branch/web/portal/pom.xml
epp/portal/branches/EPP_5_0_Branch/web/rest/pom.xml
epp/portal/branches/EPP_5_0_Branch/webui/core/pom.xml
epp/portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml
epp/portal/branches/EPP_5_0_Branch/webui/pom.xml
epp/portal/branches/EPP_5_0_Branch/webui/portal/pom.xml
Log:
Preparing for next iteration
Modified: epp/portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/common/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/common/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/identity/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/identity/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/identity/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/management/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/management/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/pc/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/pc/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/component/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/portal/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/portal/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/resources/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/resources/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/scripting/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/scripting/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/scripting/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/test/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/test/core/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/test/core/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/test/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/test/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/test/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/web/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/web/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-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>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/extension/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/extension/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/extension/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-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>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portal/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portal/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/skins/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/skins/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/skins/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<groupId>org.gatein.portal.examples.skins</groupId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>examples.skins.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/gadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/gadgets/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/gadgets/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/packaging/module/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/packaging/module/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/packaging/module/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,13 +67,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.module</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
<type>js</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.product</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
<type>js</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_0_Branch/packaging/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/packaging/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/packaging/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/packaging/product/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/packaging/product/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/packaging/product/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -37,7 +37,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
<packaging>pom</packaging>
<name>GateIn - Portal</name>
@@ -344,110 +344,110 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.xml-parser</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.dashboard</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
<type>test-jar</type>
</dependency>
Modified: epp/portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/portlet/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/portlet/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/portlet/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/portlet/web/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/portlet/web/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/server/jboss/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/server/jboss/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/server/jboss/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/server/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/server/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/starter/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/starter/ear/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/starter/ear/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-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>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_0_Branch/starter/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/starter/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/starter/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/starter/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/starter/war/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/starter/war/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/testsuite/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/testsuite/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/testsuite/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/web/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/web/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/web/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/web/portal/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/web/portal/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/web/rest/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/web/rest/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/web/rest/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/webui/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/webui/core/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/webui/core/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/webui/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/webui/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/webui/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/webui/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/webui/portal/pom.xml 2010-09-08 20:59:03 UTC (rev 4103)
+++ epp/portal/branches/EPP_5_0_Branch/webui/portal/pom.xml 2010-09-08 21:01:50 UTC (rev 4104)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.0.1-epp-CR01</version>
+ <version>5.0.1-epp-CR02-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
14 years, 4 months
gatein SVN: r4103 - epp/portal/tags.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-09-08 16:59:03 -0400 (Wed, 08 Sep 2010)
New Revision: 4103
Added:
epp/portal/tags/EPP_5_0_1_CR01/
Log:
Tagging EPP 5.0.1 CR01
Copied: epp/portal/tags/EPP_5_0_1_CR01 (from rev 4102, epp/portal/branches/EPP_5_0_Branch)
14 years, 4 months
gatein SVN: r4102 - in epp/portal/branches/EPP_5_0_Branch: component and 65 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-09-08 16:57:01 -0400 (Wed, 08 Sep 2010)
New Revision: 4102
Modified:
epp/portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/common/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/identity/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/management/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/pc/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/portal/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/resources/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/scripting/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/test/core/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/test/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/web/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml
epp/portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/extension/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portal/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/skins/pom.xml
epp/portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml
epp/portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml
epp/portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml
epp/portal/branches/EPP_5_0_Branch/gadgets/pom.xml
epp/portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml
epp/portal/branches/EPP_5_0_Branch/packaging/module/pom.xml
epp/portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml
epp/portal/branches/EPP_5_0_Branch/packaging/pom.xml
epp/portal/branches/EPP_5_0_Branch/packaging/product/pom.xml
epp/portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml
epp/portal/branches/EPP_5_0_Branch/pom.xml
epp/portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml
epp/portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml
epp/portal/branches/EPP_5_0_Branch/portlet/pom.xml
epp/portal/branches/EPP_5_0_Branch/portlet/web/pom.xml
epp/portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml
epp/portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml
epp/portal/branches/EPP_5_0_Branch/server/jboss/pom.xml
epp/portal/branches/EPP_5_0_Branch/server/pom.xml
epp/portal/branches/EPP_5_0_Branch/starter/ear/pom.xml
epp/portal/branches/EPP_5_0_Branch/starter/pom.xml
epp/portal/branches/EPP_5_0_Branch/starter/war/pom.xml
epp/portal/branches/EPP_5_0_Branch/testsuite/pom.xml
epp/portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml
epp/portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml
epp/portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml
epp/portal/branches/EPP_5_0_Branch/web/pom.xml
epp/portal/branches/EPP_5_0_Branch/web/portal/pom.xml
epp/portal/branches/EPP_5_0_Branch/web/rest/pom.xml
epp/portal/branches/EPP_5_0_Branch/webui/core/pom.xml
epp/portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml
epp/portal/branches/EPP_5_0_Branch/webui/pom.xml
epp/portal/branches/EPP_5_0_Branch/webui/portal/pom.xml
Log:
Preparing for CR01 tagging
Modified: epp/portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/application-registry/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/common/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/common/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/common/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>exo.portal.component.common</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/dashboard/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/identity/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/identity/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/identity/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/management/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/management/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/management/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/pc/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/pc/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/pc/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.component</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/component/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/portal/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/portal/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/resources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/resources/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/resources/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/scripting/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/scripting/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/scripting/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/test/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/test/core/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/test/core/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/test/jcr/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/test/organization/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/test/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/test/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/test/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/web/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/web/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/wsrp/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/component/xml-parser/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/extension/config/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/extension/ear/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,23 +37,23 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.config</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.jar</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.extension.war</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/extension/jar/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/extension/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/extension/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/extension/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.sample.extension.root</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/extension/war/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.sample</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portal/config/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portal/ear/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,29 +37,29 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.config</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.jar</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.war</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.sample.portal.rest-war</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portal/jar/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portal/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portal/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.sample.portal.root</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portal/rest-war/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portal/war/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsfhellouser/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>gatein-jsf-hellouser</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portlets/jsphellouser/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>gatein-jsp-hellouser</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portlets/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/portlets/simplesthelloworld/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.gatein.portal.examples.portlets</groupId>
<artifactId>parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>gatein-simplest-helloworld</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/skins/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/skins/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/skins/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<groupId>org.gatein.portal.examples.skins</groupId>
Modified: epp/portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/examples/skins/simpleskin/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.portal.examples.skins</groupId>
<artifactId>examples.skins.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>gatein-sample-skin</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/gadgets/core/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.gadgets-core</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/gadgets/eXoGadgets/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/gadgets/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/gadgets/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/gadgets/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.gadgets</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/gadgets/server/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.gadgets-server</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/packaging/module/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/packaging/module/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/packaging/module/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/packaging/pkg/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,13 +67,13 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.module</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
<type>js</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>portal.packaging.product</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
<type>js</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_0_Branch/packaging/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/packaging/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/packaging/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/packaging/product/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/packaging/product/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/packaging/product/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/packaging/reports/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.packaging</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -37,7 +37,7 @@
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
<packaging>pom</packaging>
<name>GateIn - Portal</name>
@@ -344,110 +344,110 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.application-registry</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.xml-parser</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.scripting</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.dashboard</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.portal</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.eXo</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui.core</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.gadgets-core</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.component.test.organization</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
<type>test-jar</type>
</dependency>
Modified: epp/portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/portlet/dashboard/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/portlet/exoadmin/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/portlet/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/portlet/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/portlet/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.portlet</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/portlet/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/portlet/web/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/portlet/web/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.portlet</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/server/jboss/patch-ear/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/server/jboss/plugin/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server.jboss</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/server/jboss/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/server/jboss/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/server/jboss/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.server</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.server.jboss</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/server/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/server/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/server/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.server</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/starter/ear/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/starter/ear/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/starter/ear/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.starter.war</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
<type>war</type>
</dependency>
</dependencies>
Modified: epp/portal/branches/EPP_5_0_Branch/starter/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/starter/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/starter/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.starter.root</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/starter/war/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/starter/war/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/starter/war/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/testsuite/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/testsuite/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/testsuite/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.testsuite</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/testsuite/selenium-snifftests/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.selenium.snifftests</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/testsuite/webuibasedsamples/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.testsuite</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.webui.based.samples</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/web/eXoResources/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/web/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/web/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/web/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.web</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/web/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/web/portal/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/web/portal/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/web/rest/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/web/rest/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/web/rest/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.web</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/webui/core/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/webui/core/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/webui/core/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/webui/eXo/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: epp/portal/branches/EPP_5_0_Branch/webui/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/webui/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/webui/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<artifactId>exo.portal.webui</artifactId>
Modified: epp/portal/branches/EPP_5_0_Branch/webui/portal/pom.xml
===================================================================
--- epp/portal/branches/EPP_5_0_Branch/webui/portal/pom.xml 2010-09-08 20:53:38 UTC (rev 4101)
+++ epp/portal/branches/EPP_5_0_Branch/webui/portal/pom.xml 2010-09-08 20:57:01 UTC (rev 4102)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.portal</groupId>
<artifactId>exo.portal.webui</artifactId>
- <version>5.0.1-epp-CR02-SNAPSHOT</version>
+ <version>5.0.1-epp-CR01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
14 years, 4 months