Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

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

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

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ master, springboot3 ]
pull_request:
branches: [ master, springboot3 ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: ["17"]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml