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

5.1.0 release notes (auto-generated) #5207

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
18 changes: 12 additions & 6 deletions site/content/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ toc: true

You can either retrieve RDF4J via Apache Maven, or download the SDK or onejar directly.

## RDF4J 5.0.3 (latest)
## RDF4J 5.1.0 (latest)

RDF4J 5.0.3 is our latest stable release. It requires Java 11 minimally.
For details on what’s new and how to upgrade, see the [release and upgrade notes](/release-notes/5.0.3).
RDF4J 5.1.0 is our latest stable release. It requires Java 11 minimally.
For details on what’s new and how to upgrade, see the [release and upgrade notes](/release-notes/5.1.0).

- [RDF4J 5.0.3 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.3-sdk.zip)<br/>
- [RDF4J 5.1.0 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.1.0-sdk.zip)<br/>
Full Eclipse RDF4J SDK, containing all libraries, RDF4J Server, Workbench, and Console applications, and Javadoc API.

- [RDF4J 5.0.3 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.3-onejar.jar)<br/>
- [RDF4J 5.1.0 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.1.0-onejar.jar)<br/>
Single jar file for easy inclusion of the full RDF4J toolkit in your Java project.

- [RDF4J artifacts](https://search.maven.org/search?q=org.eclipse.rdf4j) on the [Maven Central Repository](http://search.maven.org/)
Expand All @@ -28,7 +28,7 @@ You can include RDF4J as a Maven dependency in your Java project by including th
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-bom</artifactId>
<version>5.0.3</version>
<version>5.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -52,6 +52,12 @@ which artifacts RDF4J provides.

## Older releases

### RDF4J 5.0

- [RDF4J 5.0.3 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.3-sdk.zip)
- [RDF4J 5.0.3 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.3-onejar.jar)


### RDF4J 4.3

- [RDF4J 4.3.15 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.15-sdk.zip)
Expand Down
14 changes: 14 additions & 0 deletions site/content/news/rdf4j-510.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "RDF4J 5.1.0 released"
date: 2024-11-21T22:02:32+0100
layout: "single"
categories: ["news"]
---
RDF4J 5.1.0 is now available. This is a patch release fixing 16 bugs.

For more details, have a look at the [release notes](/release-notes/5.1.0).
<!--more-->
### Links

- [Download RDF4J](/download/)
- [release notes](/release-notes/5.1.0).
11 changes: 11 additions & 0 deletions site/content/release-notes/5.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "5.1.0"
toc: true
---
RDF4J 5.1.0 is a patch release that fixes 16 issues.

For a complete overview, see [all issues fixed in 5.1.0](https://github.com/eclipse/rdf4j/milestone/107?closed=1).

### Acknowledgements

This release was made possible by contributions from ???
Binary file added site/static/javadoc/5.1.0.tgz
Binary file not shown.
Binary file modified site/static/javadoc/latest.tgz
Binary file not shown.
Loading