Revert community pom change "Fix h2scripts version..."

This partially reverts commit 0c5c9a081a.
This commit is contained in:
Tom Page
2017-12-18 15:24:36 +00:00
parent 8a4dd07b7a
commit 785ce90dd0

View File

@@ -25,8 +25,6 @@
<alfresco.rm.artifactId>alfresco-rm-community-repo</alfresco.rm.artifactId>
<skip.integrationtests>true</skip.integrationtests>
<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>
</properties>
@@ -364,7 +362,7 @@
<dependency>
<groupId>${alfresco.groupId}</groupId>
<artifactId>alfresco-repository</artifactId>
<version>${alfresco.h2scripts.version}</version>
<version>${alfresco.version}</version>
<classifier>h2scripts</classifier>
<exclusions>
<exclusion>
@@ -615,7 +613,7 @@
<dependency>
<groupId>${alfresco.groupId}</groupId>
<artifactId>alfresco-repository</artifactId>
<version>${alfresco.h2scripts.version}</version>
<version>${alfresco.version}</version>
<classifier>h2scripts</classifier>
<exclusions>
<exclusion>