mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge 'origin/master' into feature/RM-7034_AddPoliciesForHeldContent
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -592,6 +592,7 @@
|
||||
<image.registry>quay.io</image.registry>
|
||||
|
||||
<javax-jaxb.version>2.3.0</javax-jaxb.version>
|
||||
<apache-compress.version>1.19</apache-compress.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -1120,7 +1121,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-compress</artifactId>
|
||||
<version>1.18</version>
|
||||
<version>${apache-compress.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.alfresco.maven.plugin</groupId>
|
||||
|
@@ -5,15 +5,6 @@
|
||||
http://www.springframework.org/schema/beans/spring-beans.xsd">
|
||||
|
||||
|
||||
<!-- I18N -->
|
||||
<bean id="rmActionResourceBundles" class="org.alfresco.i18n.ResourceBundleBootstrapComponent">
|
||||
<property name="resourceBundles">
|
||||
<list>
|
||||
<value>alfresco.module.org_alfresco_module_rm.messages.actions</value>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<!-- Declare as Record action -->
|
||||
<!-- TODO rename -->
|
||||
<bean id="create-record" parent="action-executer" class="org.alfresco.module.org_alfresco_module_rm.action.dm.CreateRecordAction">
|
||||
|
@@ -64,6 +64,7 @@
|
||||
<value>alfresco.module.org_alfresco_module_rm.messages.admin-service</value>
|
||||
<value>alfresco.module.org_alfresco_module_rm.messages.records-management-service</value>
|
||||
<value>alfresco.module.org_alfresco_module_rm.messages.action-service</value>
|
||||
<value>alfresco.module.org_alfresco_module_rm.messages.actions</value>
|
||||
<value>alfresco.module.org_alfresco_module_rm.messages.audit-service</value>
|
||||
<value>alfresco.module.org_alfresco_module_rm.messages.rm-events</value>
|
||||
<value>alfresco.module.org_alfresco_module_rm.messages.capability-service</value>
|
||||
|
Reference in New Issue
Block a user