From e95814acf360a4cf98b2881a26772d1c39b87fbd Mon Sep 17 00:00:00 2001
From: alfresco-build <8039454+alfresco-build@users.noreply.github.com>
Date: Sun, 26 Mar 2023 01:31:05 +0000
Subject: [PATCH] [release] 7.4.0-A24
Update upstream versions
- alfresco-community-repo: 20.118
- alfresco-enterprise-share: 20.108
- acs-packaging: 7.4.0-A24
- RELEASE_VERSION: 7.4.0-A24
- DEVELOPMENT_VERSION: 7.4.0-A25-SNAPSHOT
---
.github/workflows/ci.yml | 4 ++--
pom.xml | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6e9174972..cbfa08f68 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,8 +29,8 @@ env:
TAS_ENVIRONMENT: ./tests/environment
TAS_SCRIPTS: ../alfresco-community-repo/packaging/tests/scripts
# Release version has to start with real version (7.4.0-....) for the docker image to build successfully.
- RELEASE_VERSION: 7.4.0-A23
- DEVELOPMENT_VERSION: 7.4.0-A24-SNAPSHOT
+ RELEASE_VERSION: 7.4.0-A24
+ DEVELOPMENT_VERSION: 7.4.0-A25-SNAPSHOT
jobs:
tas_tests:
diff --git a/pom.xml b/pom.xml
index 3074beea3..8bc8dfa83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,13 +9,13 @@
org.alfresco
alfresco-community-repo
../alfresco-community-repo/pom.xml
- 20.115
+ 20.118
- 20.115
- 20.107
- 7.4.0-A23
+ 20.118
+ 20.108
+ 7.4.0-A24
${dependency.alfresco-community-repo.version}
${dependency.alfresco-community-share.version}