diff --git a/scripts/release.sh b/scripts/release.sh
index 311d4d7d33..2db8679eb2 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -264,7 +264,19 @@ cp -f "site/static/javadoc/${MVN_VERSION_RELEASE}.tgz" "site/static/javadoc/late
git add --all
git commit -s -a -m "javadocs for ${MVN_VERSION_RELEASE}"
git push --set-upstream origin "${RELEASE_NOTES_BRANCH}"
-gh pr create -B main --title "${RELEASE_NOTES_BRANCH}" --body "Javadocs, release-notes and news item for ${MVN_VERSION_RELEASE}.\n\n - [ ] check that [Jenkins](https://ci.eclipse.org/rdf4j/) finished publishing the release\n - [ ] remember to also [add the release here on GitHub](https://github.com/eclipse-rdf4j/rdf4j/releases/new?tag=${MVN_VERSION_RELEASE}&title=RDF4JRDF4J%20${MVN_VERSION_RELEASE}) (include announcement)"
+BODY_CONTENT=$(cat <
+- [RDF4J 5.0.2 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.2-sdk.zip)
Full Eclipse RDF4J SDK, containing all libraries, RDF4J Server, Workbench, and Console applications, and Javadoc API.
-- [RDF4J 5.0.1 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.1-onejar.jar)
+- [RDF4J 5.0.2 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-5.0.2-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/)
@@ -28,7 +28,7 @@ You can include RDF4J as a Maven dependency in your Java project by including th
org.eclipse.rdf4j
rdf4j-bom
- 5.0.1
+ 5.0.2
pom
import
@@ -54,8 +54,8 @@ which artifacts RDF4J provides.
### RDF4J 4.3
-- [RDF4J 4.3.12 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.12-sdk.zip)
-- [RDF4J 4.3.12 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.12-onejar.jar)
+- [RDF4J 4.3.13 SDK (zip)](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.13-sdk.zip)
+- [RDF4J 4.3.13 onejar](http://www.eclipse.org/downloads/download.php?file=/rdf4j/eclipse-rdf4j-4.3.13-onejar.jar)
### RDF4J 4.2
diff --git a/site/content/news/rdf4j-4313.md b/site/content/news/rdf4j-4313.md
new file mode 100644
index 0000000000..ab26ae1eda
--- /dev/null
+++ b/site/content/news/rdf4j-4313.md
@@ -0,0 +1,14 @@
+---
+title: "RDF4J 4.3.13 released"
+date: 2024-07-24T10:33:31+0200
+layout: "single"
+categories: ["news"]
+---
+RDF4J 4.3.13 is now available. This is a patch release with backported fixes and improvements from 5.0.0 and 5.0.1.
+
+For more details, have a look at the [release notes](/release-notes/4.3.13).
+
+### Links
+
+- [Download RDF4J](/download/#rdf4j-43)
+- [release notes](/release-notes/4.3.13).
diff --git a/site/content/news/rdf4j-502.md b/site/content/news/rdf4j-502.md
new file mode 100644
index 0000000000..ec2226cc8e
--- /dev/null
+++ b/site/content/news/rdf4j-502.md
@@ -0,0 +1,14 @@
+---
+title: "RDF4J 5.0.2 released"
+date: 2024-08-02T19:33:05+0200
+layout: "single"
+categories: ["news"]
+---
+RDF4J 5.0.2 is now available. This is a patch release fixing 1 bugs.
+
+For more details, have a look at the [release notes](/release-notes/5.0.2).
+
+### Links
+
+- [Download RDF4J](/download/)
+- [release notes](/release-notes/5.0.2).
diff --git a/site/content/release-notes/4.3.13.md b/site/content/release-notes/4.3.13.md
new file mode 100644
index 0000000000..728b5aff2b
--- /dev/null
+++ b/site/content/release-notes/4.3.13.md
@@ -0,0 +1,13 @@
+---
+title: "4.3.13"
+toc: true
+---
+RDF4J 4.3.13 is a patch release with backported fixes and improvements from 5.0.0 and 5.0.1.
+
+For a complete overview, see [all issues fixed in 4.3.13](https://github.com/eclipse/rdf4j/milestone/106?closed=1).
+
+Some dependencies have been bumped to mitigate security vulnerabilities. See: https://github.com/eclipse-rdf4j/rdf4j/issues/5088
+
+### Acknowledgements
+
+This release was made possible by contributions from Bart Hanssens, Håvard M. Ottestad and Florian Kleedorfer.
diff --git a/site/content/release-notes/5.0.2.md b/site/content/release-notes/5.0.2.md
new file mode 100644
index 0000000000..94fe2fffaa
--- /dev/null
+++ b/site/content/release-notes/5.0.2.md
@@ -0,0 +1,7 @@
+---
+title: "5.0.2"
+toc: true
+---
+RDF4J 5.0.2 is a patch release that fixes 1 issue.
+
+For a complete overview, see [all issues fixed in 5.0.2](https://github.com/eclipse/rdf4j/milestone/109?closed=1).
diff --git a/site/static/javadoc/4.3.13.tgz b/site/static/javadoc/4.3.13.tgz
new file mode 100644
index 0000000000..b950e3580e
Binary files /dev/null and b/site/static/javadoc/4.3.13.tgz differ
diff --git a/site/static/javadoc/5.0.2.tgz b/site/static/javadoc/5.0.2.tgz
new file mode 100644
index 0000000000..c1bb73c54e
Binary files /dev/null and b/site/static/javadoc/5.0.2.tgz differ
diff --git a/site/static/javadoc/latest.tgz b/site/static/javadoc/latest.tgz
index 8089a1aa8c..c1bb73c54e 100644
Binary files a/site/static/javadoc/latest.tgz and b/site/static/javadoc/latest.tgz differ