🔖 Bumped to v0.7.4.1, switched CI to Maven 11 & 17

This commit is contained in:
stijnb1234 2022-06-15 11:38:20 +02:00
parent 9cbfbb6f27
commit 3c0c26ec58
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
name: Java 16 CI
name: Java 17 CI
on: [push]
@ -9,10 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 16
java-version: 17
- name: Build with Maven
run: mvn -B package --file pom.xml
- run: mkdir -p target

View file

@ -5,7 +5,7 @@
<groupId>nl.SBDeveloper</groupId>
<artifactId>V10Lift2</artifactId>
<version>0.7.4</version>
<version>0.7.4.1</version>
<packaging>jar</packaging>
<name>V10Lift</name>