Skip to content

Commit

Permalink
Use stable 0.4.0 metafix release
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Mar 17, 2023
1 parent 8f307f4 commit 9733ca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9733ca6

Please sign in to comment.