mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
2
pom.xml
2
pom.xml
@@ -82,7 +82,7 @@
|
||||
</modules>
|
||||
|
||||
<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>
|
||||
<alfresco.base.version>${alfresco.version}</alfresco.base.version>
|
||||
|
||||
|
@@ -15,6 +15,7 @@
|
||||
<alfresco.client.contextPath>/alfresco</alfresco.client.contextPath>
|
||||
<alfresco.postgres.version>9.1-901.jdbc4</alfresco.postgres.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>${webapp.id.name}</webapp.id>
|
||||
</properties>
|
||||
@@ -423,7 +424,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.extensions.surf</groupId>
|
||||
<artifactId>spring-webscripts</artifactId>
|
||||
<version>${alfresco.base.version}</version>
|
||||
<version>${alfresco.spring.webscripts}</version>
|
||||
<classifier>tests</classifier>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
Reference in New Issue
Block a user