From 184cb9c7536b4392cc9c1cb0113ce06f4cf8215d Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Mon, 11 Sep 2023 13:36:36 +0200 Subject: [PATCH] Bump to 3.0.0-SNAPSHOT --- .github/workflows/build.yml | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e7dc971..b1ca0499 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ '8', '11', '17', '20', '21-ea' ] + java: [ '21-ea' ] architecture: [ 'x64' ] name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }} steps: diff --git a/pom.xml b/pom.xml index 26ca6af6..9f4317af 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ com.pivovarit parallel-collectors - 2.5.1-SNAPSHOT + 3.0.0-SNAPSHOT jar @@ -51,8 +51,8 @@ maven-compiler-plugin 3.11.0 - 1.8 - 1.8 + 21 + 21