Skip to content

Commit

Permalink
MNT-23880 Link [pipeline_docker]
Browse files Browse the repository at this point in the history
  • Loading branch information
damianujma committed Dec 7, 2023
1 parent 96ab5ef commit 2afbb4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ jobs:
platforms: linux/amd64,linux/arm64
- name: Pipeline Tag text insert (modify for your needs)
run: |
echo "PIPELINE_TAG_TEXT_INSERT=INSERT-TEXT" >> $GITHUB_ENV
echo "PIPELINE_TAG_TEXT_INSERT=IDS_ADMIN_CONSOLE" >> $GITHUB_ENV
- name: Compute final build number
run: |
echo "COMPUTED_BUILD_NUMBER=$(( $BASE_BUILD_NUMBER + $BUILD_NUMBER ))" >> $GITHUB_ENV
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<groupId>org.alfresco</groupId>
<artifactId>alfresco-enterprise-repo</artifactId>
<relativePath>../alfresco-enterprise-repo/pom.xml</relativePath>
<version>23.2.0.16</version>
<version>23.2.0.17-SNAPSHOT</version>
</parent>

<properties>
<dependency.alfresco-enterprise-repo.version>23.2.0.16</dependency.alfresco-enterprise-repo.version>
<dependency.alfresco-enterprise-share.version>23.2.0.11</dependency.alfresco-enterprise-share.version>
<dependency.alfresco-enterprise-repo.version>23.2.0.17-SNAPSHOT</dependency.alfresco-enterprise-repo.version>
<dependency.alfresco-enterprise-share.version>23.2.0.12-SNAPSHOT</dependency.alfresco-enterprise-share.version>

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

Expand Down

0 comments on commit 2afbb4b

Please sign in to comment.