mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Revert community pom change "Fix h2scripts version..."
This partially reverts commit 0c5c9a081a
.
This commit is contained in:
@@ -25,8 +25,6 @@
|
|||||||
<alfresco.rm.artifactId>alfresco-rm-community-repo</alfresco.rm.artifactId>
|
<alfresco.rm.artifactId>alfresco-rm-community-repo</alfresco.rm.artifactId>
|
||||||
<skip.integrationtests>true</skip.integrationtests>
|
<skip.integrationtests>true</skip.integrationtests>
|
||||||
<alfresco.solr.home>${project.build.directory}/solr/home</alfresco.solr.home>
|
<alfresco.solr.home>${project.build.directory}/solr/home</alfresco.solr.home>
|
||||||
<!-- FIXME: Cannot set it to the Alfresco version as some SQL Mapping files are missing in 5.2-SNAPSHOT. See BDE-843 -->
|
|
||||||
<alfresco.h2scripts.version>5.1.1</alfresco.h2scripts.version>
|
|
||||||
<api.explorer.version>1.4</api.explorer.version>
|
<api.explorer.version>1.4</api.explorer.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@@ -364,7 +362,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${alfresco.groupId}</groupId>
|
<groupId>${alfresco.groupId}</groupId>
|
||||||
<artifactId>alfresco-repository</artifactId>
|
<artifactId>alfresco-repository</artifactId>
|
||||||
<version>${alfresco.h2scripts.version}</version>
|
<version>${alfresco.version}</version>
|
||||||
<classifier>h2scripts</classifier>
|
<classifier>h2scripts</classifier>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
@@ -615,7 +613,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${alfresco.groupId}</groupId>
|
<groupId>${alfresco.groupId}</groupId>
|
||||||
<artifactId>alfresco-repository</artifactId>
|
<artifactId>alfresco-repository</artifactId>
|
||||||
<version>${alfresco.h2scripts.version}</version>
|
<version>${alfresco.version}</version>
|
||||||
<classifier>h2scripts</classifier>
|
<classifier>h2scripts</classifier>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
Reference in New Issue
Block a user