@@ -5,15 +5,15 @@ toc: true
55
66You can either retrieve RDF4J via Apache Maven, or download the SDK or onejar directly.
77
8- ## RDF4J 4.3.11 (latest)
8+ ## RDF4J 4.3.12 (latest)
99
10- RDF4J 4.3.11 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/4.3.11 ) .
10+ RDF4J 4.3.12 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/4.3.12 ) .
1212
13- - [ RDF4J 4.3.11 SDK (zip)] ( http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.11 -sdk.zip ) <br />
13+ - [ RDF4J 4.3.12 SDK (zip)] ( http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.12 -sdk.zip ) <br />
1414 Full Eclipse RDF4J SDK, containing all libraries, RDF4J Server, Workbench, and Console applications, and Javadoc API.
1515
16- - [ RDF4J 4.3.11 onejar] ( http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.11 -onejar.jar ) <br />
16+ - [ RDF4J 4.3.12 onejar] ( http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.12 -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 >4.3.11 </version >
31+ <version >4.3.12 </version >
3232 <type >pom</type >
3333 <scope >import</scope >
3434 </dependency >
@@ -51,20 +51,20 @@ See the [Setup instructions](/documentation/programming/setup) in the
5151which artifacts RDF4J provides.
5252
5353
54- ## RDF4J 5.0.0-M2
54+ ## RDF4J 5.0.0-M3
5555
56- RDF4J 5.0.0-M2 is our latest milestone build of the upcoming 5.0.0 release. It requires Java 11 minimally.
56+ RDF4J 5.0.0-M3 is our latest milestone build of the upcoming 5.0.0 release. It requires Java 11 minimally.
5757For details on what’s new and how to upgrade, see the [ release and upgrade notes] ( /news/rdf4j-500-M2.md ) .
5858
59- - [ RDF4J 5.0.0-M2 SDK (zip)] ( http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M2 -sdk.zip ) <br />
59+ - [ RDF4J 5.0.0-M3 SDK (zip)] ( http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M3 -sdk.zip ) <br />
6060 Full Eclipse RDF4J SDK, containing all libraries, RDF4J Server, Workbench, and Console applications, and Javadoc API.
6161
62- - [ RDF4J 5.0.0-M2 onejar] ( http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M2 -onejar.jar ) <br />
62+ - [ RDF4J 5.0.0-M3 onejar] ( http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M3 -onejar.jar ) <br />
6363 Single jar file for easy inclusion of the full RDF4J toolkit in your Java project.
6464
6565- [ RDF4J artifacts] ( https://search.maven.org/search?q=org.eclipse.rdf4j ) on the [ Maven Central Repository] ( http://search.maven.org/ )
6666
67- RDF4J 5.0.0-M2 is also available through maven.
67+ RDF4J 5.0.0-M3 is also available through maven.
6868
6969
7070## Older releases
@@ -75,7 +75,6 @@ RDF4J 5.0.0-M2 is also available through maven.
7575- [ RDF4J 4.2.4 onejar] ( http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.2.4-onejar.jar )
7676
7777
78-
7978### RDF4J 4.1
8079
8180- [ RDF4J 4.1.3 SDK (zip)] ( http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.1.3-sdk.zip )
0 commit comments