mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
updates to use ACS 6.2.2
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -531,8 +531,8 @@
|
||||
<alfresco.db.username>alfresco</alfresco.db.username>
|
||||
<alfresco.groupId>org.alfresco</alfresco.groupId>
|
||||
<alfresco.share.artifactId>share</alfresco.share.artifactId>
|
||||
<alfresco-spring-webscripts.version>8.2</alfresco-spring-webscripts.version>
|
||||
<api.explorer.version>6.3.0</api.explorer.version>
|
||||
<alfresco-spring-webscripts.version>7.14</alfresco-spring-webscripts.version>
|
||||
<api.explorer.version>6.2.1.1</api.explorer.version>
|
||||
<!-- Set this here and override it in the community and enterprise modules. -->
|
||||
<alfresco.min.version>0.0</alfresco.min.version>
|
||||
|
||||
|
@@ -73,10 +73,10 @@
|
||||
</dependencyManagement>
|
||||
|
||||
<properties>
|
||||
<spring.version>5.2.5.RELEASE</spring.version>
|
||||
<alfresco.version>6.2.1-RC1</alfresco.version>
|
||||
<spring.version>5.1.15.RELEASE</spring.version>
|
||||
<alfresco.version>6.2.2-A1</alfresco.version>
|
||||
<alfresco.min.version>6.2.1</alfresco.min.version>
|
||||
<share.version>6.2.1-RC1</share.version>
|
||||
<share.version>6.2.1</share.version>
|
||||
<!-- The properties app.amp.* need to be set for share to work. -->
|
||||
<app.filtering.enabled>true</app.filtering.enabled>
|
||||
</properties>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
TRANSFORMERS_TAG=2.2.0-A5
|
||||
SOLR6_TAG=1.4.2-RC3
|
||||
TRANSFORMERS_TAG=2.3.0
|
||||
SOLR6_TAG=1.4.2
|
||||
POSTGRES_TAG=11.4
|
||||
ACTIVEMQ_TAG=5.15.8
|
||||
LEGACY_TRANSFORM_SERVICE_ENABLED=true
|
||||
|
@@ -1,5 +1,5 @@
|
||||
### Apply AGS community repo AMP to ACS image
|
||||
FROM alfresco/alfresco-content-repository-community:6.2.1-RC1
|
||||
FROM alfresco/alfresco-content-repository-community:6.2.2-A1
|
||||
|
||||
# Alfresco user does not have permissions to modify webapps or configuration. Switch to root.
|
||||
# The access will be fixed after all operations are done.
|
||||
|
@@ -25,10 +25,10 @@
|
||||
<alfresco.postgres.version>9.1-901.jdbc4</alfresco.postgres.version>
|
||||
<ags.artifactId>alfresco-governance-services-community-repo</ags.artifactId>
|
||||
<!-- 6.2.1-RC1 changes -->
|
||||
<dependency.alfresco-core.version>7.31</dependency.alfresco-core.version>
|
||||
<dependency.alfresco-repository.version>7.171</dependency.alfresco-repository.version>
|
||||
<dependency.alfresco-remote-api.version>7.125</dependency.alfresco-remote-api.version>
|
||||
<alfresco.alfresco-share-services.version>6.2.1-RC1</alfresco.alfresco-share-services.version>
|
||||
<dependency.alfresco-core.version>7.33</dependency.alfresco-core.version>
|
||||
<dependency.alfresco-repository.version>7.188</dependency.alfresco-repository.version>
|
||||
<dependency.alfresco-remote-api.version>7.140</dependency.alfresco-remote-api.version>
|
||||
<alfresco.alfresco-share-services.version>6.2.1</alfresco.alfresco-share-services.version>
|
||||
<image.name>alfresco/alfresco-governance-repository-community</image.name>
|
||||
|
||||
<maven.javadoc.skip>false</maven.javadoc.skip>
|
||||
|
Reference in New Issue
Block a user