This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-scxml.git
The following commit(s) were added to refs/heads/master by this push: new 463d3d1 AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as Eclipse Temurin. 463d3d1 is described below commit 463d3d13a53f8fb725f1f30e0e3a112900f4b0c8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 29 00:28:16 2021 -0400 AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as Eclipse Temurin. --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 688861f..d394798 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -41,7 +41,7 @@ jobs: - name: Set up JDK ${{ matrix.java }} uses: actions/setup-java@v2 with: - distribution: 'adopt' + distribution: 'temurin' java-version: ${{ matrix.java }} - name: Build with Maven run: mvn -V -B --file pom.xml --no-transfer-progress