Skip to content

Commit b987a3d

Browse files
[release] 23.4.0-A11
Update upstream versions - alfresco-community-repo: 23.4.0.41 - alfresco-enterprise-share: 23.4.0.20 - acs-packaging: 23.4.0-A11 - RELEASE_VERSION: 23.4.0-A11 - DEVELOPMENT_VERSION: 23.4.0-A12-SNAPSHOT
1 parent 54d6c58 commit b987a3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ env:
2929
TAS_ENVIRONMENT: ./tests/environment
3030
TAS_SCRIPTS: ../alfresco-community-repo/packaging/tests/scripts
3131
# Release version has to start with real version (23.2.0-....) for the docker image to build successfully.
32-
RELEASE_VERSION: 23.4.0-A10
33-
DEVELOPMENT_VERSION: 23.4.0-A11-SNAPSHOT
32+
RELEASE_VERSION: 23.4.0-A11
33+
DEVELOPMENT_VERSION: 23.4.0-A12-SNAPSHOT
3434

3535
jobs:
3636
tas_tests:

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
<properties>
1616
<dependency.alfresco-community-repo.version>23.4.0.41</dependency.alfresco-community-repo.version>
17-
<dependency.alfresco-community-share.version>23.4.0.18</dependency.alfresco-community-share.version>
18-
<dependency.acs-packaging.version>23.4.0-A10</dependency.acs-packaging.version> <!-- for Share distribution zip -->
17+
<dependency.alfresco-community-share.version>23.4.0.20</dependency.alfresco-community-share.version>
18+
<dependency.acs-packaging.version>23.4.0-A11</dependency.acs-packaging.version> <!-- for Share distribution zip -->
1919

2020
<repo.image.tag>${dependency.alfresco-community-repo.version}</repo.image.tag>
2121
<share.image.tag>${dependency.alfresco-community-share.version}</share.image.tag>

0 commit comments

Comments
 (0)