mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
fix integration tests
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -171,6 +171,7 @@
|
||||
<argLine>-Xmx1024m -XX:MaxPermSize=256m -Duser.language=en -Dcom.sun.management.jmxremote</argLine>
|
||||
<license.update.dryrun>true</license.update.dryrun>
|
||||
<license.verbose>false</license.verbose>
|
||||
<alfresco.min.version>6.0.0</alfresco.min.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -227,7 +228,7 @@
|
||||
<regexPropertySettings>
|
||||
<regexPropertySetting>
|
||||
<name>rm.module.repo.version.min</name>
|
||||
<value>${alfresco.version}</value>
|
||||
<value>${alfresco.min.version}</value>
|
||||
<regex>(\d+)\.(\d+).*</regex>
|
||||
<replacement>$1.$2</replacement>
|
||||
<failIfNoMatch>false</failIfNoMatch>
|
||||
|
@@ -8,4 +8,4 @@ module.title=Records Management
|
||||
module.description=Alfresco Record Management Extension
|
||||
module.version=${rm.module.version}
|
||||
|
||||
module.repo.version.min=${rm.module.repo.version.min}
|
||||
module.repo.version.min=1.1.0
|
@@ -2,7 +2,7 @@
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||
http://www.springframework.org/schema/beans/spring-beans.xsd">
|
||||
http://www.springframework.org/schema/beans/spring-beans.xsd" >
|
||||
|
||||
<!-- ========================== -->
|
||||
<!-- Enforcement of permissions -->
|
||||
|
@@ -238,7 +238,7 @@
|
||||
<value>Search</value>
|
||||
</property>
|
||||
<property name="sourceBeanName">
|
||||
<value>buildonly</value>
|
||||
<value>noindex</value>
|
||||
</property>
|
||||
<property name="instancePath">
|
||||
<list>
|
||||
|
Reference in New Issue
Block a user