diff --git a/site/content/download.md b/site/content/download.md
index 5d74ca46afa..df3cad222c0 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-M1
+## RDF4J 5.0.0-M2
-RDF4J 5.0.0-M1 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-M1.md).
+RDF4J 5.0.0-M2 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-M1 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M1-sdk.zip)
+- [RDF4J 5.0.0-M2 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M2-sdk.zip)
Full Eclipse RDF4J SDK, containing all libraries, RDF4J Server, Workbench, and Console applications, and Javadoc API.
-- [RDF4J 5.0.0-M1 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M1-onejar.jar)
+- [RDF4J 5.0.0-M2 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.0-M2-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-M1 is also available through maven.
+RDF4J 5.0.0-M2 is also available through maven.
## Older releases
diff --git a/site/content/news/rdf4j-500-M2.md b/site/content/news/rdf4j-500-M2.md
new file mode 100644
index 00000000000..fd6f40fdb86
--- /dev/null
+++ b/site/content/news/rdf4j-500-M2.md
@@ -0,0 +1,24 @@
+---
+title: "RDF4J 5.0.0 Milestone 2"
+date: 2023-10-17T09:50:33+0200
+layout: "single"
+categories: ["news"]
+---
+Milestone number 2 of the upcoming 5.0.0 release of RDF4J is now available for download.
+
+Notable changes since the previous milestone build:
+ - We have [switched to the new CONFIG vocabulary](https://github.com/eclipse-rdf4j/rdf4j/pull/4699). If you ware interacting with the config files directly then take care to use the new vocabulary and if need be use the [Configuration class](https://github.com/eclipse-rdf4j/rdf4j/blob/develop/core/model/src/main/java/org/eclipse/rdf4j/model/util/Configurations.java) to help with handling use cases where the new and old config vocabularies are mixed.
+ - The refactoring and optimizations of the various iterations is nearing completion and there should be very few iterations that are still marked as deprecated.
+ - More deprecated code has been removed, if you find that you were depending on deprecated code that is now removed then please let us know.
+
+
+This milestone build is not yet feature-complete, but we are putting it out to receive early feedback on all the improvements we have put in.
+
+
+
+ - [issues fixed in 5.0.0 Milestone 2](https://github.com/eclipse/rdf4j/issues?q=is%3Aissue+label%3AM2+is%3Aclosed+milestone%3A5.0.0)
+ - [issues planned for 5.0.0](https://github.com/eclipse/rdf4j/milestone/80)
+
+### Links
+
+- [Download RDF4J](/download/)
diff --git a/site/static/javadoc/5.0.0-M2.tgz b/site/static/javadoc/5.0.0-M2.tgz
new file mode 100644
index 00000000000..5bc6c4e7ab4
Binary files /dev/null and b/site/static/javadoc/5.0.0-M2.tgz differ