Skip to content

Commit db773ab

Browse files
[release] 23.4.0-A9
Update upstream versions - alfresco-community-repo: 23.4.0.27 - alfresco-enterprise-share: 23.4.0.15 - acs-packaging: 23.4.0-A9 - RELEASE_VERSION: 23.4.0-A9 - DEVELOPMENT_VERSION: 23.4.0-A10-SNAPSHOT
1 parent 915f055 commit db773ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-M1
33-
DEVELOPMENT_VERSION: 23.4.0-A9-SNAPSHOT
32+
RELEASE_VERSION: 23.4.0-A9
33+
DEVELOPMENT_VERSION: 23.4.0-A10-SNAPSHOT
3434

3535
jobs:
3636
tas_tests:

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<properties>
1616
<dependency.alfresco-community-repo.version>23.4.0.27</dependency.alfresco-community-repo.version>
1717
<dependency.alfresco-community-share.version>23.4.0.15</dependency.alfresco-community-share.version>
18-
<dependency.acs-packaging.version>23.4.0-M1</dependency.acs-packaging.version> <!-- for Share distribution zip -->
18+
<dependency.acs-packaging.version>23.4.0-A9</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)