You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/04/10 15:47:03 UTC

[aries-jax-rs-whiteboard] branch master updated: update JDK versions for CI

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 95b3c57  update JDK versions for CI
95b3c57 is described below

commit 95b3c57ee9b0b42a080c47889a823462952d7784
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Sun Apr 10 11:16:36 2022 -0400

    update JDK versions for CI
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 .github/workflows/maven.yml | 4 ++--
 pom.xml                     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 210e95f..27da616 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,11 +27,11 @@ jobs:
   JDKxx_Matrix:
     strategy:
       matrix:
-        java: [ 8, 11, 17, 18-ea ]
+        java: [ 8, 11, 17, 18, 19-ea ]
         os: [ ubuntu-latest ]
         include:
         - os: windows-latest
-          java: 8
+          java: 17
     name: JDK${{ matrix.java }} ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps:
diff --git a/pom.xml b/pom.xml
index b0303a6..e907fbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>24</version>
+        <version>25</version>
         <relativePath />
     </parent>