Merge remote-tracking branch 'origin/master' into feature/ACS-12783-s3-oidc-upload

This commit is contained in:
tathagta15
2026-09-16 12:31:25 +05:30
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
env:
global:
# Release version has to start with real version (23.2.0-....) for the docker image to build successfully.
- RELEASE_VERSION=26.3.0-A.14
- DEVELOPMENT_VERSION=26.3.0-A.15-SNAPSHOT
- RELEASE_VERSION=26.3.0-A.15
- DEVELOPMENT_VERSION=26.3.0-A.16-SNAPSHOT
+1 -1
View File
@@ -1,6 +1,6 @@
ARG BASE_IMAGE
# BUILD STAGE AGS
FROM debian:11-slim AS AGSBUILDER
FROM debian:12-slim AS AGSBUILDER
RUN export DEBIAN_FRONTEND=noninteractive; \
apt-get update -qqy && apt-get -yqq install unzip && \
+4 -4
View File
@@ -9,13 +9,13 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId>
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
<version>26.3.0.44</version>
<version>26.3.0.48</version>
</parent>
<properties>
<dependency.alfresco-community-repo.version>26.3.0.44</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>26.3.0.38</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>26.3.0-A.14</dependency.acs-packaging.version> <!-- for Share distribution zip -->
<dependency.alfresco-community-repo.version>26.3.0.48</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>26.3.0.42</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>26.3.0-A.15</dependency.acs-packaging.version> <!-- for Share distribution zip -->
<repo.image.tag>${dependency.alfresco-community-repo.version}</repo.image.tag>
<share.image.tag>${dependency.alfresco-community-share.version}</share.image.tag>