Skip to content

Commit 830b9bc

Browse files
[force][release][skip tests] Update upstream versions
- alfresco-enterprise-repo: 25.1.0.18 - alfresco-enterprise-share: 25.1.0.17
1 parent 0ec2886 commit 830b9bc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/master_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ env:
2222
GITHUB_ACTIONS_DEPLOY_TIMEOUT: 60
2323
BASE_BUILD_NUMBER: 10000
2424
# Release version has to start with real version (23.2.0-....) for the docker image to build successfully.
25-
RELEASE_VERSION: 25.1.0-A.5
26-
DEVELOPMENT_VERSION: 25.1.0-A.6-SNAPSHOT
25+
RELEASE_VERSION: 25.1.0-A.6
26+
DEVELOPMENT_VERSION: 25.1.0-A.7-SNAPSHOT
2727

2828
jobs:
2929
run_ci:

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<groupId>org.alfresco</groupId>
1111
<artifactId>alfresco-enterprise-repo</artifactId>
1212
<relativePath>../alfresco-enterprise-repo/pom.xml</relativePath>
13-
<version>25.1.0.17</version>
13+
<version>25.1.0.18</version>
1414
</parent>
1515

1616
<properties>
17-
<dependency.alfresco-enterprise-repo.version>25.1.0.17</dependency.alfresco-enterprise-repo.version>
18-
<dependency.alfresco-enterprise-share.version>25.1.0.16</dependency.alfresco-enterprise-share.version>
17+
<dependency.alfresco-enterprise-repo.version>25.1.0.18</dependency.alfresco-enterprise-repo.version>
18+
<dependency.alfresco-enterprise-share.version>25.1.0.17</dependency.alfresco-enterprise-share.version>
1919

2020
<alfresco.rm-enterprise-rest-api-explorer.version>3.0.2</alfresco.rm-enterprise-rest-api-explorer.version>
2121

0 commit comments

Comments
 (0)