Skip to content

Bump maven-release-plugin from 3.0.0 to 3.0.1 #127

Bump maven-release-plugin from 3.0.0 to 3.0.1

Bump maven-release-plugin from 3.0.0 to 3.0.1 #127

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode verify