Skip to content

Bump ch.qos.logback:logback-core from 1.0.4 to 1.2.9 in /maven/archetypes/exam-osgi-archetype/src/main/resources/archetype-resources #2

Bump ch.qos.logback:logback-core from 1.0.4 to 1.2.9 in /maven/archetypes/exam-osgi-archetype/src/main/resources/archetype-resources

Bump ch.qos.logback:logback-core from 1.0.4 to 1.2.9 in /maven/archetypes/exam-osgi-archetype/src/main/resources/archetype-resources #2

Workflow file for this run

name: CI
on:
push:
branches: [ "master", "v4.x" ]
pull_request:
branches: [ "master", "v4.x" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8 ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- run: mvn -B package --no-transfer-progress --file pom.xml