From c9c5d78a3858109518bc8e92a32819070a2227d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20F?= Date: Mon, 20 Jun 2022 19:07:31 +0100 Subject: [PATCH] Version bump --- .github/workflows/build.yml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1720b88..9b6cebc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 1.8 + - name: Set up JDK uses: actions/setup-java@v1 with: - java-version: 1.8 + java-version: '17' - name: Build with Maven run: mvn -B package --file pom.xml - name: Create Release diff --git a/pom.xml b/pom.xml index 51f788f..823d8aa 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.tomff.beesplus BeesPlus - 1.6.0 + 1.6.1 UTF-8