Skip to content

Commit

Permalink
chore: Update apache-jena-fuseki to v5.0.0-1 (#3176)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 committed Apr 10, 2024
1 parent 80ca581 commit 68de1c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 100 deletions.
4 changes: 3 additions & 1 deletion docker-compose.yml
Expand Up @@ -10,7 +10,9 @@ services:
- knora-net

db:
image: daschswiss/apache-jena-fuseki:2.1.5 # should be the same version as in Dependencies.scala, also make sure to use the same version when deploying it (i.e. version in ops-deploy)!
# should be the same version as in Dependencies.scala,
# make sure to use the same version in ops-deploy repository when deploying new DSP releases!
image: daschswiss/apache-jena-fuseki:5.0.0-1
ports:
- "3030:3030"
volumes:
Expand Down

This file was deleted.

9 changes: 5 additions & 4 deletions project/Dependencies.scala
Expand Up @@ -10,10 +10,11 @@ import sbt.*
import scala.collection.immutable.Seq

object Dependencies {

val fusekiImage =
"daschswiss/apache-jena-fuseki:2.1.5" // should be the same version as in docker-compose.yml, also make sure to use the same version when deploying it (i.e. version in ops-deploy)!
val sipiImage = "daschswiss/sipi:v3.12.2" // base image the knora-sipi image is created from
// should be the same version as in docker-compose.yml,
// make sure to use the same version in ops-deploy repository when deploying new DSP releases!
val fusekiImage = "daschswiss/apache-jena-fuseki:5.0.0-1"
// base image the knora-sipi image is created from
val sipiImage = "daschswiss/sipi:v3.12.2"

val ScalaVersion = "2.13.13"

Expand Down

0 comments on commit 68de1c6

Please sign in to comment.