Skip to content

Commit 527c24d

Browse files
[release] 23.4.0-A8
Update upstream versions - alfresco-community-repo: 23.4.0.27 - alfresco-enterprise-share: 23.4.0.15 - acs-packaging: 23.4.0-A8 - RELEASE_VERSION: 23.4.0-A8 - DEVELOPMENT_VERSION: 23.4.0-A9-SNAPSHOT
1 parent b8ad8bf commit 527c24d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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-A7
33-
DEVELOPMENT_VERSION: 23.4.0-A8-SNAPSHOT
32+
RELEASE_VERSION: 23.4.0-A8
33+
DEVELOPMENT_VERSION: 23.4.0-A9-SNAPSHOT
3434

3535
jobs:
3636
tas_tests:

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<groupId>org.alfresco</groupId>
1010
<artifactId>alfresco-community-repo</artifactId>
1111
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
12-
<version>23.4.0.24</version>
12+
<version>23.4.0.27</version>
1313
</parent>
1414

1515
<properties>
16-
<dependency.alfresco-community-repo.version>23.4.0.24</dependency.alfresco-community-repo.version>
17-
<dependency.alfresco-community-share.version>23.4.0.13</dependency.alfresco-community-share.version>
18-
<dependency.acs-packaging.version>23.4.0-A7</dependency.acs-packaging.version> <!-- for Share distribution zip -->
16+
<dependency.alfresco-community-repo.version>23.4.0.27</dependency.alfresco-community-repo.version>
17+
<dependency.alfresco-community-share.version>23.4.0.15</dependency.alfresco-community-share.version>
18+
<dependency.acs-packaging.version>23.4.0-A8</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)