You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/08/29 04:18:55 UTC

[commons-lang] branch master updated: AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as Eclipse Temurin.

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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d30dfb  AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as Eclipse Temurin.
8d30dfb is described below

commit 8d30dfb09f7a26a76af6770a41f395b0b71c8897
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Aug 29 00:18:52 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 4185e42..2eac3ff 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,7 +45,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 -Ddoclint=all --file pom.xml --no-transfer-progress