From 4cca21289e0a1fd05436ed480e8215d99fb271d1 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Mon, 30 Oct 2023 12:15:57 +0100 Subject: [PATCH] Use metafix master SNAPSHOT (#1666) Uses https://github.com/metafacture/metafacture-fix/pull/327. --- .github/workflows/build.yml | 16 +++++++++------- pom.xml | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ac2d33ed..1079e7081 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,17 +16,19 @@ 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 - #./gradlew publishToMavenLocal - #cd .. + - name: Install metafacture-core snapshots + run: | + git clone https://github.com/metafacture/metafacture-core.git + cd metafacture-core + git reset --hard origin/5.7.0-rc1 + ./gradlew publishToMavenLocal + cd .. - name: Install metafacture-fix run: | git clone https://github.com/metafacture/metafacture-fix.git cd metafacture-fix - git reset --hard 0.6.1 + git checkout master + git pull ./gradlew publishToMavenLocal cd .. - name: Build with Maven diff --git a/pom.xml b/pom.xml index 9756ec035..08b16e50b 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ org.metafacture metafix - 0.6.1 + 0.6.0-SNAPSHOT org.slf4j