From c36b2c3ba1a0a3d02ef81ce9f2a22f8cce75772d Mon Sep 17 00:00:00 2001 From: Valery Kharseko Date: Tue, 9 Jul 2024 12:16:40 +0300 Subject: [PATCH] Update README.md (#29) --- .github/workflows/build.yml | 4 ++-- README.md | 11 +++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 287b340..2a963f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: ${{ matrix.java }} - distribution: 'temurin' + distribution: 'zulu' - name: Cache Maven packages uses: actions/cache@v3 with: @@ -211,4 +211,4 @@ jobs: shell: bash run: | docker run -it -d --name=test localhost:5000/${GITHUB_REPOSITORY,,}:test - timeout 2m bash -c 'until docker logs test | grep -q "Naming service connection failed"; do sleep 5; done' \ No newline at end of file + timeout 2m bash -c 'until docker logs test | grep -q "Naming service connection failed"; do sleep 5; done' diff --git a/README.md b/README.md index 06e4849..adadcb1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ [![Issues](https://img.shields.io/github/issues/OpenIdentityPlatform/OpenAM-JEE-Agents.svg)](https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents/issues) [![Last commit](https://img.shields.io/github/last-commit/OpenIdentityPlatform/OpenAM-JEE-Agents.svg)](https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents/commits/master) [![License](https://img.shields.io/badge/license-CDDL-blue.svg)](https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents/blob/master/LICENSE.md) -[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/OpenIdentityPlatform/OpenAM) [![Top language](https://img.shields.io/github/languages/top/OpenIdentityPlatform/OpenAM-JEE-Agents.svg)](https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents) [![Code size in bytes](https://img.shields.io/github/languages/code-size/OpenIdentityPlatform/OpenAM-JEE-Agents.svg)](https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents) @@ -33,14 +32,14 @@ Java 1.8+ required ```bash git clone https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents.git -mvn clean install -f OpenAM-JEE-Agents +mvn install -f OpenAM-JEE-Agents ``` ## Support and Mailing List Information -* OpenAM Java Policy Agent Community Wiki: https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents/wiki -* OpenAM Java Policy Agent Community Discussions: https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents/discussions -* OpenAM Java Policy Agent Community Issues: https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents/issues -* OpenAM Java Policy Agent Commercial support RFP: support@openam.org.ru (English, Russian) +* OpenAM Java Policy Agent Community [documentation](https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents/wiki) +* OpenAM Java Policy Agent Community [discussions](https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents/discussions) +* OpenAM Java Policy Agent Community [issues](https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents/issues) +* OpenAM Java Policy Agent [commercial support](https://github.com/OpenIdentityPlatform/.github/wiki/Approved-Vendor-List) ## Contributing Please, make [Pull request](https://github.com/OpenIdentityPlatform/OpenAM-JEE-Agents/pulls)