Skip to content

Commit

Permalink
update crowd client to version 4.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoepfl committed Feb 22, 2024
1 parent 6dfd812 commit 57328e1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
42 changes: 23 additions & 19 deletions .github/workflows/ci_test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ jobs:
with:
command: mvn --batch-mode help:evaluate -Dexpression=project.version | grep -v -E '^\[([A-Za-z])+\]'
tag-prefix: 'v'
- name: Build project
run: |
mvn --batch-mode package \
-DskipTests=true
- name: Publish to public Maven2 repository
if: ${{ steps.tagging.outputs.tag-created == 'yes' || steps.tagging.outputs.strategy == 'snapshot' }}
run: |
Expand Down Expand Up @@ -131,22 +135,22 @@ jobs:
ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:${{ steps.tagging.outputs.version-major-minor }}
ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:${{ steps.tagging.outputs.version-major-minor-patch }}
ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:canary
# - name: Publish to GitHub Docker registry (base image RHEL UBI; canary release only)
# if: ${{ steps.tagging.outputs.tag-created == 'no' }}
# uses: docker/build-push-action@v2
# with:
# push: true
# context: .
# file: ./docker/Dockerfile-rhel
# tags: |
# ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:canary-rhel
# - name: Publish to GitHub Docker registry (base image Ubuntu; canary release only)
# if: ${{ steps.tagging.outputs.tag-created == 'no' }}
# uses: docker/build-push-action@v2
# with:
# push: true
# context: .
# file: ./docker/Dockerfile
# tags: |
# ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:canary-ubuntu
# ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:canary
- name: Publish to GitHub Docker registry (base image RHEL UBI; canary release only)
if: ${{ steps.tagging.outputs.tag-created == 'no' }}
uses: docker/build-push-action@v2
with:
push: true
context: .
file: ./docker/Dockerfile-rhel
tags: |
ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:canary-rhel
- name: Publish to GitHub Docker registry (base image Ubuntu; canary release only)
if: ${{ steps.tagging.outputs.tag-created == 'no' }}
uses: docker/build-push-action@v2
with:
push: true
context: .
file: ./docker/Dockerfile
tags: |
ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:canary-ubuntu
ghcr.io/${{ github.repository_owner }}/ldap-crowd-adapter:canary
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@

<!-- Crowd dependencies -->
<dependency>
<groupId>com.atlassian.crowd</groupId>
<artifactId>crowd-integration-client-rest</artifactId>
<version>4.4.5</version>
<groupId>com.atlassian.crowd.client</groupId>
<artifactId>atlassian-crowd-rest-client</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.atlassian.security</groupId>
Expand Down

0 comments on commit 57328e1

Please sign in to comment.