Skip to content

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

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 #190

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dgpg.skip