diff --git a/config.yml b/config.yml index 4f9dae9..8a04203 100644 --- a/config.yml +++ b/config.yml @@ -4,7 +4,8 @@ languageCode: 'en-us' defaultContentLanguage: 'en' pygmentsCodeFences: true theme: 'anubis2' -paginate: 5 +pagination: + pagerSize: 5 author: name: 'Itsallcode.org authors' diff --git a/content/posts/2025/06/22/new_central_deployment.md b/content/posts/2025/06/22/new_central_deployment.md index 29cdba0..4fa7c3e 100644 --- a/content/posts/2025/06/22/new_central_deployment.md +++ b/content/posts/2025/06/22/new_central_deployment.md @@ -1,7 +1,7 @@ --- title: "4.2.0, the release to Maven central that drove us mad" -date: "2025-06-22T14:26:00+01:00" -draft: false +description: "Release 4.2.0 of OpenFastTrace took us almost a month to make. The reason was that we needed to switch to the new Maven Central deployment mechanism. Which turned out to be a lot harder than expected." +date: "2025-06-22" author: Sebastian ---