Skip to content

Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 #256

Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0

Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0 #256

Workflow file for this run

name: Build and test
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: temurin
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml