diff --git a/site/content/download.md b/site/content/download.md index 8c41c01ab6..f6d81bad5f 100644 --- a/site/content/download.md +++ b/site/content/download.md @@ -51,20 +51,20 @@ See the [Setup instructions](/documentation/programming/setup) in the which artifacts RDF4J provides. -## RDF4J 5.0.0-M2 +## RDF4J 5.0.0-M3 -RDF4J 5.0.0-M2 is our latest milestone build of the upcoming 5.0.0 release. It requires Java 11 minimally. +RDF4J 5.0.0-M3 is our latest milestone build of the upcoming 5.0.0 release. It requires Java 11 minimally. For details on what’s new and how to upgrade, see the [release and upgrade notes](/news/rdf4j-500-M2.md). -- [RDF4J 5.0.0-M2 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M2-sdk.zip)
+- [RDF4J 5.0.0-M3 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M3-sdk.zip)
Full Eclipse RDF4J SDK, containing all libraries, RDF4J Server, Workbench, and Console applications, and Javadoc API. -- [RDF4J 5.0.0-M2 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M2-onejar.jar)
+- [RDF4J 5.0.0-M3 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M3-onejar.jar)
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/) -RDF4J 5.0.0-M2 is also available through maven. +RDF4J 5.0.0-M3 is also available through maven. ## Older releases @@ -75,7 +75,6 @@ RDF4J 5.0.0-M2 is also available through maven. - [RDF4J 4.2.4 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.2.4-onejar.jar) - ### RDF4J 4.1 - [RDF4J 4.1.3 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.1.3-sdk.zip) diff --git a/site/content/news/rdf4j-500-M3.md b/site/content/news/rdf4j-500-M3.md new file mode 100644 index 0000000000..8c307c20b8 --- /dev/null +++ b/site/content/news/rdf4j-500-M3.md @@ -0,0 +1,15 @@ +--- +title: "RDF4J 5.0.0 Milestone 3" +date: 2024-06-05T12:40:28+0200 +layout: "single" +categories: ["news"] +--- +Milestone number 3 of the upcoming 5.0.0 release of RDF4J is now available for download. + +This milestone build is now feature-complete and we will only be fixing bugs from now on. The final release is planned for the end of June. + + - [issues fixed in 5.0.0 Milestone 3](https://github.com/eclipse/rdf4j/issues?q=is%3Aissue+label%3AM3+is%3Aclosed+milestone%3A5.0.0) + +### Links + +- [Download RDF4J](/download/) diff --git a/site/static/javadoc/5.0.0-M3.tgz b/site/static/javadoc/5.0.0-M3.tgz new file mode 100644 index 0000000000..21cb669591 Binary files /dev/null and b/site/static/javadoc/5.0.0-M3.tgz differ