Skip to content

Commit

Permalink
updated release notes, news and download for release 3.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
abrokenjester committed Mar 27, 2022
1 parent 47d0e1e commit 2c96572
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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 3.7.5 (latest)
## RDF4J 3.7.6 (latest)

RDF4J 3.7.5 is our latest stable release. It requires Java 8 minimally. Java 11 or higher is recommended for best performance.
For details on what’s new and how to upgrade, see the [release and upgrade notes](/release-notes/3.7.5).
For details on what’s new and how to upgrade, see the [release and upgrade notes](/release-notes/3.7.6).

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

- [RDF4J 3.7.5 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-3.7.5-onejar.jar)<br/>
- [RDF4J 3.7.6 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-3.7.6-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 Down Expand Up @@ -46,7 +46,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>3.7.5</version>
<version>3.7.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions site/content/release-notes/3.7.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: "3.7.6"
toc: true
---
RDF4J 3.7.6 is a patch release that fixes 4 issues.
RDF4J 3.7.6 is a patch release that fixes 4 issues, including a Java 8 compatibility issue.

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

## Acknowledgements

This release was made possible by contributions from ???
This release was made possible by contributions from Armin Friedl, Olli, nguyenm100, and Jeen Broekstra.

0 comments on commit 2c96572

Please sign in to comment.