[release] 7.0.0-A23

This commit is contained in:
alandavis
2021-01-24 15:54:59 +00:00
parent c7a87aa35e
commit 610b205268
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ env:
- TAS_SCRIPTS=../alfresco-community-repo/packaging/tests/scripts - TAS_SCRIPTS=../alfresco-community-repo/packaging/tests/scripts
- TAS_ENVIRONMENT=./tests/environment - TAS_ENVIRONMENT=./tests/environment
# Release version has to start with real version (7.0.0-....) for the docker image to build successfully. # Release version has to start with real version (7.0.0-....) for the docker image to build successfully.
- RELEASE_VERSION=7.0.0-A20 - RELEASE_VERSION=7.0.0-A23
- DEVELOPMENT_VERSION=7.0.0-SNAPSHOT - DEVELOPMENT_VERSION=7.0.0-SNAPSHOT
stages: stages:

View File

@@ -9,11 +9,11 @@
<groupId>org.alfresco</groupId> <groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId> <artifactId>alfresco-community-repo</artifactId>
<relativePath>../alfresco-community-repo/pom.xml</relativePath> <relativePath>../alfresco-community-repo/pom.xml</relativePath>
<version>8.373</version> <version>8.375</version>
</parent> </parent>
<properties> <properties>
<dependency.alfresco-community-repo.version>8.373</dependency.alfresco-community-repo.version> <dependency.alfresco-community-repo.version>8.375</dependency.alfresco-community-repo.version>
<alfresco.share.version>7.0.0-M3</alfresco.share.version> <alfresco.share.version>7.0.0-M3</alfresco.share.version>
<alfresco.alfresco-share-services.version>${alfresco.share.version}</alfresco.alfresco-share-services.version> <alfresco.alfresco-share-services.version>${alfresco.share.version}</alfresco.alfresco-share-services.version>