mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge branch 'release/V2.4' into merge-2.5/RM-3265_to2.5_3
Conflicts: pom.xml rm-enterprise/rm-enterprise-repo/pom.xml rm-enterprise/rm-enterprise-share/pom.xml
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -24,7 +24,6 @@
|
|||||||
<connection>scm:git:https://git.alfresco.com/records-management/records-management.git</connection>
|
<connection>scm:git:https://git.alfresco.com/records-management/records-management.git</connection>
|
||||||
<developerConnection>scm:git:https://git.alfresco.com/records-management/records-management.git</developerConnection>
|
<developerConnection>scm:git:https://git.alfresco.com/records-management/records-management.git</developerConnection>
|
||||||
<url>https://git.alfresco.com/records-management/records-management</url>
|
<url>https://git.alfresco.com/records-management/records-management</url>
|
||||||
<tag>HEAD</tag>
|
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
@@ -114,7 +113,6 @@
|
|||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<alfresco.rm.version>${project.version}</alfresco.rm.version>
|
|
||||||
<alfresco.db.params>AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=10000;MVCC=FALSE;LOCK_MODE=0;IGNORECASE=TRUE</alfresco.db.params>
|
<alfresco.db.params>AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=10000;MVCC=FALSE;LOCK_MODE=0;IGNORECASE=TRUE</alfresco.db.params>
|
||||||
<maven.alfresco.includeDependencies>false</maven.alfresco.includeDependencies>
|
<maven.alfresco.includeDependencies>false</maven.alfresco.includeDependencies>
|
||||||
<maven.build.sourceVersion>1.7</maven.build.sourceVersion>
|
<maven.build.sourceVersion>1.7</maven.build.sourceVersion>
|
||||||
@@ -172,7 +170,7 @@
|
|||||||
</regexPropertySetting>
|
</regexPropertySetting>
|
||||||
<regexPropertySetting>
|
<regexPropertySetting>
|
||||||
<name>rm.module.version</name>
|
<name>rm.module.version</name>
|
||||||
<value>${alfresco.rm.version}</value>
|
<value>${project.version}</value>
|
||||||
<regex>([0-9\.]*[0-9]).*</regex>
|
<regex>([0-9\.]*[0-9]).*</regex>
|
||||||
<replacement>$1</replacement>
|
<replacement>$1</replacement>
|
||||||
<failIfNoMatch>false</failIfNoMatch>
|
<failIfNoMatch>false</failIfNoMatch>
|
||||||
|
Reference in New Issue
Block a user