Skip to content

Commit 24281c3

Browse files
committed
update release notes
1 parent 0c7e1e3 commit 24281c3

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

site/content/download.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ toc: true
55

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

8-
## RDF4J 5.2.2 (latest)
8+
## RDF4J 5.3.0 (latest)
99

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

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

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

1919
- [RDF4J artifacts](https://search.maven.org/search?q=org.eclipse.rdf4j) on the [Maven Central Repository](http://search.maven.org/)
@@ -28,7 +28,7 @@ You can include RDF4J as a Maven dependency in your Java project by including th
2828
<dependency>
2929
<groupId>org.eclipse.rdf4j</groupId>
3030
<artifactId>rdf4j-bom</artifactId>
31-
<version>5.2.2</version>
31+
<version>5.3.0</version>
3232
<type>pom</type>
3333
<scope>import</scope>
3434
</dependency>
@@ -52,6 +52,11 @@ which artifacts RDF4J provides.
5252

5353
## Older releases
5454

55+
### RDF4J 5.2.2
56+
57+
- [RDF4J 5.2.2 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.2.2-sdk.zip)
58+
- [RDF4J 5.2.2 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.2.2-onejar.jar)
59+
5560
### RDF4J 5.1
5661

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

site/content/news/rdf4j-530.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2026-04-17T11:05:26+0200
44
layout: "single"
55
categories: ["news"]
66
---
7-
RDF4J 5.3.0 is now available. This is a patch release fixing 22 bugs.
7+
RDF4J 5.3.0 is now available. This is a minor release resolving 22 issues.
88

99
For more details, have a look at the [release notes](/release-notes/5.3.0).
1010
<!--more-->

0 commit comments

Comments
 (0)