diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 36757be97..6a8b021bd 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-A21
- DEVELOPMENT_VERSION: 7.4.0-A22-SNAPSHOT
+ RELEASE_VERSION: 7.4.0-A22
+ DEVELOPMENT_VERSION: 7.4.0-A23-SNAPSHOT
jobs:
tas_tests:
diff --git a/pom.xml b/pom.xml
index 725fb883e..1d851f0a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,13 +9,13 @@
org.alfresco
alfresco-community-repo
../alfresco-community-repo/pom.xml
- 20.105
+ 20.107
- 20.105
- 20.95
- 7.4.0-A21
+ 20.107
+ 20.98
+ 7.4.0-A22
${dependency.alfresco-community-repo.version}
${dependency.alfresco-community-share.version}