RM-2575 (Investigate compatibility issues with 5.1)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@111555 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2015-09-07 11:47:28 +00:00
parent e35dd4ff90
commit a50b07d419
2 changed files with 3 additions and 2 deletions

View File

@@ -82,7 +82,7 @@
</modules> </modules>
<properties> <properties>
<alfresco.version>5.0.1</alfresco.version> <alfresco.version>5.1.a-EA</alfresco.version>
<app.war.location>${project.build.directory}/${webapp.id.name}.war</app.war.location> <app.war.location>${project.build.directory}/${webapp.id.name}.war</app.war.location>
<alfresco.base.version>${alfresco.version}</alfresco.base.version> <alfresco.base.version>${alfresco.version}</alfresco.base.version>

View File

@@ -15,6 +15,7 @@
<alfresco.client.contextPath>/alfresco</alfresco.client.contextPath> <alfresco.client.contextPath>/alfresco</alfresco.client.contextPath>
<alfresco.postgres.version>9.1-901.jdbc4</alfresco.postgres.version> <alfresco.postgres.version>9.1-901.jdbc4</alfresco.postgres.version>
<alfresco.mysql.version>5.1.31</alfresco.mysql.version> <alfresco.mysql.version>5.1.31</alfresco.mysql.version>
<alfresco.spring.webscripts>5.1.2</alfresco.spring.webscripts>
<webapp.id.name>alfresco</webapp.id.name> <webapp.id.name>alfresco</webapp.id.name>
<webapp.id>${webapp.id.name}</webapp.id> <webapp.id>${webapp.id.name}</webapp.id>
</properties> </properties>
@@ -423,7 +424,7 @@
<dependency> <dependency>
<groupId>org.springframework.extensions.surf</groupId> <groupId>org.springframework.extensions.surf</groupId>
<artifactId>spring-webscripts</artifactId> <artifactId>spring-webscripts</artifactId>
<version>${alfresco.base.version}</version> <version>${alfresco.spring.webscripts}</version>
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>