Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to a Jena5 version #2984

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jena-fuseki2/jena-fuseki-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defaults to the version of the overall Jena release it was part of. It is best
to use the release of this set of tools from the same release of the desired
server.

docker-compose build --build-arg JENA_VERSION=4.7.0
docker-compose build --build-arg JENA_VERSION=5.3.0

Note the build command must provide the version number.

Expand Down