diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 565a2826..a19ae5c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,9 @@ jobs: git checkout metafacture-core-5.4.1-rc3 ./gradlew publishToMavenLocal cd .. - - name: Install metafacture-fix snapshot + - name: Install metafacture-fix 0.4.0 run: | - git clone https://github.com/metafacture/metafacture-fix.git + git clone https://github.com/metafacture/metafacture-fix.git -b 0.4.0 cd metafacture-fix ./gradlew publishToMavenLocal cd .. diff --git a/build.sbt b/build.sbt index 90352ffc..3e33d7be 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ libraryDependencies ++= Seq( "org.metafacture" % "metafacture-flux" % "metafacture-core-5.4.1-rc3", "org.metafacture" % "metafacture-triples" % "metafacture-core-5.4.1-rc3", "org.metafacture" % "metafacture-formatting" % "metafacture-core-5.4.1-rc3", - "org.metafacture" % "metafix" % "0.4.0-SNAPSHOT", + "org.metafacture" % "metafix" % "0.4.0", "org.elasticsearch" % "elasticsearch" % "1.7.5" withSources(), "com.github.jsonld-java" % "jsonld-java" % "0.5.0", "org.apache.commons" % "commons-rdf-jena" % "0.5.0",