updates to use ACS 6.2.2

This commit is contained in:
rodicasutu
2020-06-23 13:38:04 +03:00
parent a792462dab
commit 8bf4734776
5 changed files with 12 additions and 12 deletions

View File

@@ -531,8 +531,8 @@
<alfresco.db.username>alfresco</alfresco.db.username> <alfresco.db.username>alfresco</alfresco.db.username>
<alfresco.groupId>org.alfresco</alfresco.groupId> <alfresco.groupId>org.alfresco</alfresco.groupId>
<alfresco.share.artifactId>share</alfresco.share.artifactId> <alfresco.share.artifactId>share</alfresco.share.artifactId>
<alfresco-spring-webscripts.version>8.2</alfresco-spring-webscripts.version> <alfresco-spring-webscripts.version>7.14</alfresco-spring-webscripts.version>
<api.explorer.version>6.3.0</api.explorer.version> <api.explorer.version>6.2.1.1</api.explorer.version>
<!-- Set this here and override it in the community and enterprise modules. --> <!-- Set this here and override it in the community and enterprise modules. -->
<alfresco.min.version>0.0</alfresco.min.version> <alfresco.min.version>0.0</alfresco.min.version>

View File

@@ -73,10 +73,10 @@
</dependencyManagement> </dependencyManagement>
<properties> <properties>
<spring.version>5.2.5.RELEASE</spring.version> <spring.version>5.1.15.RELEASE</spring.version>
<alfresco.version>6.2.1-RC1</alfresco.version> <alfresco.version>6.2.2-A1</alfresco.version>
<alfresco.min.version>6.2.1</alfresco.min.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. --> <!-- The properties app.amp.* need to be set for share to work. -->
<app.filtering.enabled>true</app.filtering.enabled> <app.filtering.enabled>true</app.filtering.enabled>
</properties> </properties>

View File

@@ -1,5 +1,5 @@
TRANSFORMERS_TAG=2.2.0-A5 TRANSFORMERS_TAG=2.3.0
SOLR6_TAG=1.4.2-RC3 SOLR6_TAG=1.4.2
POSTGRES_TAG=11.4 POSTGRES_TAG=11.4
ACTIVEMQ_TAG=5.15.8 ACTIVEMQ_TAG=5.15.8
LEGACY_TRANSFORM_SERVICE_ENABLED=true LEGACY_TRANSFORM_SERVICE_ENABLED=true

View File

@@ -1,5 +1,5 @@
### Apply AGS community repo AMP to ACS image ### 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. # Alfresco user does not have permissions to modify webapps or configuration. Switch to root.
# The access will be fixed after all operations are done. # The access will be fixed after all operations are done.

View File

@@ -25,10 +25,10 @@
<alfresco.postgres.version>9.1-901.jdbc4</alfresco.postgres.version> <alfresco.postgres.version>9.1-901.jdbc4</alfresco.postgres.version>
<ags.artifactId>alfresco-governance-services-community-repo</ags.artifactId> <ags.artifactId>alfresco-governance-services-community-repo</ags.artifactId>
<!-- 6.2.1-RC1 changes --> <!-- 6.2.1-RC1 changes -->
<dependency.alfresco-core.version>7.31</dependency.alfresco-core.version> <dependency.alfresco-core.version>7.33</dependency.alfresco-core.version>
<dependency.alfresco-repository.version>7.171</dependency.alfresco-repository.version> <dependency.alfresco-repository.version>7.188</dependency.alfresco-repository.version>
<dependency.alfresco-remote-api.version>7.125</dependency.alfresco-remote-api.version> <dependency.alfresco-remote-api.version>7.140</dependency.alfresco-remote-api.version>
<alfresco.alfresco-share-services.version>6.2.1-RC1</alfresco.alfresco-share-services.version> <alfresco.alfresco-share-services.version>6.2.1</alfresco.alfresco-share-services.version>
<image.name>alfresco/alfresco-governance-repository-community</image.name> <image.name>alfresco/alfresco-governance-repository-community</image.name>
<maven.javadoc.skip>false</maven.javadoc.skip> <maven.javadoc.skip>false</maven.javadoc.skip>