mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +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>
|
<argLine>-Xmx1024m -XX:MaxPermSize=256m -Duser.language=en -Dcom.sun.management.jmxremote</argLine>
|
||||||
<license.update.dryrun>true</license.update.dryrun>
|
<license.update.dryrun>true</license.update.dryrun>
|
||||||
<license.verbose>false</license.verbose>
|
<license.verbose>false</license.verbose>
|
||||||
|
<alfresco.min.version>6.0.0</alfresco.min.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
@@ -227,7 +228,7 @@
|
|||||||
<regexPropertySettings>
|
<regexPropertySettings>
|
||||||
<regexPropertySetting>
|
<regexPropertySetting>
|
||||||
<name>rm.module.repo.version.min</name>
|
<name>rm.module.repo.version.min</name>
|
||||||
<value>${alfresco.version}</value>
|
<value>${alfresco.min.version}</value>
|
||||||
<regex>(\d+)\.(\d+).*</regex>
|
<regex>(\d+)\.(\d+).*</regex>
|
||||||
<replacement>$1.$2</replacement>
|
<replacement>$1.$2</replacement>
|
||||||
<failIfNoMatch>false</failIfNoMatch>
|
<failIfNoMatch>false</failIfNoMatch>
|
||||||
|
@@ -8,4 +8,4 @@ module.title=Records Management
|
|||||||
module.description=Alfresco Record Management Extension
|
module.description=Alfresco Record Management Extension
|
||||||
module.version=${rm.module.version}
|
module.version=${rm.module.version}
|
||||||
|
|
||||||
module.repo.version.min=${rm.module.repo.version.min}
|
module.repo.version.min=1.1.0
|
@@ -238,7 +238,7 @@
|
|||||||
<value>Search</value>
|
<value>Search</value>
|
||||||
</property>
|
</property>
|
||||||
<property name="sourceBeanName">
|
<property name="sourceBeanName">
|
||||||
<value>buildonly</value>
|
<value>noindex</value>
|
||||||
</property>
|
</property>
|
||||||
<property name="instancePath">
|
<property name="instancePath">
|
||||||
<list>
|
<list>
|
||||||
|
Reference in New Issue
Block a user