mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
updates to ACS 6.2.1-RC3
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -531,7 +531,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>7.9</alfresco-spring-webscripts.version>
|
||||
<alfresco-spring-webscripts.version>8.2</alfresco-spring-webscripts.version>
|
||||
<api.explorer.version>6.3.0</api.explorer.version>
|
||||
<!-- Set this here and override it in the community and enterprise modules. -->
|
||||
<alfresco.min.version>0.0</alfresco.min.version>
|
||||
@@ -591,7 +591,9 @@
|
||||
<image.tag>latest</image.tag>
|
||||
<image.registry>quay.io</image.registry>
|
||||
|
||||
<javax-jaxb.version>2.3.0</javax-jaxb.version>
|
||||
<javax-jaxb.version>2.4.0-b180830.0359</javax-jaxb.version>
|
||||
<javax-jaxb-impl.version>3.0.0-M1</javax-jaxb-impl.version>
|
||||
<javax.servlet-api.version>4.0.1</javax.servlet-api.version>
|
||||
<apache-compress.version>1.19</apache-compress.version>
|
||||
</properties>
|
||||
|
||||
@@ -644,7 +646,7 @@
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.bind</groupId>
|
||||
<artifactId>jaxb-impl</artifactId>
|
||||
<version>${javax-jaxb.version}</version>
|
||||
<version>${javax-jaxb-impl.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
@@ -74,9 +74,9 @@
|
||||
|
||||
<properties>
|
||||
<spring.version>5.2.5.RELEASE</spring.version>
|
||||
<alfresco.version>6.2.1-A2</alfresco.version>
|
||||
<alfresco.min.version>6.1</alfresco.min.version>
|
||||
<share.version>6.2.0</share.version>
|
||||
<alfresco.version>6.2.1-RC1</alfresco.version>
|
||||
<alfresco.min.version>6.2.1</alfresco.min.version>
|
||||
<share.version>6.2.1-RC1</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-A4
|
||||
SOLR6_TAG=1.4.0
|
||||
TRANSFORMERS_TAG=2.2.0-A5
|
||||
SOLR6_TAG=1.4.2-RC3
|
||||
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-A2
|
||||
FROM alfresco/alfresco-content-repository-community:6.2.1-RC1
|
||||
|
||||
# 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-A2 changes -->
|
||||
<dependency.alfresco-core.version>7.30</dependency.alfresco-core.version>
|
||||
<dependency.alfresco-repository.version>7.164</dependency.alfresco-repository.version>
|
||||
<dependency.alfresco-remote-api.version>7.122</dependency.alfresco-remote-api.version>
|
||||
<alfresco.alfresco-share-services.version>6.2.0</alfresco.alfresco-share-services.version>
|
||||
<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>
|
||||
<image.name>alfresco/alfresco-governance-repository-community</image.name>
|
||||
|
||||
<maven.javadoc.skip>false</maven.javadoc.skip>
|
||||
|
Reference in New Issue
Block a user