Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Bump undertow.version from 2.2.19.Final to 2.2.25.SP3-redhat-00001 #8

Bump undertow.version from 2.2.19.Final to 2.2.25.SP3-redhat-00001

Bump undertow.version from 2.2.19.Final to 2.2.25.SP3-redhat-00001 #8

Workflow file for this run

name: Test Maven Build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B install --file pom.xml