)]}'
{
  "log": [
    {
      "commit": "38aefa82256d38da4650f8f56c0dcca0305653a0",
      "tree": "ee4a64352c270a60cb671e66632c86242f08cf78",
      "parents": [
        "152406ad706a1d09d6961097f9b2724ce792a301"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Sep 10 12:58:07 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Sep 10 18:53:21 2026 +0200"
      },
      "message": "Migrate the site descriptor to the v2 model\n\nDoxia Sitetools warns that the pre-2.0.0 site model will break in a future version.\n"
    },
    {
      "commit": "152406ad706a1d09d6961097f9b2724ce792a301",
      "tree": "5c24393e0e4ffc16f4447773e1fd46d37b255149",
      "parents": [
        "4eb88ea2f3a99b34be6dba78c37ae29fd58a3dee"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Sep 08 19:23:50 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 08 19:23:50 2026 +0200"
      },
      "message": "Bump org.slf4j:slf4j-simple from 2.0.18 to 2.0.19 (#337)\n\nBumps org.slf4j:slf4j-simple from 2.0.18 to 2.0.19.\n\n---\nupdated-dependencies:\n- dependency-name: org.slf4j:slf4j-simple\n  dependency-version: 2.0.19\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "4eb88ea2f3a99b34be6dba78c37ae29fd58a3dee",
      "tree": "8a809dac205f257e68558113c2dc514816cee01f",
      "parents": [
        "9685a8903c8b606966309c84c0aa84a5ea3151af"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:03:00 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 03:12:06 2026 +0200"
      },
      "message": "Convert the FAQ from FML to Markdown\n\ndoxia-converter cannot target FML usefully - the questions come out as\nlink-reference syntax rather than headings, the [top] back-links become\nlinks to a nonexistent \u0027top\u0027 page, and the contents links lose their #\nanchors. The page is written out by hand instead.\n\nExplicit anchors keep the existing deep links working. FML routes every\n\u003cfaq id\u003e through DoxiaUtils.encodeId, which rewrites an id that is not a\nvalid XML name: a space becomes \u0027_\u0027 and any other character becomes its\ndot-prefixed UTF-8 bytes, so \u0027,\u0027 becomes .2C and \u0027?\u0027 becomes .3F. The\n\u003ca name\u003e elements emitted here reproduce that rendered form, not the raw\nattribute, so the live URLs still resolve.\n\nProse double quotes are written as \u0026quot; entities: flexmark\u0027s smart\npunctuation would otherwise turn a straight quote into a typographic\none and silently change the visible text. That matches the convention\nalready used by the Markdown pages in this estate.\n\nVerified by building the site before and after and comparing the set of\nanchors the generated faq.html actually serves. All 4 anchors present\nbefore are still present after (6 after, the extra ones being the ids\nDoxia derives from the new headings):\n\n  I_already_ran_mvn_clean_but_the_directory_.28put_dir_name_here.29_is_still_there._What_should_I_do.3F\n  On_Windows.2C_I_got_Unable_to_delete_directory._What_s_wrong.3F\n  bodyColumn\n  top\n\nThe \u003chead\u003e is byte-identical, so the title and metadata are unchanged.\nsite.xml needs no edit - src/site/fml/faq.fml and\nsrc/site/markdown/faq.md both render to faq.html.\n\nFML generates a [top] back-link after each answer; those are dropped\nrather than hand-written. The question renders as an h3 heading rather\nthan a definition term. Those are the only rendering losses.\n\nAnchors are written as \u003ca id\u003e, not \u003ca name\u003e: maven-site-plugin 3.21.0 drops\nthe name attribute from inline HTML anchors while 3.22.0 keeps it, and\nXhtml5BaseParser reads Attribute.ID first and only falls back to NAME. id is\nthe primary path and the correct HTML5 form; name on \u003ca\u003e is obsolete.\n\nAn explicit anchor is emitted only where it is actually needed. Doxia already\nderives an id for each heading, and where that derived id is byte-identical to\nthe anchor the site serves today, a second explicit anchor would only produce a\nduplicate id and a \"used more than once\" warning. Those are omitted; the\nheading serves the URL. The anchors that remain are the ones where the FML id\nand the question text differ, and the page would otherwise lose the URL.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "9685a8903c8b606966309c84c0aa84a5ea3151af",
      "tree": "f67bc50c29a36034841b7138df1e4248db2db320",
      "parents": [
        "d4e0c52c730bc88b579ac6fe503bdb96bcdccc76"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:40:46 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 03:12:06 2026 +0200"
      },
      "message": "Rename the FAQ ahead of converting it\n\nGit records a rename plus a rewrite in one commit as a delete and an\nadd, which stops \u0027git log --follow\u0027. Splitting the rename out keeps the\nhistory. Please merge or rebase rather than squash.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "d4e0c52c730bc88b579ac6fe503bdb96bcdccc76",
      "tree": "363632bd71df4e43eea639fb0be72af00348098a",
      "parents": [
        "46cf1ae24850de7465df7ba692a0371d13e4f7d3"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 11:41:11 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 16:17:39 2026 +0200"
      },
      "message": "Restore the document metadata dropped when the pages were ported\n\nAn APT document opens with a header block giving its title, authors and date, and\ndoxia-converter turns that into YAML front matter. The port removed the front\nmatter along with the converter\u0027s per-line licence comments, so the generated\npages lost their author and date meta tags, and took their title from the first\nheading rather than from the document title.\n\nThe front matter has to come first in the file: the Markdown parser only looks for\nit when the source begins with \"---\". A licence header ahead of it would hide it,\nand RAT is happy either way.\n"
    },
    {
      "commit": "46cf1ae24850de7465df7ba692a0371d13e4f7d3",
      "tree": "7d4f243b2147a814d6f375628a55fb3c5bcd7f69",
      "parents": [
        "706404828d91412f819374571b192c68281ba256"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 14:54:36 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 15:16:41 2026 +0200"
      },
      "message": "Port the site documentation from APT to Markdown\n\n5 page(s) converted with doxia-converter and then cleaned up by hand:\n\n- \u003c\u003c\u003ccode\u003e\u003e\u003e becomes backticks, \u003c\u003cbold\u003e\u003e becomes **bold**, {{{url}text}}\n  becomes [text](url)\n- the ASF license header becomes a single block HTML comment\n- a page whose only Velocity reference was ${project.name} is now a plain\n  .md with the title spelled out\n- a page that keeps a reference stays a .vm. Velocity reads ## as a line\n  comment and would silently swallow every ATX heading below level one, so\n  subsections use setext underlines and anything deeper is wrapped in\n  #[[ ... ]]#\n- references APT rendered literally are escaped, so they do not resolve\n\nVerified by building the site before and after and comparing every\ngenerated page: the visible text and the link targets are unchanged apart\nfrom \u003cb\u003e/\u003ci\u003e becoming \u003cstrong\u003e/\u003cem\u003e and quotes in prose picking up the\nMarkdown module\u0027s typographic substitution.\n"
    },
    {
      "commit": "706404828d91412f819374571b192c68281ba256",
      "tree": "ee9979aa71e8d08a73ab3ce3f6f4672459d679f7",
      "parents": [
        "ccc909890d4add277976e7e15bf9cab7c6843d74"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 14:54:36 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 15:16:41 2026 +0200"
      },
      "message": "Rename the site documents ahead of converting them\n\nA pure rename, so that git records it and `git log --follow` and `git blame` still\nreach the history of each page after the conversion that follows. The content is\nstill APT at this point and the site does not build between the two commits.\n"
    },
    {
      "commit": "ccc909890d4add277976e7e15bf9cab7c6843d74",
      "tree": "b8b1226cd0d50d125cc87ea9d1b01b461c9fd3f7",
      "parents": [
        "9d73c7413476fc6c79ea80fabe8ba4ba7c5b894e"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Aug 04 13:31:12 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Aug 04 14:32:20 2026 +0200"
      },
      "message": "Pass siteMvn as a String so the site stage runs on Maven 4\n\nasfMavenTlpPlgnBuild passes siteMvn straight to doCreateTask, which does\njenkinsEnv.mvnFromVersion(os, \"${maven}\"). A Groovy List interpolates to\nthe literal \"[4.0.x]\", which matches no case in mvnFromVersion and falls\nthrough to \"default: return \u0027maven_3_latest\u0027\" - so the site stage silently\nran on Maven 3. The maven: parameter is unaffected because the shared\nlibrary iterates that list before passing each element.\n\nCo-Authored-By: Claude Opus 5 (1M context) \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "9d73c7413476fc6c79ea80fabe8ba4ba7c5b894e",
      "tree": "eefe0c4fc12395944bc72e0ef23b2846ec18dd98",
      "parents": [
        "9be8d146f99e253a5479613037ffb2a27472dffe"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Aug 04 02:17:43 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Aug 04 10:11:05 2026 +0200"
      },
      "message": "Build against Maven 4.0.0-rc-6\n\nMove the Maven 4 version property to the current RC and pin the same\nversion explicitly in the Verify workflow, so CI does not depend on the\nmaven4-version default in maven-gh-actions-shared.\n\nCo-Authored-By: Claude Opus 5 (1M context) \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "9be8d146f99e253a5479613037ffb2a27472dffe",
      "tree": "0015c44a6c3a93823968acff987108d201c4857c",
      "parents": [
        "819ccf345f71dab6e02d9126ad2190a700e8a405"
      ],
      "author": {
        "name": "Martin Desruisseaux",
        "email": "martin.desruisseaux@geomatys.com",
        "time": "Wed Jul 29 16:51:27 2026 +0200"
      },
      "committer": {
        "name": "Martin Desruisseaux",
        "email": "martin.desruisseaux@geomatys.com",
        "time": "Wed Jul 29 19:10:56 2026 +0200"
      },
      "message": "Upgrade plugin versions by inheriting the versions from the parent pom.xml.\nThis is necessary for making possible to build with Java 26.\n"
    },
    {
      "commit": "819ccf345f71dab6e02d9126ad2190a700e8a405",
      "tree": "5df965baace83906c38b9212a4f11dce7c4c589c",
      "parents": [
        "bdb09a250676342cea915c9bc50e7118d3d9a1ee"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jul 24 16:47:37 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jul 24 20:44:12 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml\n\nBumps [apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml](https://github.com/apache/maven-gh-actions-shared) from 4 to 5.\n- [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml\n  dependency-version: \u00275\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "bdb09a250676342cea915c9bc50e7118d3d9a1ee",
      "tree": "ef39b3c2927f0af99338458b3f2315950d82debf",
      "parents": [
        "2cbacccefaf1b7c983f24c489156176ffaf9ad8b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jul 24 16:31:41 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jul 24 18:45:44 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml\n\nBumps [apache/maven-gh-actions-shared/.github/workflows/stale.yml](https://github.com/apache/maven-gh-actions-shared) from 4 to 5.\n- [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: apache/maven-gh-actions-shared/.github/workflows/stale.yml\n  dependency-version: \u00275\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "2cbacccefaf1b7c983f24c489156176ffaf9ad8b",
      "tree": "e066a1892628b70f3c56bfd1497e4ebc2fe99b06",
      "parents": [
        "f21bf991b8ffe194a95a3954e03a9d750c9f3fde"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jul 24 18:35:22 2026 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jul 24 18:35:22 2026 +0200"
      },
      "message": "Revert testing version of release-drafter\n"
    },
    {
      "commit": "f21bf991b8ffe194a95a3954e03a9d750c9f3fde",
      "tree": "251b2babe4ef07d6611cde9049b01b8427d54ce5",
      "parents": [
        "e58796e2e084dda0fbb487671478a0d9a6129e19"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jul 24 18:30:05 2026 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jul 24 18:30:05 2026 +0200"
      },
      "message": "Add GitHub Actions to Dependabot configuration for 3.x branch\n"
    },
    {
      "commit": "e58796e2e084dda0fbb487671478a0d9a6129e19",
      "tree": "7407a522cdf092aca643ccc5411da90599210b3f",
      "parents": [
        "1ba705e886db285b674f1efdad61a1df314028a5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 20:47:31 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 14 20:47:31 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml (#320)\n\nBumps [apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml](https://github.com/apache/maven-gh-actions-shared) from 4 to 5.\n- [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml\n  dependency-version: \u00275\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "1ba705e886db285b674f1efdad61a1df314028a5",
      "tree": "6c4b3bc73b9f4e6c978308d4d7b5cad5c889999c",
      "parents": [
        "8fbf8067ac11da7557167cbc0c85d57e63aed753"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 20:47:29 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 14 20:47:29 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml (#321)\n\nBumps [apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml](https://github.com/apache/maven-gh-actions-shared) from 4 to 5.\n- [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml\n  dependency-version: \u00275\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "8fbf8067ac11da7557167cbc0c85d57e63aed753",
      "tree": "c40059ccd75cab955cfa92529c28b8c4edc1e0ab",
      "parents": [
        "c5a9cdbf9722db9e9140972eb57664c00e1d79c1"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Wed Jul 08 12:41:50 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 08 14:15:49 2026 +0200"
      },
      "message": "Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability\n\nGenerated-by: Claude Code\n"
    },
    {
      "commit": "c5a9cdbf9722db9e9140972eb57664c00e1d79c1",
      "tree": "e283c4d648b1f45d6be13e2e0c46152d868c2f32",
      "parents": [
        "24a282d21e5b480ff92caeda0c901d7a276ed413"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 29 17:12:35 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 29 17:12:35 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 48 to 49 (#313)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 48 to 49.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-plugins\n  dependency-version: \u002749\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "24a282d21e5b480ff92caeda0c901d7a276ed413",
      "tree": "fce90972110f139cf779df50b4484af55f86bf4f",
      "parents": [
        "d776151f11b511436c7f0722dc0dcd8b7f1c0163"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Jun 25 18:46:42 2026 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Jun 25 18:46:42 2026 +0200"
      },
      "message": "Try release-drafter 7.5.1\n"
    },
    {
      "commit": "d776151f11b511436c7f0722dc0dcd8b7f1c0163",
      "tree": "63b20f66aad2bed1be21dc0d55e0a703a76abef9",
      "parents": [
        "250f5f69c862a29577fd2f5be40c086a77a8e75a"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Jun 22 23:17:01 2026 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Jun 22 23:17:01 2026 +0200"
      },
      "message": "Set custom tag-template in release-drafter configuration\n"
    },
    {
      "commit": "250f5f69c862a29577fd2f5be40c086a77a8e75a",
      "tree": "14d5ce1f84caf274ac8da1923af3a6a21c85346d",
      "parents": [
        "978727570dcfadc418f456e351d63435b469a503"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Jun 22 23:06:53 2026 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Jun 22 23:06:53 2026 +0200"
      },
      "message": "Try release-drafter 7.4.0\n"
    },
    {
      "commit": "978727570dcfadc418f456e351d63435b469a503",
      "tree": "d0b26c1e51f4b4cb3ad9227706a0fdd6bfd57bfc",
      "parents": [
        "bba1733e469621f63c601b4990f6735453d5d9db"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri May 15 22:14:02 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri May 15 22:14:02 2026 +0200"
      },
      "message": "Bump org.slf4j:slf4j-simple from 2.0.17 to 2.0.18 (#308)\n\nBumps org.slf4j:slf4j-simple from 2.0.17 to 2.0.18.\n\n---\nupdated-dependencies:\n- dependency-name: org.slf4j:slf4j-simple\n  dependency-version: 2.0.18\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "bba1733e469621f63c601b4990f6735453d5d9db",
      "tree": "4101f144aad88b5e95f2161e239308f0dc78660b",
      "parents": [
        "82b0c653878f1eb0aa5a0ce193ba2b6828409ab1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri May 15 22:13:02 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri May 15 22:13:02 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 47 to 48 (#306)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 47 to 48.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-plugins\n  dependency-version: \u002748\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "82b0c653878f1eb0aa5a0ce193ba2b6828409ab1",
      "tree": "76394ef1edba74ece87088ba7bc20bfb08ff94ef",
      "parents": [
        "f29258f233fc8d7d315b2668d15fd01692c1dcc7"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Mar 18 17:26:55 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 18 17:26:55 2026 +0100"
      },
      "message": "Bump org.mockito:mockito-core from 5.21.0 to 5.23.0 (#303)\n\nBumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.21.0 to 5.23.0.\n- [Release notes](https://github.com/mockito/mockito/releases)\n- [Commits](https://github.com/mockito/mockito/compare/v5.21.0...v5.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.mockito:mockito-core\n  dependency-version: 5.23.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "f29258f233fc8d7d315b2668d15fd01692c1dcc7",
      "tree": "82f8b947fdf14dbfd9df7f793b810e809a0208bd",
      "parents": [
        "18df3426ff59b18c9bd45204e0087ebfe070b4a9"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Feb 14 15:26:31 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Feb 14 15:26:31 2026 +0100"
      },
      "message": "Mockito improvements (#298)\n\n--\n\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "18df3426ff59b18c9bd45204e0087ebfe070b4a9",
      "tree": "feff877f651444dc64f48bdc118784dcdbcf500f",
      "parents": [
        "b5698670a449e1316b44ee885bfdcc35ee9b97bd"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jan 15 12:45:42 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jan 15 12:45:42 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 46 to 47 (#294)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 46 to 47.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-plugins\n  dependency-version: \u002747\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "b5698670a449e1316b44ee885bfdcc35ee9b97bd",
      "tree": "a4c98ac2d9f6b2580f15bf8a5b04af273af98289",
      "parents": [
        "d4baff82141f61818b2cbf38b283d27e82f75998"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 07 06:34:42 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 07 06:34:42 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 45 to 46 (#291)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 45 to 46.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-plugins\n  dependency-version: \u002746\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "d4baff82141f61818b2cbf38b283d27e82f75998",
      "tree": "d8e8f8b4bcde82994217ea16c4f9ebba9b676c3f",
      "parents": [
        "99080f3d1768d323aa26449001a8e0f4585b6e15"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Dec 10 17:19:31 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 10 17:19:31 2025 +0100"
      },
      "message": "Bump org.mockito:mockito-core from 5.20.0 to 5.21.0 (#288)\n\nBumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.20.0 to 5.21.0.\n- [Release notes](https://github.com/mockito/mockito/releases)\n- [Commits](https://github.com/mockito/mockito/compare/v5.20.0...v5.21.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.mockito:mockito-core\n  dependency-version: 5.21.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "99080f3d1768d323aa26449001a8e0f4585b6e15",
      "tree": "fababcba1f26a03f307e5f345b6242256fa524fc",
      "parents": [
        "90ab0cf0fd6720ea8b1a5ce3fe515ca3ab1ab827"
      ],
      "author": {
        "name": "Martin Desruisseaux",
        "email": "martin.desruisseaux@geomatys.com",
        "time": "Wed Nov 26 20:01:11 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Nov 26 20:01:11 2025 +0100"
      },
      "message": "Refactor the code of the background thread used in \"fast delete\" mode (#286)\n\n- Move the `FAST_MODE_*` string constants to an enumeration.\n- Move the code for background execution in a separated `BakgroundCleaner` subclass.\n- Use `java.util.concurrent.ExecutorService` instead of a thread with our own lifecycle management.\n- Add explanation about why a directory may be moved twice (same algorithm as before, just explained).\n- Reduce the number of directory levels by one (no need for a directory which will always contain exactly one directory).\n- Consolidation of exception handling, including the addition of error reporting at the end.\n- Add integration test for \"fast-delete\" using a non-default directory and complete existing test."
    },
    {
      "commit": "90ab0cf0fd6720ea8b1a5ce3fe515ca3ab1ab827",
      "tree": "00561346ef9cd923c9dd2fcd58d410f3c9efef87",
      "parents": [
        "00107cb437b722cef2ffe4d9b57619bc35504c6f"
      ],
      "author": {
        "name": "Martin Desruisseaux",
        "email": "martin.desruisseaux@geomatys.com",
        "time": "Sun Oct 26 18:34:37 2025 +0100"
      },
      "committer": {
        "name": "Martin Desruisseaux",
        "email": "martin.desruisseaux@geomatys.com",
        "time": "Wed Nov 19 11:13:24 2025 +0100"
      },
      "message": "Replace the resolution of `targetPath` by the method now available in Maven core.\n"
    },
    {
      "commit": "00107cb437b722cef2ffe4d9b57619bc35504c6f",
      "tree": "0a50fc586f05b4e3fc5ec763d98215a5f609cd87",
      "parents": [
        "5d1147d06315bde15a53a9d05b4bbf1bb4ff8d29"
      ],
      "author": {
        "name": "Martin Desruisseaux",
        "email": "martin.desruisseaux@geomatys.com",
        "time": "Thu Oct 16 20:28:38 2025 +0200"
      },
      "committer": {
        "name": "Martin Desruisseaux",
        "email": "martin.desruisseaux@geomatys.com",
        "time": "Wed Nov 19 11:13:24 2025 +0100"
      },
      "message": "Replace the `PathSelector` class by the implementation provided by Maven core.\n"
    },
    {
      "commit": "5d1147d06315bde15a53a9d05b4bbf1bb4ff8d29",
      "tree": "9baf8115548e2ea40baa7e43cc5714253f2404da",
      "parents": [
        "9c120700ea6782f0886f63fbea7f71e32bf75d66"
      ],
      "author": {
        "name": "Martin Desruisseaux",
        "email": "martin.desruisseaux@geomatys.com",
        "time": "Sat Nov 15 12:37:35 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Nov 15 12:37:35 2025 +0100"
      },
      "message": "Upgrade from Maven 4.0.0-rc-4 to 4.0.0-rc-5 (#283)\n\n"
    },
    {
      "commit": "9c120700ea6782f0886f63fbea7f71e32bf75d66",
      "tree": "3e34ab890d80fd723dbebf4141a26dbbfd46bdef",
      "parents": [
        "25c53b6543b5f01ea64e60356016456b47dd1bc2"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Nov 07 08:47:06 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Nov 07 08:47:06 2025 +0100"
      },
      "message": "JUnit Jupiter best practices (#279)\n\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "25c53b6543b5f01ea64e60356016456b47dd1bc2",
      "tree": "e92a84cee772b55d0d024815d01faa6691001a80",
      "parents": [
        "d1ecf6e32cb638c498f3e8ffaa8e7921ad990424"
      ],
      "author": {
        "name": "Martin Desruisseaux",
        "email": "martin.desruisseaux@geomatys.com",
        "time": "Sun Oct 26 18:13:13 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Oct 26 18:13:13 2025 +0100"
      },
      "message": "Delete also the directories specified in `\u003ctargetPath\u003e` (#276)\n\nIn the list of directories to delete, include the values specified in the `\u003ctargetPath\u003e` child of `\u003csource\u003e` elements.\nRemove the `reportDirectory` field because its value (read-only) was identical to `outputDirectory` (also read-only).\n"
    },
    {
      "commit": "d1ecf6e32cb638c498f3e8ffaa8e7921ad990424",
      "tree": "23df9980777cb5e078849fcb9c22944735b6b556",
      "parents": [
        "ed9cab9ae9fd1b237aa6f0b66c9c3501882d6308"
      ],
      "author": {
        "name": "Martin Desruisseaux",
        "email": "martin.desruisseaux@geomatys.com",
        "time": "Tue Jul 08 16:11:05 2025 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Oct 07 20:47:22 2025 +0200"
      },
      "message": "Replace `PathSelector` by a modified copy of the class in Maven core.\nThe intend is to prepare the replacement by a shared implementation.\n"
    },
    {
      "commit": "ed9cab9ae9fd1b237aa6f0b66c9c3501882d6308",
      "tree": "1d8f339fe66cd98f70a7ec55c827d0c3d857172b",
      "parents": [
        "1c02fc43508c40eb6bf3de132189f8c9a8461c51"
      ],
      "author": {
        "name": "Martin Desruisseaux",
        "email": "martin.desruisseaux@geomatys.com",
        "time": "Tue Jul 08 16:03:33 2025 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Oct 07 20:47:22 2025 +0200"
      },
      "message": "Rename `Selector` as `PathSelector` for consistency with the class in Maven core.\nThis is in anticipation for possible replacement by a shared implementation.\n"
    },
    {
      "commit": "1c02fc43508c40eb6bf3de132189f8c9a8461c51",
      "tree": "bfc295dcb8d9399c4d17a94b7ed5744fb368ba99",
      "parents": [
        "b02b578b7291a4b436d74efe53af8d474ae238ae"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Sep 22 05:09:05 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Sep 28 12:10:01 2025 +0200"
      },
      "message": "Bump org.mockito:mockito-core from 5.19.0 to 5.20.0\n\nBumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.19.0 to 5.20.0.\n- [Release notes](https://github.com/mockito/mockito/releases)\n- [Commits](https://github.com/mockito/mockito/compare/v5.19.0...v5.20.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.mockito:mockito-core\n  dependency-version: 5.20.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "b02b578b7291a4b436d74efe53af8d474ae238ae",
      "tree": "f9a24df0093113b69b22f693ea21dbf15b06d9e5",
      "parents": [
        "8400a22ac2f0aaa18d027ec976caf1ce5862aab3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 18 07:41:00 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Sep 14 14:23:17 2025 +0200"
      },
      "message": "Bump org.mockito:mockito-core from 5.18.0 to 5.19.0\n\nBumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.18.0 to 5.19.0.\n- [Release notes](https://github.com/mockito/mockito/releases)\n- [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.19.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.mockito:mockito-core\n  dependency-version: 5.19.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "8400a22ac2f0aaa18d027ec976caf1ce5862aab3",
      "tree": "a766eba1abb07de487e69f7bd2497533e9d99a69",
      "parents": [
        "7f8febccf4debca0e2c869f981e5584c479856ef"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Thu Aug 14 07:36:33 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 14 07:36:33 2025 +0200"
      },
      "message": "feat: enable prevent branch protection rules (#268)\n\nalso:\n- refactor deprecated config\n- remove unnecessary jira config\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e"
    },
    {
      "commit": "7f8febccf4debca0e2c869f981e5584c479856ef",
      "tree": "c228f8355edaf7217d67f7f83361b5f7a89d5364",
      "parents": [
        "0dfff4f9875bbd27277c05d7a747bc2be7aeb216"
      ],
      "author": {
        "name": "Martin Desruisseaux",
        "email": "martin.desruisseaux@geomatys.com",
        "time": "Sat Jul 12 11:52:32 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jul 12 11:52:32 2025 +0200"
      },
      "message": "Upgrade Maven core dependency to 4.0.0-rc-4. (#265)\n\n"
    },
    {
      "commit": "0dfff4f9875bbd27277c05d7a747bc2be7aeb216",
      "tree": "b2090d7f7017ca8f1f9b775f3e3b747b039d8a25",
      "parents": [
        "1ae6f51fe9b296ba97c9b48f6dea321587253577"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Jun 21 13:25:34 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 21 13:25:34 2025 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 44 to 45 (#260)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 44 to 45.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-plugins\n  dependency-version: \u002745\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "1ae6f51fe9b296ba97c9b48f6dea321587253577",
      "tree": "048889829fdd53c4a6038d0051bea8e5fe600087",
      "parents": [
        "345b37f927541eb3a3b7b469e2f7444466f4b24e"
      ],
      "author": {
        "name": "Martin Desruisseaux",
        "email": "martin.desruisseaux@geomatys.com",
        "time": "Sat Jun 21 13:23:23 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 21 13:23:23 2025 +0200"
      },
      "message": "Configuration parameter for deleting read-only files (#250)\n\nThis commit contains:\n\n* Javadoc adjustments for uniformization before the addition of a new parameter.\n* Replacements of \u003ccode\u003e...\u003c/code\u003e by {@code ...}.\n* Replacements of \u003c/br\u003e by \u003cp\u003e...\u003c/p\u003e\n* Addition of a `force` configuration option for deleting read-only files and directories.\n* If a file has been deleted concurrently, report that fact as a log instead of considering the delete operation as a failure."
    },
    {
      "commit": "345b37f927541eb3a3b7b469e2f7444466f4b24e",
      "tree": "548fb6e7c77c19ce3a8c98b8bf399e968eeb8926",
      "parents": [
        "1620e1ed57260e84f7af76db07b29853bb6ccf8a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed May 21 05:58:51 2025 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed May 21 09:09:54 2025 +0200"
      },
      "message": "Bump org.mockito:mockito-core from 5.17.0 to 5.18.0\n\nBumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.17.0 to 5.18.0.\n- [Release notes](https://github.com/mockito/mockito/releases)\n- [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.mockito:mockito-core\n  dependency-version: 5.18.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "1620e1ed57260e84f7af76db07b29853bb6ccf8a",
      "tree": "c74e018d335061027ae4e9894840d2bb24e24895",
      "parents": [
        "e734c70d14f6127b816acb4397d8fc54cd7b5f07"
      ],
      "author": {
        "name": "Martin Desruisseaux",
        "email": "martin.desruisseaux@geomatys.com",
        "time": "Sat May 03 23:38:30 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat May 03 23:38:30 2025 +0200"
      },
      "message": "Replace Plexus dependency by more extensive usage of `java.nio` (#243)\n\nRemove the dependency to Plexus, replaced by more reliance on `java.nio`. This commit contains the following work items:\n\n* Replacement of Plexus includes/excludes filters by `java.nio.file.PathMatcher`.\n* Use `java.nio.file.FileVisitor` for walking over files and directory trees.\n* Changes in some logging messages and exceptions.\n* The `IOException` throws by Java is no longer wrapped in another `IOException`.\n\nPull request: https://github.com/apache/maven-clean-plugin/pull/243"
    },
    {
      "commit": "e734c70d14f6127b816acb4397d8fc54cd7b5f07",
      "tree": "a61f1550560afa30a754d90edde0e44498d80b81",
      "parents": [
        "ea9325b2cfc119a88ac5957fe29cd806d4695e5e"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Apr 28 21:25:15 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Apr 28 22:00:33 2025 +0200"
      },
      "message": "Restore jenkins build\n"
    },
    {
      "commit": "ea9325b2cfc119a88ac5957fe29cd806d4695e5e",
      "tree": "5e7833a4435bb60979fb76d2dfb526ebc213c0a8",
      "parents": [
        "de0af5283a04da2fa69a4698681a4574084ac1de"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Apr 28 21:21:06 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Apr 28 21:55:25 2025 +0200"
      },
      "message": "Update release-drafter, README and PR template after parent 44\n"
    },
    {
      "commit": "de0af5283a04da2fa69a4698681a4574084ac1de",
      "tree": "960d8bdcc09f1bc231bea7da9da98434f7a8fd75",
      "parents": [
        "39b9ee1fb8429f672d4d53ef7e1e20a0b9299c21"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 07 06:13:21 2025 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Apr 28 21:04:13 2025 +0200"
      },
      "message": "Bump org.mockito:mockito-core from 5.16.1 to 5.17.0\n\nBumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.16.1 to 5.17.0.\n- [Release notes](https://github.com/mockito/mockito/releases)\n- [Commits](https://github.com/mockito/mockito/compare/v5.16.1...v5.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.mockito:mockito-core\n  dependency-version: 5.17.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "39b9ee1fb8429f672d4d53ef7e1e20a0b9299c21",
      "tree": "73c34c336c933cb7e3fc6ad4df64aab1fde6cf94",
      "parents": [
        "ecbd5db22d1ba50d14ce70d63dfaada770e78ae3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 31 14:13:29 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 31 14:13:29 2025 +0200"
      },
      "message": "Bump mavenVersion from 4.0.0-rc-2 to 4.0.0-rc-3 (#234)\n\n* Bump mavenVersion from 4.0.0-rc-2 to 4.0.0-rc-3\n\nBumps `mavenVersion` from 4.0.0-rc-2 to 4.0.0-rc-3.\n\nUpdates `org.apache.maven:maven-api-core` from 4.0.0-rc-2 to 4.0.0-rc-3\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3)\n\nUpdates `org.apache.maven:maven-api-di` from 4.0.0-rc-2 to 4.0.0-rc-3\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3)\n\nUpdates `org.apache.maven:maven-api-annotations` from 4.0.0-rc-2 to 4.0.0-rc-3\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3)\n\nUpdates `org.apache.maven:maven-impl` from 4.0.0-rc-2 to 4.0.0-rc-3\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3)\n\nUpdates `org.apache.maven:maven-core` from 4.0.0-rc-2 to 4.0.0-rc-3\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-4.0.0-rc-2...maven-4.0.0-rc-3)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-api-core\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-api-di\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-api-annotations\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-impl\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-core\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness\n\nBumps [org.apache.maven.plugin-testing:maven-plugin-testing-harness](https://github.com/apache/maven-plugin-testing) from 4.0.0-beta-3 to 4.0.0-beta-4.\n- [Release notes](https://github.com/apache/maven-plugin-testing/releases)\n- [Commits](https://github.com/apache/maven-plugin-testing/compare/maven-plugin-testing-4.0.0-beta-3...v4.0.0-beta-4)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Build and test with Maven 4.0.0-rc-3 too\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\nCo-authored-by: Guillaume Nodet \u003cgnodet@gmail.com\u003e"
    },
    {
      "commit": "ecbd5db22d1ba50d14ce70d63dfaada770e78ae3",
      "tree": "5f16b401d17a2e0bc0344806cfc4928d7790ae59",
      "parents": [
        "b99c9db3ab2d85eda2a3ffd4601be8752612ca64"
      ],
      "author": {
        "name": "Martin Desruisseaux",
        "email": "martin.desruisseaux@geomatys.com",
        "time": "Sun Mar 30 11:50:16 2025 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Mar 31 14:05:28 2025 +0200"
      },
      "message": "Remove an unused dependency, add missing `@Override` annotations, avoid an usage of `/` path separator.\n"
    },
    {
      "commit": "b99c9db3ab2d85eda2a3ffd4601be8752612ca64",
      "tree": "1fdf5a6a695f2a3dd7dd906c347540ab51a7161e",
      "parents": [
        "4533b548da30c2a83e49f9b627bce26899ce7979"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Mar 19 05:59:00 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Mar 30 19:27:19 2025 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 43 to 44\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 43 to 44.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits/v44)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-plugins\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "4533b548da30c2a83e49f9b627bce26899ce7979",
      "tree": "4adac5cf7df0ef7902ccceb1680ff71829e24e8b",
      "parents": [
        "554aaa8d419007d71de69d2b4fc075d42938ee63"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Mar 26 06:35:50 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 26 06:35:50 2025 +0100"
      },
      "message": "Bump com.google.guava:guava from 33.4.0-jre to 33.4.6-jre\n\nBumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.0-jre to 33.4.6-jre.\n- [Release notes](https://github.com/google/guava/releases)\n- [Commits](https://github.com/google/guava/commits)\n\n---\nupdated-dependencies:\n- dependency-name: com.google.guava:guava\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "554aaa8d419007d71de69d2b4fc075d42938ee63",
      "tree": "dbad6d1efefdfbcda810f807852225505e90725f",
      "parents": [
        "d3f3554dbf8093ee00d4695660f09163f514c6fa"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@apache.org",
        "time": "Fri Mar 21 20:19:51 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 21 20:19:51 2025 +0100"
      },
      "message": "Re-enable issue notifications (#232)\n\n"
    },
    {
      "commit": "d3f3554dbf8093ee00d4695660f09163f514c6fa",
      "tree": "acfaacfd0b0253dd94a4b7116ad0a981850e9077",
      "parents": [
        "b1def686b96ee70720e2ecf7f84d94bd7b88a19f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 17 18:08:55 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 17 18:08:55 2025 +0100"
      },
      "message": "Bump org.mockito:mockito-core from 5.16.0 to 5.16.1\n\nBumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.16.0 to 5.16.1.\n- [Release notes](https://github.com/mockito/mockito/releases)\n- [Commits](https://github.com/mockito/mockito/compare/v5.16.0...v5.16.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.mockito:mockito-core\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "b1def686b96ee70720e2ecf7f84d94bd7b88a19f",
      "tree": "45ace038e85694ea789f382a2d82ceb4ee171569",
      "parents": [
        "15dde124d608a614b52c735b1a6d2067c7b122cf"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Mar 04 19:46:18 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 04 19:46:18 2025 +0100"
      },
      "message": "Bump org.slf4j:slf4j-simple from 2.0.16 to 2.0.17\n\nBumps org.slf4j:slf4j-simple from 2.0.16 to 2.0.17.\n\n---\nupdated-dependencies:\n- dependency-name: org.slf4j:slf4j-simple\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "15dde124d608a614b52c735b1a6d2067c7b122cf",
      "tree": "c8aac6af83691da231040779b54ea39da3d541c9",
      "parents": [
        "153344705e919580b7f891510488bb2098445072"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Mar 04 19:38:51 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 04 19:38:51 2025 +0100"
      },
      "message": "Bump org.mockito:mockito-core from 5.15.2 to 5.16.0\n\nBumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.15.2 to 5.16.0.\n- [Release notes](https://github.com/mockito/mockito/releases)\n- [Commits](https://github.com/mockito/mockito/compare/v5.15.2...v5.16.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.mockito:mockito-core\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "153344705e919580b7f891510488bb2098445072",
      "tree": "b33cbb272a7f81f818e65d885fc7c0ec2ba9dc41",
      "parents": [
        "f52fc9e57b4727bfcf3a9ca52ce83379e1c15c25"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@apache.org",
        "time": "Wed Feb 26 13:13:23 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 26 13:13:23 2025 +0100"
      },
      "message": "Temporarily disable issue notifications for jira-to-github migration (#108)\n\n"
    },
    {
      "commit": "f52fc9e57b4727bfcf3a9ca52ce83379e1c15c25",
      "tree": "1a954875621bdc3d5df8ffd09633b3cffb04a9f6",
      "parents": [
        "85f7a3db59b8520bdccb75a9217590d085973563"
      ],
      "author": {
        "name": "Peter De Maeyer",
        "email": "peter.de.maeyer@gmail.com",
        "time": "Wed Feb 19 10:04:05 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 19 10:04:05 2025 +0100"
      },
      "message": "[MCLEAN-110, MCLEAN-124, MCLEAN-126, ] Merge 3.x to 4.x (#86)\n\n"
    },
    {
      "commit": "85f7a3db59b8520bdccb75a9217590d085973563",
      "tree": "8fc142a86b0d0836ea1b8437d788bf028265f4cf",
      "parents": [
        "12ac3d395ba6f52d18323701c5b441ec6f3f7969"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Tue Feb 18 14:15:23 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 18 14:15:23 2025 +0000"
      },
      "message": "Remove unused constructor (#106)\n\n"
    },
    {
      "commit": "12ac3d395ba6f52d18323701c5b441ec6f3f7969",
      "tree": "688e7d7d47db49bf59f14b29b7072971acf76c53",
      "parents": [
        "4d58bc6bc1b04b573afe2c1e83f96792b50388ff"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Feb 17 13:54:52 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 17 13:54:52 2025 +0000"
      },
      "message": "Delete commented code (#103)\n\n"
    },
    {
      "commit": "4d58bc6bc1b04b573afe2c1e83f96792b50388ff",
      "tree": "12b01ec5d51270c7b9dbcd951a89535c5aea5218",
      "parents": [
        "eeaa3a16185aca5608e0a5ecbc16096120931b80"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Feb 15 19:29:35 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Feb 15 19:29:35 2025 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "eeaa3a16185aca5608e0a5ecbc16096120931b80",
      "tree": "7de58a5507730aec2bb51e30b92bd2c38b0e0b9d",
      "parents": [
        "bcad805b60dff1f9f1acc7eea89b003ab08dd482"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Feb 15 19:29:14 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Feb 15 19:29:14 2025 +0100"
      },
      "message": "[maven-release-plugin] prepare release maven-clean-plugin-4.0.0-beta-2\n"
    },
    {
      "commit": "bcad805b60dff1f9f1acc7eea89b003ab08dd482",
      "tree": "28bac6431aa02b7cdb4db5dd0c1d686e925d25c6",
      "parents": [
        "1eb6ea5986421650cd19c9d6ac0ab5107510f405"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Feb 15 12:53:59 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Feb 15 18:04:01 2025 +0100"
      },
      "message": "Override maven.site.path property for 4.x publishing\n\nAs property maven.site.path is used in many other place\nwe have to override it\n"
    },
    {
      "commit": "1eb6ea5986421650cd19c9d6ac0ab5107510f405",
      "tree": "68cd861d4c1aa6e2554b127c944b9c43054441a9",
      "parents": [
        "1b80df52038ea84f529a5de53fcb8d0e43c6b2dd"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Feb 15 12:48:09 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Feb 15 12:48:09 2025 +0100"
      },
      "message": "[MCLEAN-130] Bump com.google.guava:guava from 33.2.1-jre to 33.4.0-jre (#67)\n\nBumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.1-jre to 33.4.0-jre.\r\n- [Release notes](https://github.com/google/guava/releases)\r\n- [Commits](https://github.com/google/guava/commits)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: com.google.guava:guava\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "1b80df52038ea84f529a5de53fcb8d0e43c6b2dd",
      "tree": "d812d312203368aa4d73a9d1e972f74ee8394960",
      "parents": [
        "189df6694101444001fc18ba6dd0f0be1edc3267"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Feb 15 11:57:18 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Feb 15 12:24:07 2025 +0100"
      },
      "message": "Add header to release-drafter about Maven 4 requirements\n"
    },
    {
      "commit": "189df6694101444001fc18ba6dd0f0be1edc3267",
      "tree": "f3d178da4946b8d6dd62374f29eb6b268ceddc37",
      "parents": [
        "4f0b0905465d358ea6fe93451a36781745efc6d7"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Feb 15 09:21:55 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Feb 15 10:26:19 2025 +0100"
      },
      "message": "Add Stale action\n"
    },
    {
      "commit": "4f0b0905465d358ea6fe93451a36781745efc6d7",
      "tree": "02ebd24a94abfa1c19f94aa0a7cdb2ec9e05718e",
      "parents": [
        "051ab19675f859867a9ccc3307902ab2571c98bf"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Feb 11 18:54:04 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Feb 14 19:03:17 2025 +0100"
      },
      "message": "Publish documentation to LATEST-4.x\n"
    },
    {
      "commit": "051ab19675f859867a9ccc3307902ab2571c98bf",
      "tree": "9fafd00b82a2b75f2cb32508a58e438bc5f77b01",
      "parents": [
        "73cb7471356eec2945d7f131cba0ab967bd5184b"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Feb 11 18:19:13 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Feb 12 17:44:36 2025 +0100"
      },
      "message": "Simplify GH action\n"
    },
    {
      "commit": "73cb7471356eec2945d7f131cba0ab967bd5184b",
      "tree": "a5b7575c7e6553a4f5ce19a19b74d413a3022717",
      "parents": [
        "5f7f19525402d97683826581ec299f2545abcefa"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Tue Feb 11 18:04:37 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 11 18:04:37 2025 +0100"
      },
      "message": "Upgrade to Maven 4.0.0-rc-2 (#90)\n\n* Upgrade to Maven 4.0.0-rc-2 and maven-plugin-testing-4.0.0-beta-3\r\n\r\n* Upgrade maven version used in CI"
    },
    {
      "commit": "5f7f19525402d97683826581ec299f2545abcefa",
      "tree": "f81b851116cf45bd4e099418c03e33e7bcf7770c",
      "parents": [
        "ccc3f166a2608c704e0ec6c6cf9c5de2de7a60c3"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Feb 11 17:44:16 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 11 17:44:16 2025 +0100"
      },
      "message": "PR Automation only on close event"
    },
    {
      "commit": "ccc3f166a2608c704e0ec6c6cf9c5de2de7a60c3",
      "tree": "4a47b3328afef4e69e137cfab99ab26a565ff82d",
      "parents": [
        "68dc77722c2d8e876dd44c0c06dabffa9099e04c"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Tue Feb 11 17:24:02 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 11 17:24:02 2025 +0100"
      },
      "message": "[MNGSITE-529] Rename \"Goals\" to \"Plugin Documentation\"\n\n"
    },
    {
      "commit": "68dc77722c2d8e876dd44c0c06dabffa9099e04c",
      "tree": "11b0368cf6dd54c608998a61f91ecae527dc920a",
      "parents": [
        "b0b6505f17bfa9783f58de6151eb5a6edf051e64"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 03 05:46:39 2025 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Feb 10 17:53:00 2025 +0100"
      },
      "message": "Bump org.mockito:mockito-core from 4.11.0 to 5.15.2\n\nBumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.15.2.\n- [Release notes](https://github.com/mockito/mockito/releases)\n- [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.15.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.mockito:mockito-core\n  dependency-type: direct:development\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "b0b6505f17bfa9783f58de6151eb5a6edf051e64",
      "tree": "ac61704878fb7b2317fd3597c19a1481443d7f02",
      "parents": [
        "393458a7e1dcc0d51bffb267b533a30788cd3212"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Feb 09 11:39:21 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Feb 09 11:39:21 2025 +0100"
      },
      "message": "Add badge for 3.x version\n\n"
    },
    {
      "commit": "393458a7e1dcc0d51bffb267b533a30788cd3212",
      "tree": "871ae4267aaf94ccb5a3961a57bc6dc37692e434",
      "parents": [
        "282cf6131d1c2c50bbb772d127df70c90e19ffc2"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Jan 30 19:37:01 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Feb 02 21:38:21 2025 +0100"
      },
      "message": "Enable GitHub Issues\n"
    },
    {
      "commit": "282cf6131d1c2c50bbb772d127df70c90e19ffc2",
      "tree": "05c5a75b7fc3b6f7deaf6066176752b95f21a152",
      "parents": [
        "3cc5d607b14f0e351ee83c4895889184a11b5a1a"
      ],
      "author": {
        "name": "Peter De Maeyer",
        "email": "peter.de.maeyer@gmail.com",
        "time": "Sat Nov 09 16:19:42 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Feb 02 21:31:48 2025 +0100"
      },
      "message": "[MCLEAN-124] Leverage Files.delete(Path) API to provide more accurate reason in case of failure\n"
    },
    {
      "commit": "3cc5d607b14f0e351ee83c4895889184a11b5a1a",
      "tree": "fceb0f82aa64a929ae2255ed82577d91282d750f",
      "parents": [
        "906067111461312eb0698a778cc492b75acc10e5"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Feb 02 00:36:31 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Feb 02 00:53:29 2025 +0100"
      },
      "message": "Add configuration for pre-release in master\n"
    },
    {
      "commit": "906067111461312eb0698a778cc492b75acc10e5",
      "tree": "392d0a177d580613f1e73416306a95dd432b5130",
      "parents": [
        "ba920a15c46aa6a0703687f864d0914f0a6b6751"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Feb 01 17:54:29 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Feb 01 17:55:12 2025 +0100"
      },
      "message": "Drop unused release-drafter configuration\n"
    },
    {
      "commit": "ba920a15c46aa6a0703687f864d0914f0a6b6751",
      "tree": "35280b47f1de6457f669bc9d37783f6b300754db",
      "parents": [
        "2d7979c92d431fa9d30cbce56440a6b7161730a1"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Feb 01 15:17:22 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Feb 01 15:17:22 2025 +0100"
      },
      "message": "Use global release-drafter configuration\n"
    },
    {
      "commit": "2d7979c92d431fa9d30cbce56440a6b7161730a1",
      "tree": "5965c6ee1080b3e47063728f281361cfe7ede8a6",
      "parents": [
        "8cf010733a9274ff88f77aa85e82200f9ed6d153"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jan 29 15:05:09 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jan 29 15:18:42 2025 +0100"
      },
      "message": "Use COMPLETE for version-template in release drafter\n"
    },
    {
      "commit": "8cf010733a9274ff88f77aa85e82200f9ed6d153",
      "tree": "570263e4895baca21b040dee2d9459c463e091d7",
      "parents": [
        "f4e99f579a8366a4a0290a2f7904c1ad8a660a2f"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jan 29 13:23:17 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jan 29 14:37:59 2025 +0100"
      },
      "message": "Use resolved versions in release drafter\n"
    },
    {
      "commit": "f4e99f579a8366a4a0290a2f7904c1ad8a660a2f",
      "tree": "ffd406a4120537567167b284face63eb3cf69270",
      "parents": [
        "63f2ac75eb9fbd9c7db5dc1a417fa8c8495d029f"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jan 28 19:33:15 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jan 28 19:49:24 2025 +0100"
      },
      "message": "Add PR Automation\n"
    },
    {
      "commit": "63f2ac75eb9fbd9c7db5dc1a417fa8c8495d029f",
      "tree": "496c586d90c453ec481b117513e7c5370b625f4d",
      "parents": [
        "5f46be489c65e1b5be7b5b7600f85d8a9996a52c"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jan 28 19:12:01 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jan 28 19:12:01 2025 +0100"
      },
      "message": "Drop prerelease identifier from release-drafter\n"
    },
    {
      "commit": "5f46be489c65e1b5be7b5b7600f85d8a9996a52c",
      "tree": "14ba331c55686b2217f4b82cabe3f8977281d7ea",
      "parents": [
        "9056ffd80a1f735ce604cd42941a46849f401551"
      ],
      "author": {
        "name": "Peter De Maeyer",
        "email": "peter.de.maeyer@gmail.com",
        "time": "Sun Jan 19 16:55:46 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jan 22 00:58:21 2025 +0100"
      },
      "message": "Bump maven-site-plugin to 3.21.0 and Skin to 2.0.1\n"
    },
    {
      "commit": "9056ffd80a1f735ce604cd42941a46849f401551",
      "tree": "731c6c8e73ef0921f8781366903b537fa83e22c0",
      "parents": [
        "f79f1e420f27c77e67e64c8ad99a50aaf6ea81d0"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jan 22 00:55:19 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jan 22 00:56:58 2025 +0100"
      },
      "message": "Updated Dependabot setup to monitor 3.x branch\n"
    },
    {
      "commit": "f79f1e420f27c77e67e64c8ad99a50aaf6ea81d0",
      "tree": "e47edfd1453f6031b546d27be0b7deeeef62cf8e",
      "parents": [
        "391c739080f8dae583f7bf2f5caba3ee7e0fc1c1"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Jan 19 18:13:55 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jan 19 18:13:55 2025 +0000"
      },
      "message": "[MCLEAN-127] Use Files.createSymbolicLink instead of shelling out (#65)\n\n* Use Files.createSymbolicLink instead of shelling out"
    },
    {
      "commit": "391c739080f8dae583f7bf2f5caba3ee7e0fc1c1",
      "tree": "7f3233b53a16f1978d76695153d16cd780103919",
      "parents": [
        "1c6f59c632c8352068df6e847426962bc83a6cf6"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jan 19 16:50:23 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jan 19 16:50:23 2025 +0100"
      },
      "message": "Bump Maven in CI to 4.0 rc2 (#66)\n\n"
    },
    {
      "commit": "1c6f59c632c8352068df6e847426962bc83a6cf6",
      "tree": "c04570d64e8d30a44aa66cddd1a68025322cff87",
      "parents": [
        "d0dc919a6c9fd8848c7324de73cad151d77dcc37"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jan 10 22:02:35 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jan 10 22:02:35 2025 +0100"
      },
      "message": "Add prerelease identifier to release-drafter\n"
    },
    {
      "commit": "d0dc919a6c9fd8848c7324de73cad151d77dcc37",
      "tree": "fa6fab140dc5dbcf9a3a7f4aef850ec1589a7431",
      "parents": [
        "33078f9860e8a4e0a9932fc66fb482f9a2a7dca2"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jan 10 21:36:58 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jan 10 21:36:58 2025 +0100"
      },
      "message": "Fix config in release-drafter-3.x.yml\n"
    },
    {
      "commit": "33078f9860e8a4e0a9932fc66fb482f9a2a7dca2",
      "tree": "a267d9e454779df408bd03017943c561ebf39358",
      "parents": [
        "c17d0921ae832092207aa02c08c405177ef1fe11"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Jan 09 23:51:50 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jan 10 20:58:20 2025 +0100"
      },
      "message": "Add Release Drafter\n"
    },
    {
      "commit": "c17d0921ae832092207aa02c08c405177ef1fe11",
      "tree": "c02764bcdeaf5f557bae5822bbff03d21a9c2732",
      "parents": [
        "4a9ad244c13c75995c4e63619fb72744ac81b03e"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jan 10 19:36:15 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jan 10 20:28:20 2025 +0100"
      },
      "message": "Disable jenkins build\n\nAs we have a beta version on master we need a newer version of Maven which is not installed on jenkins\n"
    },
    {
      "commit": "4a9ad244c13c75995c4e63619fb72744ac81b03e",
      "tree": "563438a53fee12a752703a6a5089267bb030cb47",
      "parents": [
        "04f274953fdf3224ec780d6f5eb47f428fc43b9b"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jan 08 21:24:26 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jan 08 21:24:54 2025 +0100"
      },
      "message": "(doc) Delete branch on merge\n"
    },
    {
      "commit": "04f274953fdf3224ec780d6f5eb47f428fc43b9b",
      "tree": "377aa2526a3e11ebf3d618fb2b1b76ffd9c6500b",
      "parents": [
        "95cc132fd7334158f73df6b2ec5503ef5b36a549"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Nov 27 21:15:22 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Nov 27 21:15:22 2024 +0100"
      },
      "message": "Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.16 (#55)\n\nBumps org.slf4j:slf4j-simple from 2.0.13 to 2.0.16.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.slf4j:slf4j-simple\r\n  dependency-type: direct:development\r\n  update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "95cc132fd7334158f73df6b2ec5503ef5b36a549",
      "tree": "33e08471432ea5ff1012a32b65f7ce2a29201890",
      "parents": [
        "155e5dc678ef4dde961582952a5d5dc44a1d6caf"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Nov 27 21:14:19 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Nov 27 21:14:19 2024 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#52)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 42 to 43.\r\n- [Release notes](https://github.com/apache/maven-parent/releases)\r\n- [Commits](https://github.com/apache/maven-parent/commits)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.maven.plugins:maven-plugins\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "155e5dc678ef4dde961582952a5d5dc44a1d6caf",
      "tree": "951a8f4a526a5f1e46d26cd14a96d6e49d8dfce9",
      "parents": [
        "68d4eca4c4607be0be8f8961216138ee013cda42"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Nov 27 19:35:43 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Nov 27 19:35:43 2024 +0000"
      },
      "message": "Clean up assertions in CleanMojoTest (#61)\n\n* Clean up assertions"
    },
    {
      "commit": "68d4eca4c4607be0be8f8961216138ee013cda42",
      "tree": "c40579440b14fcc737d780ee7f0e351b86c2c4f2",
      "parents": [
        "50593b37aef6c9cebc920a74473a9a007bcfcda2"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Thu Nov 14 08:49:52 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Nov 14 08:49:52 2024 +0100"
      },
      "message": "Upgrade to beta-5 (#58)\n\n"
    },
    {
      "commit": "50593b37aef6c9cebc920a74473a9a007bcfcda2",
      "tree": "1428643e4c2fa010f439fa2d81a5882745ea6de6",
      "parents": [
        "d4f554fa40e5513cd5e22f685764948ac6efed7a"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Nov 08 20:10:30 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Nov 08 20:10:30 2024 +0100"
      },
      "message": "Drop comment from jira integration"
    },
    {
      "commit": "d4f554fa40e5513cd5e22f685764948ac6efed7a",
      "tree": "537aee0dada7432beb8335d64044a51bdb01898c",
      "parents": [
        "87a7adc5b088e437de1343b23a54528fcbfd790a"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Aug 19 02:03:32 2024 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Aug 19 02:03:32 2024 +0200"
      },
      "message": "use new Reproducible Central badge endpoint\n"
    },
    {
      "commit": "87a7adc5b088e437de1343b23a54528fcbfd790a",
      "tree": "31acd999a02a7a7fc5c518fcff838713eb3b0082",
      "parents": [
        "648ca78783d0cfa90df30ad94858fb7f1c0ae4b5"
      ],
      "author": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Wed Jul 03 20:38:41 2024 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Wed Jul 03 20:38:41 2024 +0200"
      },
      "message": "Inherit site skin from parent\n"
    },
    {
      "commit": "648ca78783d0cfa90df30ad94858fb7f1c0ae4b5",
      "tree": "20a30be76a49cf086f352eb11a645b8469e0709a",
      "parents": [
        "99986b8c0517c8170b708369916962eed7e13a93"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 10:19:25 2024 +0200"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 10:19:25 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "99986b8c0517c8170b708369916962eed7e13a93",
      "tree": "944c343e441c341b3c92340125c96dd829c180ae",
      "parents": [
        "bbdee584e46b6603755eeebda9cdf2ae2438b616"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 10:19:17 2024 +0200"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 10:19:17 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-clean-plugin-4.0.0-beta-1\n"
    },
    {
      "commit": "bbdee584e46b6603755eeebda9cdf2ae2438b616",
      "tree": "86c7f5f0d0af428817842b9a83b713aee83904a3",
      "parents": [
        "e35167df10c12aaa12ec0da8a9466c2d6c5123b1"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 10:17:48 2024 +0200"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 10:17:48 2024 +0200"
      },
      "message": "Upgrade to m-plugin-testing and m-plugin-tools 4.0.0-beta-1\n"
    }
  ],
  "next": "e35167df10c12aaa12ec0da8a9466c2d6c5123b1"
}
