mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Update to ACS 6.0.1.2
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -464,7 +464,7 @@
|
||||
<alfresco.db.username>alfresco</alfresco.db.username>
|
||||
<alfresco.groupId>org.alfresco</alfresco.groupId>
|
||||
<alfresco.share.artifactId>share</alfresco.share.artifactId>
|
||||
<alfresco-spring-webscripts.version>6.19</alfresco-spring-webscripts.version>
|
||||
<alfresco-spring-webscripts.version>6.20</alfresco-spring-webscripts.version>
|
||||
<api.explorer.version>6.0.7-ga</api.explorer.version>
|
||||
<!-- Set this here and override it in the community and enterprise modules. -->
|
||||
<alfresco.version>0.0</alfresco.version>
|
||||
|
2
rm-community/rm-community-repo/.env
Normal file
2
rm-community/rm-community-repo/.env
Normal file
@@ -0,0 +1,2 @@
|
||||
SOLR6_TAG=1.1.1
|
||||
POSTGRES_TAG=10.1
|
@@ -26,6 +26,11 @@ services:
|
||||
-Dftp.dataPortFrom=30000
|
||||
-Dftp.dataPortTo=30099
|
||||
-Dcifs.enabled=true
|
||||
-Dcsrf.filter.enabled=false
|
||||
-Dalfresco.host=localhost
|
||||
-Dalfresco.port.ssl=80
|
||||
-Dalfresco.protocol=http
|
||||
-Dalfresco.port=8080
|
||||
"
|
||||
ports:
|
||||
- 8080:8080
|
||||
@@ -36,7 +41,7 @@ services:
|
||||
- "30000-30099:30000-30099"
|
||||
|
||||
postgres:
|
||||
image: library/postgres:10.1
|
||||
image: library/postgres:${POSTGRES_TAG}
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=alfresco
|
||||
- POSTGRES_USER=alfresco
|
||||
@@ -45,7 +50,7 @@ services:
|
||||
- 5432:5432
|
||||
|
||||
solr6:
|
||||
image: alfresco/alfresco-search-services:1.1.1
|
||||
image: alfresco/alfresco-search-services:${SOLR6_TAG}
|
||||
environment:
|
||||
#Solr needs to know how to register itself with Alfresco
|
||||
- SOLR_ALFRESCO_HOST=alfresco
|
||||
|
@@ -46,8 +46,6 @@ import org.apache.commons.io.IOUtils;
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
import org.springframework.extensions.webscripts.GUID;
|
||||
|
||||
import javax.xml.soap.Node;
|
||||
|
||||
/**
|
||||
* Integration test for RM-4804
|
||||
*
|
||||
|
Reference in New Issue
Block a user