Skip to content

Commit

Permalink
Fix AGS version
Browse files Browse the repository at this point in the history
  • Loading branch information
code4uuuu committed Nov 10, 2023
1 parent 445498b commit 013b19e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
CONTENT_SERVICE_SECURITY_BASICAUTH_PASSWORD: ${{ secrets.CONTENT_SERVICE_SECURITY_BASICAUTH_PASSWORD }}
CONTENT_SERVICE_SECURITY_BASICAUTH_USERNAME: ${{ secrets.CONTENT_SERVICE_SECURITY_BASICAUTH_USERNAME }}
CONTENT_SERVICE_URL: ${{ secrets.CONTENT_SERVICE_URL }}
AGS_VERSION: 23.1.0
AGS_VERSION: 23.1.0.230
ACS_VERSION: 23.1.0

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
<!-- Base Paths -->
<acs.version>23.1.0</acs.version>
<ags.version>23.1.0</ags.version>
<ags.version>23.1.0.230</ags.version>
<!-- API definitions -->
<acs.core.api>${project.build.directory}/definitions/alfresco-core.yaml</acs.core.api>
<acs.auth.api>${project.build.directory}/definitions/alfresco-auth.yaml</acs.auth.api>
Expand Down

0 comments on commit 013b19e

Please sign in to comment.