Skip to content

Bump org.apache.felix:maven-bundle-plugin from 5.1.4 to 5.1.9 #101

Bump org.apache.felix:maven-bundle-plugin from 5.1.4 to 5.1.9

Bump org.apache.felix:maven-bundle-plugin from 5.1.4 to 5.1.9 #101

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify