From 9b4b833265392b9cb3cb5063c62f9264326e7d0d Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Mon, 24 Feb 2025 10:23:44 +0100 Subject: [PATCH] Build metafacture master-SNAPHSOT in GiHhub actions Complements 3cb37c178c920d705d24fb174fbd5febd2594d66. --- .github/workflows/build.yml | 18 +++++------------- pom.xml | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66db941b6..307231f89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,21 +18,13 @@ jobs: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - #- name: Install metafacture-core-snapshots - # run: | - # git clone https://github.com/metafacture/metafacture-core.git - # cd metafacture-core - # git checkout 5.7.0-rc1 - # ./gradlew publishToMavenLocal - # cd .. - - name: Install metafacture-fix + - name: Install metafacture-core-snapshots run: | - cd .. - git clone https://github.com/metafacture/metafacture-fix.git - cd metafacture-fix - git checkout 1.2.0 + git clone https://github.com/metafacture/metafacture-core.git + cd metafacture-core + git checkout master ./gradlew publishToMavenLocal - cd - + cd .. - name: Build with Maven run: | mvn install diff --git a/pom.xml b/pom.xml index 82d4502a8..cc816e333 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.lobid lobid-resources - 2.0.0-SNAPSHOT + 1.0.2-SNAPSHOT UTF-8 UTF-8