Skip to content

Commit

Permalink
4.3.11-release-notes (#4947)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad authored Apr 1, 2024
2 parents 03dcdc8 + ee3ce16 commit f8c5a1e
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 6 deletions.
12 changes: 6 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 4.3.10 (latest)
## RDF4J 4.3.11 (latest)

RDF4J 4.3.10 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/4.3.10).
RDF4J 4.3.11 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/4.3.11).

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

- [RDF4J 4.3.10 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.10-onejar.jar)<br/>
- [RDF4J 4.3.11 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.11-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>4.3.10</version>
<version>4.3.11</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
14 changes: 14 additions & 0 deletions site/content/news/rdf4j-4311.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "RDF4J 4.3.11 released"
date: 2024-04-01T11:25:33+0200
layout: "single"
categories: ["news"]
---
RDF4J 4.3.11 is now available. This is a patch release fixing 2 bugs.

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

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

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

### Acknowledgements

This release was made possible by contributions from Richard Eckart de Castilho.
Binary file added site/static/javadoc/4.3.11.tgz
Binary file not shown.
Binary file modified site/static/javadoc/latest.tgz
Binary file not shown.

0 comments on commit f8c5a1e

Please sign in to comment.