Skip to content

Bump org.apache.derby:derby from 10.14.2.0 to 10.17.1.0 #30

Bump org.apache.derby:derby from 10.14.2.0 to 10.17.1.0

Bump org.apache.derby:derby from 10.14.2.0 to 10.17.1.0 #30

Workflow file for this run

name: Java CI
on: [push]
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 package --file pom.xml
- name: Deploy package
env:
GITHUB_USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: github.ref == 'refs/heads/master'
run: mvn --settings settings.xml --file pom.xml deploy