Skip to content

Commit a7e3eb0

Browse files
[release] 25.1.0-A.2
Update upstream versions - alfresco-community-repo: 25.1.0.7 - alfresco-enterprise-share: 25.1.0.7 - acs-packaging: 25.1.0-A.2 - RELEASE_VERSION: 25.1.0-A.2 - DEVELOPMENT_VERSION: 25.1.0-A.3-SNAPSHOT
1 parent 1db23f2 commit a7e3eb0

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: 25.1.0-A.1
33-
DEVELOPMENT_VERSION: 25.1.0-A.2-SNAPSHOT
32+
RELEASE_VERSION: 25.1.0-A.2
33+
DEVELOPMENT_VERSION: 25.1.0-A.3-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>25.1.0.3</version>
12+
<version>25.1.0.7</version>
1313
</parent>
1414

1515
<properties>
16-
<dependency.alfresco-community-repo.version>25.1.0.3</dependency.alfresco-community-repo.version>
17-
<dependency.alfresco-community-share.version>25.1.0.4</dependency.alfresco-community-share.version>
18-
<dependency.acs-packaging.version>25.1.0-A.1</dependency.acs-packaging.version> <!-- for Share distribution zip -->
16+
<dependency.alfresco-community-repo.version>25.1.0.7</dependency.alfresco-community-repo.version>
17+
<dependency.alfresco-community-share.version>25.1.0.7</dependency.alfresco-community-share.version>
18+
<dependency.acs-packaging.version>25.1.0-A.2</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)