)]}'
{
  "log": [
    {
      "commit": "a78c1d4dd04ab23dbc35f306ac3033183d8c6155",
      "tree": "3867ea72111b056b2477b612c9bdf01f6afebc43",
      "parents": [
        "b9a01b3ef5d8a447e743476a936959c019f4f271"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 12:08:15 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 22:59:17 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 \"---\".\n"
    },
    {
      "commit": "b9a01b3ef5d8a447e743476a936959c019f4f271",
      "tree": "bb2e1a37fb5d62a438a033d4f6d600d9914626da",
      "parents": [
        "f0ca33391a9528ab6e9e4372710920678e81857d"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:53:02 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 22:59:17 2026 +0200"
      },
      "message": "Port the site documentation from APT to Markdown\n\n7 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": "f0ca33391a9528ab6e9e4372710920678e81857d",
      "tree": "3723bd01e19e3868d2e0d7359d27acb415788c56",
      "parents": [
        "028cea4377332a2bca6e0b9e4f18decb000eec53"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:53:02 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 22:59:17 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": "028cea4377332a2bca6e0b9e4f18decb000eec53",
      "tree": "dcb61e64008d6feb8265820a2cd29dba2102ac82",
      "parents": [
        "44956705ba6ba0ff6a750cdae1878f5bcf15e167"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Aug 04 22:05:07 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Aug 04 22:24:08 2026 +0200"
      },
      "message": "Verify the build against Maven 4 as well\n\nAdds maven4-enabled, which appends the Maven 4 version to the existing\nMaven 3 matrix rather than replacing it, so the plugin keeps being built\nand tested with Maven 3 and additionally gets checked against 4.0.0-rc-6.\n\nPart of finding out which Maven 3 plugins already build clean on Maven 4\nahead of the 4.0.0 GA.\n\nCo-Authored-By: Claude Opus 5 (1M context) \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "44956705ba6ba0ff6a750cdae1878f5bcf15e167",
      "tree": "63f761abd511d1e04ae96ac9e5b1d19806baf8ad",
      "parents": [
        "d6b2792cff7cf88609ded36b95a91303a0f78ed7"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Jul 27 11:02:32 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 27 11:02:32 2026 +0000"
      },
      "message": "Fix grammar, typos, and awkward phrasing in site docs (#188)\n\n* Fix grammar, typos, and awkward phrasing in site docs\n\n- custom.apt: its provides -\u003e it provides\n- index.apt.vm: Toolchains Plugins -\u003e Toolchain Plugin (singular)\n- index.apt.vm: discover and selects -\u003e discovers and selects\n- index.apt.vm: let user copy/paste -\u003e lets the user copy and paste\n- usage.apt.vm: plugin that require -\u003e plugin that requires\n- jdk.apt.vm: In plugin\u0027s selection -\u003e In the plugin configuration\n- jdk.apt.vm: clarify jdkHome is child of configuration element\n- jdk.apt.vm: add missing articles (The, the)\n- jdk-discovery.apt.vm: reword awkward useJdk sentence\n\n* Improve clarity of generate JDK toolchains XML description\n\nClarified the description of the generate JDK toolchains XML goal to improve readability.\n\n* Potential fix for pull request finding\n\nCo-authored-by: Copilot Autofix powered by AI \u003c175728472+Copilot@users.noreply.github.com\u003e\n\n---------\n\nCo-authored-by: Copilot Autofix powered by AI \u003c175728472+Copilot@users.noreply.github.com\u003e"
    },
    {
      "commit": "d6b2792cff7cf88609ded36b95a91303a0f78ed7",
      "tree": "aa3881cf1ed3887fd523025779945f85c5b3fbe2",
      "parents": [
        "b1aec2477cce012d776429c91ca3a55bc6c1e65a"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Jul 27 10:46:48 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 27 10:46:48 2026 +0000"
      },
      "message": "Fix typo in toolchain XML file comment (#176)"
    },
    {
      "commit": "b1aec2477cce012d776429c91ca3a55bc6c1e65a",
      "tree": "df19281cd472f40d0a27908328f13e303573c7ce",
      "parents": [
        "7318c8874d46417065139bd8a6ede47511526799"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Jul 27 10:43:13 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 27 10:43:13 2026 +0000"
      },
      "message": "Clarify IfMatch behavior in JDK discovery docs (#190)"
    },
    {
      "commit": "7318c8874d46417065139bd8a6ede47511526799",
      "tree": "c6d81128747a58d6a659e84d6b40e38a268528c5",
      "parents": [
        "b83d216c634618d3d92f7d9be11ca42b43fcb000"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Jul 22 13:32:34 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 22 13:32:34 2026 +0000"
      },
      "message": "Revert accidental direct push of version comparator fix (#178)\n\n* Revert \"Expand version comparator test with multi-part version strings\"\n\nThis reverts commit b83d216c634618d3d92f7d9be11ca42b43fcb000.\n\n* Revert \"Fix version comparator: use numeric comparison instead of lexicographic string comparison (#166)\"\n\nThis reverts commit 5d385b6605c379f840718d40f0e23288f36c627f."
    },
    {
      "commit": "b83d216c634618d3d92f7d9be11ca42b43fcb000",
      "tree": "561a0a838ffd58687e3a807d7af92cfb88183bc1",
      "parents": [
        "5d385b6605c379f840718d40f0e23288f36c627f"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Wed Jul 22 11:42:06 2026 +0000"
      },
      "committer": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Wed Jul 22 11:42:06 2026 +0000"
      },
      "message": "Expand version comparator test with multi-part version strings\n"
    },
    {
      "commit": "5d385b6605c379f840718d40f0e23288f36c627f",
      "tree": "2fb83196f351a6b1bff8af6e2ce54d36baf92c7e",
      "parents": [
        "41eb94082f26cbf2463ea8989b7fca4830f77c81"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Wed Jul 22 11:34:55 2026 +0000"
      },
      "committer": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Wed Jul 22 11:34:55 2026 +0000"
      },
      "message": "Fix version comparator: use numeric comparison instead of lexicographic string comparison (#166)\n\nThe version() comparator in ToolchainDiscoverer used String.compareTo()\nfor version segment comparison, which produces incorrect ordering for\nversions with different digit counts (e.g. \u00278\u0027 was sorted before \u002711\u0027\nand \u002717\u0027 because \u00278\u0027 \u003e \u00271\u0027 lexicographically, and the reversed order\nincorrectly promoted JDK 8 over JDK 11/17).\n\nFix by parsing each segment as an integer and using Integer.compare().\n\nAlso add unit test that verifies correct descending version sorting:\n17 \u003e 11 \u003e 8.\n"
    },
    {
      "commit": "41eb94082f26cbf2463ea8989b7fca4830f77c81",
      "tree": "c6d81128747a58d6a659e84d6b40e38a268528c5",
      "parents": [
        "52474c04f074dec34db005886bcba3f9c5db78f7"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jul 21 23:48:43 2026 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jul 21 23:48:43 2026 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "52474c04f074dec34db005886bcba3f9c5db78f7",
      "tree": "6db28cc4ce9a3f54b27aacc2f00a80513ac728d7",
      "parents": [
        "39e84b2e86751264f4cc89be87ea8d9a93c2fdca"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jul 21 23:48:38 2026 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jul 21 23:48:38 2026 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-toolchains-plugin-3.3.0\n"
    },
    {
      "commit": "39e84b2e86751264f4cc89be87ea8d9a93c2fdca",
      "tree": "bed8a4520d44d33735edd4a9d10d05fe18e14ef5",
      "parents": [
        "a213292b980768a480bd87bb271d772c2b215906"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jul 21 20:38:07 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 21 20:38:07 2026 +0200"
      },
      "message": "Update toolchains documentation to use JSR-330 terminology and links (#165)\n\n- Replaced Plexus-specific references with JSR-330 annotations (`@Named`, `@Singleton`).\n- Updated outdated links to relevant JSR-330 component documentation and plugin source tree."
    },
    {
      "commit": "a213292b980768a480bd87bb271d772c2b215906",
      "tree": "d4fa8eee4f3bd86600a0f48b26472c2be24807cc",
      "parents": [
        "2402d77e3d12719fa18b1e08f66635287ec42d0f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 13 22:42:50 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jul 21 18:16:55 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": "2402d77e3d12719fa18b1e08f66635287ec42d0f",
      "tree": "68b291993e0af01a08255cfdb537c1f5b8d12615",
      "parents": [
        "ab80fc840732538637f13c8082b2d01b2d2dc2ce"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jul 21 18:09:49 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 21 18:09:49 2026 +0200"
      },
      "message": "Replace Plexus XML configuration with JSR-330 annotated beans (#160)\n\n* Replace Plexus XML configuration with JSR-330 annotated beans\n\n## What changed\n- Added `@Named(\"ToolchainsRequirement\")` and `@Singleton` annotations to `ToolchainConverter`\n- Created `ToolchainsComponentConfigurator` extending `BasicComponentConfigurator` — injects `ToolchainConverter` and registers it on initialization\n- Removed `src/main/resources/META-INF/plexus/components.xml`\n\n## Why\n- JSR-330 annotations with Sisu replace legacy Plexus XML component descriptors\n- `sisu-maven-plugin` auto-generates component indexes from annotations, eliminating manual XML maintenance\n- Cleaner, more maintainable approach with annotations co-located with code\n\n## Testing\n- All unit tests pass\n- Sisu index correctly includes both annotated beans\n- Plugin configuration remains unchanged — `@Mojo(configurator \u003d \"toolchains-requirement-configurator\")` works as before"
    },
    {
      "commit": "ab80fc840732538637f13c8082b2d01b2d2dc2ce",
      "tree": "cf69af03c157c76069c6b3406043ff62558f8252",
      "parents": [
        "525f40c3ff59a6acce3598334e5843260d61d98e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 20:59:29 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 14 20:59:29 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml (#161)\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\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "525f40c3ff59a6acce3598334e5843260d61d98e",
      "tree": "c17b640c1d52c19b452e16781855478a308f0c65",
      "parents": [
        "d3960b93d3c59dd47ac4e60f74715ae31c1f7b6c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 20:58:58 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 14 20:58:58 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml (#163)\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": "d3960b93d3c59dd47ac4e60f74715ae31c1f7b6c",
      "tree": "700be54caa765fb87e7e0ba6a6b98f5cc4baa795",
      "parents": [
        "e0b39a6ca45d9b78a5065c3bcc2dad4a0949f816"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 20:58:39 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 14 20:58:39 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml (#164)\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": "e0b39a6ca45d9b78a5065c3bcc2dad4a0949f816",
      "tree": "75507328d23d1dcf8e13995b8236aea54048f772",
      "parents": [
        "e53bcec19fb51c7097050c841171043eab90920f"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jul 11 22:43:04 2026 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Jul 12 15:00:03 2026 +0200"
      },
      "message": "Add .asf.yaml project metadata for ATR\n"
    },
    {
      "commit": "e53bcec19fb51c7097050c841171043eab90920f",
      "tree": "c58a86e4eec03edfb8f74111a33d02e674a46bc3",
      "parents": [
        "df6df088f12ba10e29f3109a8573e6374b65bb2a"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Jul 12 10:47:04 2026 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Jul 12 10:47:04 2026 +0200"
      },
      "message": "Add tag-template to release-drafter config\n"
    },
    {
      "commit": "df6df088f12ba10e29f3109a8573e6374b65bb2a",
      "tree": "7eff17936d14b7d7ca7087d5cf4fec9be6434a76",
      "parents": [
        "0c5bb611bf70d783ec8df34f32e33158b07cfcd7"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jul 11 22:48:40 2026 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Jul 12 10:41:33 2026 +0200"
      },
      "message": "Update site descriptors and download page content\n"
    },
    {
      "commit": "0c5bb611bf70d783ec8df34f32e33158b07cfcd7",
      "tree": "b589c3b8923323b51a89642882ccd206d6b5eba5",
      "parents": [
        "ad7956b4751baed1145126ba98dbc98bf83ff1a9"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jul 11 22:13:56 2026 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jul 11 22:28:19 2026 +0200"
      },
      "message": "Update plexus-utils to 3.6.1 in IT dependencies\n"
    },
    {
      "commit": "ad7956b4751baed1145126ba98dbc98bf83ff1a9",
      "tree": "57d36bdd08703f7826b246f82e712e2dc30b7493",
      "parents": [
        "2b084b1b0fc4738d4e51f32becc4fe3c4398145e"
      ],
      "author": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Sat Jul 11 14:04:15 2026 -0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jul 11 19:04:15 2026 +0200"
      },
      "message": "Fix matching against one of multiple env-variables pointing to one JDK (#148)\n\n* Fix matching against one of multiple env-variables pointing to one JDK\n\nThe arguments when matching the collected env-variables pointing to one\nJDK against the required one were mistakenly swapped.\nThis had the effect that the \u0027env\u0027-variable match always failed when\nmore than one env variable points to the same JDK.\n\n* Add comments to clarify JAVA_HOME property usage\n\n---------\n\nCo-authored-by: Slawomir Jaranowski \u003cs.jaranowski@gmail.com\u003e"
    },
    {
      "commit": "2b084b1b0fc4738d4e51f32becc4fe3c4398145e",
      "tree": "e5d51e91fbb9edfe34b33469f3562db5fcf82341",
      "parents": [
        "58de2fc4e88281bd0e77b98c7db03fdb3b004ee6"
      ],
      "author": {
        "name": "euiwpoi",
        "email": "578989005@qq.com",
        "time": "Tue May 19 22:34:30 2026 +0800"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jul 11 18:08:49 2026 +0200"
      },
      "message": "Fix Maven site See Also links\n"
    },
    {
      "commit": "58de2fc4e88281bd0e77b98c7db03fdb3b004ee6",
      "tree": "7c9becdae02077e033f79887b16300cfc6878a2e",
      "parents": [
        "d120e5d64cbf75ab3adc72361896ad4712a790fc"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 29 22:42:36 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Jun 30 09:04:56 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 48 to 49\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"
    },
    {
      "commit": "d120e5d64cbf75ab3adc72361896ad4712a790fc",
      "tree": "966e4e2bf40065c4c04bd7473e56a5e7959e4588",
      "parents": [
        "a679928c7637edf3c632ac15db42acbcb215d1c6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue May 19 08:26:02 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed May 20 16:02:19 2026 +0200"
      },
      "message": "Bump mavenVersion from 3.9.15 to 3.9.16\n\nBumps `mavenVersion` from 3.9.15 to 3.9.16.\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.15 to 3.9.16\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.15...maven-3.9.16)\n\nUpdates `org.apache.maven:maven-core` from 3.9.15 to 3.9.16\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.16\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.16\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "a679928c7637edf3c632ac15db42acbcb215d1c6",
      "tree": "f9fa5e7701060e8c0fb279b7c3c5610dda96c273",
      "parents": [
        "d99df2d01494ddfe19f39f2806655fd03188ce82"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat May 16 22:37:38 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat May 16 22:37:38 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 47 to 48 (#153)\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": "d99df2d01494ddfe19f39f2806655fd03188ce82",
      "tree": "cfcbe7962cf176bdeb98b8f4f96bcd21146890e8",
      "parents": [
        "6b7a0ee674db488c4dc4787530040282f11d5d30"
      ],
      "author": {
        "name": "Nikolas Grottendieck",
        "email": "git@nikolasgrottendieck.com",
        "time": "Sat Feb 14 16:34:46 2026 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri May 08 17:25:38 2026 +0200"
      },
      "message": "Discover additional JDKs on Windows (#140)\n\nAdds support for auto-discovery of additional popular JDKs on Windows. Vendors\nof JDKs for Windows apparently pick their own (default) location to install into\nand do not re-use the Oracle default of `C:\\Program Files\\Java`.\n\nThis adds support for automatically discovering the following OpenJDK\nimplementations:\n\n- Amazon Corretto\n- Azul Zulu\n- BellSoft Liberica\n- Eclipse Adoptium\n\nFixes #140\n"
    },
    {
      "commit": "6b7a0ee674db488c4dc4787530040282f11d5d30",
      "tree": "172ae3e704c42da6669ecce8de89c69b2acd879b",
      "parents": [
        "7cddc83cbf14696812ef71dc43de35175fdaa511"
      ],
      "author": {
        "name": "Hannes Wellmann",
        "email": "wellmann.hannes1@gmx.net",
        "time": "Sun Feb 15 18:56:38 2026 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed May 06 19:40:22 2026 +0200"
      },
      "message": "Log matching discovered toolchain as info in select-jdk-toolchain mojo\n\nFixes https://github.com/apache/maven-toolchains-plugin/issues/141"
    },
    {
      "commit": "7cddc83cbf14696812ef71dc43de35175fdaa511",
      "tree": "e0127dacc88c2865b7a9a367d0ab4c456c828de3",
      "parents": [
        "df2ecabc92c531cd29bf6020dc598bdb8d266ddf"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Apr 18 12:55:35 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 18 12:55:35 2026 +0200"
      },
      "message": "Bump mavenVersion from 3.9.14 to 3.9.15 (#151)\n\nBumps `mavenVersion` from 3.9.14 to 3.9.15.\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.14 to 3.9.15\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.14...maven-3.9.15)\n\nUpdates `org.apache.maven:maven-core` from 3.9.14 to 3.9.15\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.15\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.15\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": "df2ecabc92c531cd29bf6020dc598bdb8d266ddf",
      "tree": "7656dcd00cea848c8b0bf1b1600de157e674777e",
      "parents": [
        "572a8c27e23e97eedb8a00f5bba0d20c175247e0"
      ],
      "author": {
        "name": "Nikolas Grottendieck",
        "email": "git@nikolasgrottendieck.com",
        "time": "Fri Aug 15 15:49:17 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Mar 22 11:15:41 2026 +0100"
      },
      "message": "Add additional locations for auto-discovery to scan\n\nResolves #129\n"
    },
    {
      "commit": "572a8c27e23e97eedb8a00f5bba0d20c175247e0",
      "tree": "cbef11fc54d4c06df39a8ee9186099f2e8aac6b4",
      "parents": [
        "1557ce343648f061ece88b6f7b12e90bf32c614a"
      ],
      "author": {
        "name": "Maxim Butov",
        "email": "mbutov@gmail.com",
        "time": "Wed Feb 18 17:30:07 2026 +0300"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Mar 22 10:27:32 2026 +0100"
      },
      "message": "Fixes #145: JDKs installed by asdf are not discovered.\n"
    },
    {
      "commit": "1557ce343648f061ece88b6f7b12e90bf32c614a",
      "tree": "6df8a4b68e6838e4275a2a81ed5902433915e8ac",
      "parents": [
        "606dcb8969c2a1adff4c19093b7c41f32257794f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Mar 12 22:43:07 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Mar 14 18:09:35 2026 +0100"
      },
      "message": "Bump mavenVersion from 3.9.13 to 3.9.14\n\nBumps `mavenVersion` from 3.9.13 to 3.9.14.\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.13 to 3.9.14\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.13...maven-3.9.14)\n\nUpdates `org.apache.maven:maven-core` from 3.9.13 to 3.9.14\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.14\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.14\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "606dcb8969c2a1adff4c19093b7c41f32257794f",
      "tree": "68f2be00a7cba8ee7a5c368ff587d526402f1fd0",
      "parents": [
        "1f2ca233a1048e32b9efad8c32f9e613ee013ba1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 09 11:10:55 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 09 11:10:55 2026 +0100"
      },
      "message": "Bump mavenVersion from 3.9.12 to 3.9.13 (#147)\n\nBumps `mavenVersion` from 3.9.12 to 3.9.13.\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.12 to 3.9.13\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.12...maven-3.9.13)\n\nUpdates `org.apache.maven:maven-core` from 3.9.12 to 3.9.13\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.13\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.13\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": "1f2ca233a1048e32b9efad8c32f9e613ee013ba1",
      "tree": "02640bfa8ce5520a17d0ae43e98d3db0e81dd5f8",
      "parents": [
        "490e8479ce1932a58fae226c9a4f04546294fc09"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Jan 28 15:17:05 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 28 15:17:05 2026 +0100"
      },
      "message": "Update to 47 (#138)\n\n---------\n\nCo-authored-by: Slawomir Jaranowski \u003cs.jaranowski@gmail.com\u003e"
    },
    {
      "commit": "490e8479ce1932a58fae226c9a4f04546294fc09",
      "tree": "3ac58c34410d470a821c3b10602d8932f0e5426b",
      "parents": [
        "0a60ed448c00d48f6ee400362c912c395356b142"
      ],
      "author": {
        "name": "Sebastian Tiemann",
        "email": "setie@mailbox.org",
        "time": "Fri Aug 29 04:15:36 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 29 12:15:36 2025 +1000"
      },
      "message": "feat: enable prevent branch protection rules (#131)\n\n"
    },
    {
      "commit": "0a60ed448c00d48f6ee400362c912c395356b142",
      "tree": "2878133a00d75404274630590efd57fd44d077e0",
      "parents": [
        "3f9736c9f3cc90bb47519d8f99b60aee91f1b0fa"
      ],
      "author": {
        "name": "Nikolas Grottendieck",
        "email": "git@nikolasgrottendieck.com",
        "time": "Sun Apr 20 18:29:14 2025 +0200"
      },
      "committer": {
        "name": "Maarten Mulders",
        "email": "mthmulders@apache.org",
        "time": "Sun Jul 27 15:59:20 2025 +0200"
      },
      "message": "Provide actual toolchain name during \"current JDK\" log messages\n\nThis change makes the info and debug statements during the toolchain selection\nprocess more useful to users. As a user the actually selected toolchain name is\nusually interesting/important information and required when debugging problems.\n\nCloses #126.\n"
    },
    {
      "commit": "3f9736c9f3cc90bb47519d8f99b60aee91f1b0fa",
      "tree": "aefe724a7eced50b9162f50b7f8dc263abe7618f",
      "parents": [
        "f23cede677a9b5bbcd3a310c2dd06129a2ea8148"
      ],
      "author": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Sat Jul 26 18:58:24 2025 +1000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jul 26 18:58:24 2025 +1000"
      },
      "message": "Prefer Inject API over plexus-component-annotations (#127)\n\n* Prefer Inject API over plexus-component-annotations\n\nSigned-off-by: Olivier Lamy \u003colamy@apache.org\u003e\n\n* dependency not needed\n\nSigned-off-by: Olivier Lamy \u003colamy@apache.org\u003e\n\n---------\n\nSigned-off-by: Olivier Lamy \u003colamy@apache.org\u003e"
    },
    {
      "commit": "f23cede677a9b5bbcd3a310c2dd06129a2ea8148",
      "tree": "fd0788b25281d28328887810eed1a1fa40374771",
      "parents": [
        "84650f43248fa570dfcf61b0e481a8b996ee2a1e"
      ],
      "author": {
        "name": "Noah Tayebwa",
        "email": "ndacyayinoah@gmail.com",
        "time": "Sat Jul 26 11:54:57 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jul 26 18:54:57 2025 +1000"
      },
      "message": "Add Apache 2.0 LICENSE file (#125)\n\n"
    },
    {
      "commit": "84650f43248fa570dfcf61b0e481a8b996ee2a1e",
      "tree": "343df506af24399b8d8b8e6e83633a91fb834b28",
      "parents": [
        "06972cf43e9a7aa19efb012798fa41ff6777cb9f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 16 09:04:39 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 16 09:04:39 2025 +0200"
      },
      "message": "Bump mavenVersion from 3.9.10 to 3.9.11 (#124)\n\nBumps `mavenVersion` from 3.9.10 to 3.9.11.\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.10 to 3.9.11\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.10...maven-3.9.11)\n\nUpdates `org.apache.maven:maven-core` from 3.9.10 to 3.9.11\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.11\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.11\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": "06972cf43e9a7aa19efb012798fa41ff6777cb9f",
      "tree": "ba0cc62f595e36203074c31cff935e48105d0460",
      "parents": [
        "7f7ececd387ad271bad7d1907574d5dc264359ce"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Apr 16 16:08:00 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jul 12 17:22:18 2025 +0200"
      },
      "message": "[MTOOLCHAINS-53] Fix possible NPE\n"
    },
    {
      "commit": "7f7ececd387ad271bad7d1907574d5dc264359ce",
      "tree": "6b0a4f74908cf01785f830571abf0b4f6f00d69f",
      "parents": [
        "c7d38144370526712a347cccf263e546dc4888cc"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jun 17 22:57:19 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 02 19:45:08 2025 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 44 to 45\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"
    },
    {
      "commit": "c7d38144370526712a347cccf263e546dc4888cc",
      "tree": "41cb580ac31a0054ed0b7bae35bd97765d703ac3",
      "parents": [
        "d7ad3998eeed8aa1a788bd42c349350b3c56d1d8"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Wed Jul 02 12:48:22 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 02 12:48:22 2025 +0200"
      },
      "message": "Remove Jira URL (#84)\n\n"
    },
    {
      "commit": "d7ad3998eeed8aa1a788bd42c349350b3c56d1d8",
      "tree": "017b431448e6bc70c8008b38b5d104802add721d",
      "parents": [
        "ae0719431d4e5e2d5f61e01b96e9f1f2c71254be"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jun 06 22:09:36 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 06 22:09:36 2025 +0200"
      },
      "message": "Bump mavenVersion from 3.9.9 to 3.9.10 (#60)\n\nBumps `mavenVersion` from 3.9.9 to 3.9.10.\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.9 to 3.9.10\n- [Release notes](https://github.com/apache/maven/releases)\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.9...maven-3.9.10)\n\nUpdates `org.apache.maven:maven-core` from 3.9.9 to 3.9.10\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-plugin-api\n  dependency-version: 3.9.10\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.maven:maven-core\n  dependency-version: 3.9.10\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": "ae0719431d4e5e2d5f61e01b96e9f1f2c71254be",
      "tree": "bcdd562b2fe1db4b98928f8bcd27d2ae83879131",
      "parents": [
        "2d0412f6cc5fffd4db08ed46c6e095d37e20c868"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Mon May 05 21:26:56 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 05 21:26:56 2025 +0200"
      },
      "message": "Enable Github Issues (#55)\n\n"
    },
    {
      "commit": "2d0412f6cc5fffd4db08ed46c6e095d37e20c868",
      "tree": "653c43db6d3978108d7cd8834be3cb78c1e7f156",
      "parents": [
        "064cb50372d2eb1d4eb072e722d07e4b4171ef96"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Apr 16 16:03:12 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 16 16:03:12 2025 +0100"
      },
      "message": "[MTOOLCHAINS-64] Bump org.apache.maven.plugins:maven-plugins from 43 to 44 (#52)\n\n* 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\n\n* fix\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: Sylwester Lachiewicz \u003cslachiewicz@apache.org\u003e"
    },
    {
      "commit": "064cb50372d2eb1d4eb072e722d07e4b4171ef96",
      "tree": "1738dff3c97673ae285773c0219d0ea3f6a8ca37",
      "parents": [
        "1022c9eaa590138b56a8fabec3203b27547d28da"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Mar 15 07:59:39 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 15 07:59:39 2025 +0100"
      },
      "message": "[MTOOLCHAINS-63] Bump org.junit:junit-bom from 5.12.0 to 5.12.1\n\nBumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.0 to 5.12.1.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit:junit-bom\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": "1022c9eaa590138b56a8fabec3203b27547d28da",
      "tree": "7d51202c106d6b0505190ea02339e818123bbf86",
      "parents": [
        "b0d6b2bee0a6186a8d47b00f789ed750c61ccb49"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Feb 22 08:40:10 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Feb 22 08:40:10 2025 +0100"
      },
      "message": "Bump org.junit:junit-bom from 5.11.4 to 5.12.0\n\nBumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.0.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit:junit-bom\n  dependency-type: direct:production\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": "b0d6b2bee0a6186a8d47b00f789ed750c61ccb49",
      "tree": "d6715b7eef7e8de8a324d18c5b3479b109a09daa",
      "parents": [
        "87bb74d4bfb9663fd91ed64e8cfa60841acd19ec"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Feb 12 17:37:30 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 12 17:37:30 2025 +0100"
      },
      "message": "[MNGSITE-529] Rename \"Goals\" to \"Plugin Documentation\"\n\n"
    },
    {
      "commit": "87bb74d4bfb9663fd91ed64e8cfa60841acd19ec",
      "tree": "a8ae69f068c555f5c7b63707f0615ea401ab9652",
      "parents": [
        "3ba965131a966edf5417e1cafd55536918dafb53"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Dec 16 22:15:10 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jan 15 22:46:25 2025 +0100"
      },
      "message": "Bump org.junit:junit-bom from 5.11.3 to 5.11.4\n\nBumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit:junit-bom\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "3ba965131a966edf5417e1cafd55536918dafb53",
      "tree": "cb5fabc0948eb2e33702bcfcb651c39f7fd229ce",
      "parents": [
        "aebf23a4c01a57d08bc103bdfe9136432759dae5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Oct 21 22:31:15 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Dec 14 23:25:31 2024 +0100"
      },
      "message": "Bump org.junit:junit-bom from 5.11.2 to 5.11.3\n\nBumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit:junit-bom\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "aebf23a4c01a57d08bc103bdfe9136432759dae5",
      "tree": "eb5e9467daec952a403acc598e3870d681507832",
      "parents": [
        "1af1157489e13990fd8b4061bbb69bfb9d8c104b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Oct 04 22:55:52 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Oct 05 15:34:32 2024 +0200"
      },
      "message": "Bump org.junit:junit-bom from 5.11.1 to 5.11.2\n\nBumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.2.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit:junit-bom\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "1af1157489e13990fd8b4061bbb69bfb9d8c104b",
      "tree": "6949241f5a40af2e60ee5e50da456c14f04edee6",
      "parents": [
        "10679a9f7adea3be60bf21abb62317d437528bcb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 25 22:14:45 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Sep 29 09:46:20 2024 +0200"
      },
      "message": "Bump org.junit:junit-bom from 5.11.0 to 5.11.1\n\nBumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.0 to 5.11.1.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit:junit-bom\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "10679a9f7adea3be60bf21abb62317d437528bcb",
      "tree": "f0fbd601a8bff8190123e7f3f6099ee825be122e",
      "parents": [
        "cf615cc003cc358593550f1f73dcdd4b8c584ca0"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Aug 19 01:21:03 2024 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Aug 19 01:21:03 2024 +0200"
      },
      "message": "use new Reproducible Central badge endpoint\n"
    },
    {
      "commit": "cf615cc003cc358593550f1f73dcdd4b8c584ca0",
      "tree": "374a2fa9c8d1aaa2482a1476d35e5696d6fb1f8c",
      "parents": [
        "f5ef62f0530771c61d5130040c6ed5717427547b"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Aug 18 08:51:17 2024 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 18 12:51:17 2024 +0000"
      },
      "message": "Remove Java 5 references and clean up (#24)\n\n* Remove Java 5 references and clean up\r\n\r\nMostly a copy edit for clarity. @slawekjaranowski\r\n\r\n* You can create your own custom toolchains to use with standard plugins (such as maven-compiler-plugin) or custom plugins"
    },
    {
      "commit": "f5ef62f0530771c61d5130040c6ed5717427547b",
      "tree": "dea018b760085f52e7fddb39b2c4e1161c531ea7",
      "parents": [
        "9d3d2bbf1ca9fd00641b74fff07a49f98d8162f8"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 18 12:04:26 2024 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 18 12:12:57 2024 +0200"
      },
      "message": "Pom cleanup\n"
    },
    {
      "commit": "9d3d2bbf1ca9fd00641b74fff07a49f98d8162f8",
      "tree": "622001e34ede2dbaa1fd0af2cf42b3bddcfd8b72",
      "parents": [
        "39fe79acecd06cee79be16f9c7d8c499134c6240"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Aug 18 12:05:57 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 18 12:05:57 2024 +0200"
      },
      "message": "[MTOOLCHAINS-55] Upgrade junit to 5.11.0 (#40)\n\n- [Release notes](https://github.com/junit-team/junit5/releases)\r\n- [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0)\r\n\r\n---\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\r\nCo-authored-by: Sylwester Lachiewicz \u003cslachiewicz@apache.org\u003e"
    },
    {
      "commit": "39fe79acecd06cee79be16f9c7d8c499134c6240",
      "tree": "5490bf3935386c8c3b0986c593a75652352f4e49",
      "parents": [
        "db062efb641bd4cc9a6856dd361045b236ca5398"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Aug 18 09:58:38 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 18 09:58:38 2024 +0200"
      },
      "message": "[MTOOLCHAINS-55] Bump org.eclipse.sisu:org.eclipse.sisu.plexus from 0.9.0.M2 to 0.9.0.M3 (#36)\n\n- [Release notes](https://github.com/eclipse/sisu.inject/releases)\r\n- [Changelog](https://github.com/eclipse-sisu/sisu-project/blob/main/RELEASE.md)\r\n- [Commits](https://github.com/eclipse/sisu.inject/compare/milestones/0.9.0.M2...milestones/0.9.0.M3)\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": "db062efb641bd4cc9a6856dd361045b236ca5398",
      "tree": "88820351e0e037cca224f6f1e991248ce90ab53e",
      "parents": [
        "7552b5ca36d3152a4e1a3da6afd154b5494e1b9f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Aug 18 09:22:55 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 18 09:22:55 2024 +0200"
      },
      "message": "[MTOOLCHAINS-55] Bump mavenVersion from 3.9.6 to 3.9.9 (#41)\n\nUpdates `org.apache.maven:maven-plugin-api` from 3.9.6 to 3.9.9\r\n- [Release notes](https://github.com/apache/maven/releases)\r\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.9)\r\n\r\nUpdates `org.apache.maven:maven-core` from 3.9.6 to 3.9.9\r\n- [Release notes](https://github.com/apache/maven/releases)\r\n- [Commits](https://github.com/apache/maven/compare/maven-3.9.6...maven-3.9.9)\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": "7552b5ca36d3152a4e1a3da6afd154b5494e1b9f",
      "tree": "ad95b779d31657cf7faac41a5325aaae35843c48",
      "parents": [
        "9d761c03f6576c13b17f61cda3b6e731ea374f4c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Aug 18 09:16:45 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 18 09:16:45 2024 +0200"
      },
      "message": "[MTOOLCHAINS-55] Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 (#34)\n\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": "9d761c03f6576c13b17f61cda3b6e731ea374f4c",
      "tree": "f15782460e34b0aba0cde284e8af940e566e8916",
      "parents": [
        "f61eadbc9532cf0c9e043a6ee9e6f9db9b0c461a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Aug 18 09:09:28 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Aug 18 09:09:28 2024 +0200"
      },
      "message": "[MTOOLCHAINS-55] Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#39)\n\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\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "f61eadbc9532cf0c9e043a6ee9e6f9db9b0c461a",
      "tree": "6a5ca9ba967aab571607abf71c27cd58cb47ddb2",
      "parents": [
        "c5edd013b6d7180c8f0712e02abc61b50993f44a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jun 27 22:12:55 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jul 08 23:10:04 2024 +0200"
      },
      "message": "Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3\n\nBumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit.jupiter:junit-jupiter-api\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "c5edd013b6d7180c8f0712e02abc61b50993f44a",
      "tree": "4bd148315fd377d5bc59647c523dba7c8ed74a82",
      "parents": [
        "047dca638d0ecf6d58e00e36fceeceb57a675fad"
      ],
      "author": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Thu Apr 18 10:34:08 2024 +1000"
      },
      "committer": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Thu Apr 18 10:34:08 2024 +1000"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "047dca638d0ecf6d58e00e36fceeceb57a675fad",
      "tree": "f4a18e39c4ad4e0c8dcb0dbb0424a454f8ac2b28",
      "parents": [
        "f054d2d1c86308408658b83aad652221dd80e223"
      ],
      "author": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Thu Apr 18 10:33:58 2024 +1000"
      },
      "committer": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Thu Apr 18 10:33:58 2024 +1000"
      },
      "message": "[maven-release-plugin] prepare release maven-toolchains-plugin-3.2.0\n"
    },
    {
      "commit": "f054d2d1c86308408658b83aad652221dd80e223",
      "tree": "716971ff1857eeacae8a233e1a64e314e8847458",
      "parents": [
        "abef128acd324e8bf8e6ae8ffcddbee7ae003265"
      ],
      "author": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Thu Apr 18 10:22:13 2024 +1000"
      },
      "committer": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Thu Apr 18 10:22:13 2024 +1000"
      },
      "message": "use github because it is more convenient\n\nSigned-off-by: Olivier Lamy \u003colamy@apache.org\u003e\n"
    },
    {
      "commit": "abef128acd324e8bf8e6ae8ffcddbee7ae003265",
      "tree": "7495cde1d37b5cfd82b98552337d4fd2ba333a1e",
      "parents": [
        "d9294732f1eee02d452866083d54da590acd3925"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Apr 17 07:01:33 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 17 07:01:33 2024 +0800"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 41 to 42 (#33)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 41 to 42.\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": "d9294732f1eee02d452866083d54da590acd3925",
      "tree": "a4512eebf0c52b08fde6be06f92dd490f84545dd",
      "parents": [
        "827e3a36969871ff19619eb9fd7b51971a266b15"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Apr 13 11:37:33 2024 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "herve.boutemy@free.fr",
        "time": "Tue Apr 16 14:29:10 2024 +0200"
      },
      "message": "rework documentation for new JDK-specific goals\n"
    },
    {
      "commit": "827e3a36969871ff19619eb9fd7b51971a266b15",
      "tree": "c13d70ed4b157b7bda52dbafce0454112fcf8fcd",
      "parents": [
        "9b4ae9537017a8336fc32db359c2e5292cd48b31"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Sun Apr 14 13:34:55 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Apr 14 07:34:55 2024 -0400"
      },
      "message": "Fix dependencies according to dependency:analyze (#27)\n\n"
    },
    {
      "commit": "9b4ae9537017a8336fc32db359c2e5292cd48b31",
      "tree": "9f78aa3040021368c35ed136bbd5d39aa9ff729f",
      "parents": [
        "7ee4c2c4b565ba72160cbed350dd06b28075aad5"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu Apr 11 11:43:09 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Apr 11 11:43:09 2024 +0000"
      },
      "message": "Remove duplicate content (#28)\n\nand cleanup language"
    },
    {
      "commit": "7ee4c2c4b565ba72160cbed350dd06b28075aad5",
      "tree": "ebcda69b079f55ca8029f6ae320ce7f75e995246",
      "parents": [
        "e64a5e5d3df77c18d04da900abfb1c288441755b"
      ],
      "author": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Thu Apr 11 11:33:43 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Apr 11 11:33:43 2024 +0200"
      },
      "message": "Create release-drafter.yml"
    },
    {
      "commit": "e64a5e5d3df77c18d04da900abfb1c288441755b",
      "tree": "4b3a032bffef8ce1cbd7411b0b46752949ca7cd9",
      "parents": [
        "e7d1952b63739192713a8b8cff808edf52895923"
      ],
      "author": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Thu Apr 11 11:33:09 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Apr 11 11:33:09 2024 +0200"
      },
      "message": "Create release-drafter.yml"
    },
    {
      "commit": "e7d1952b63739192713a8b8cff808edf52895923",
      "tree": "43f5688ddfdad715518556206626671655e5fcda",
      "parents": [
        "e714827845d353a3d57ab26dd17a07b246f8faa5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Mar 31 22:37:32 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Apr 01 00:48:08 2024 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared from 3 to 4\n\nBumps [apache/maven-gh-actions-shared](https://github.com/apache/maven-gh-actions-shared) from 3 to 4.\n- [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: apache/maven-gh-actions-shared\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "e714827845d353a3d57ab26dd17a07b246f8faa5",
      "tree": "34084e3b0129d7053fc12dccee217f91808cfb66",
      "parents": [
        "e22b3cf1d8de62fdea8673134d9e172ec454f449"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Apr 01 00:36:52 2024 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Apr 01 00:36:52 2024 +0200"
      },
      "message": "Add Dependabot\n"
    },
    {
      "commit": "e22b3cf1d8de62fdea8673134d9e172ec454f449",
      "tree": "5913205465d3d4ff51d1bb8162187a29b5f38201",
      "parents": [
        "91cda5f36cba87a540fa59825a858eb858601233"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Mar 20 09:00:12 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 20 09:00:12 2024 +0100"
      },
      "message": "[MTOOLCHAINS-49] Automatic discovery of JDK toolchains (#14)\n\n"
    },
    {
      "commit": "91cda5f36cba87a540fa59825a858eb858601233",
      "tree": "bcaa8e106f37b6055d3737bb501382b05b1bdb0c",
      "parents": [
        "b67ca4f3bddaed4e330e6a2d33117f14e63cb32b"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Mar 03 18:14:14 2024 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "herve.boutemy@free.fr",
        "time": "Mon Mar 04 07:17:40 2024 +0100"
      },
      "message": "add jdk toolchain ITs\n"
    },
    {
      "commit": "b67ca4f3bddaed4e330e6a2d33117f14e63cb32b",
      "tree": "0191f03a2611d177683fcab4949bea1a877f8264",
      "parents": [
        "8508a515f8b7c2ff4da73e2b7a2aefaa6eff8688"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Mar 02 19:05:22 2024 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "herve.boutemy@free.fr",
        "time": "Sun Mar 03 17:25:06 2024 +0100"
      },
      "message": "rework documentation\n"
    },
    {
      "commit": "8508a515f8b7c2ff4da73e2b7a2aefaa6eff8688",
      "tree": "d22debfa794eab978824f7a16fb5c7e87948c2e4",
      "parents": [
        "b72584390e0b8f2d3963a1fca088321aebf862c6"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Mar 02 17:49:55 2024 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Mar 02 17:49:55 2024 +0100"
      },
      "message": "fix apt format #18\n"
    },
    {
      "commit": "b72584390e0b8f2d3963a1fca088321aebf862c6",
      "tree": "1aaa786e29aff291a4da35be14bc58478a45041f",
      "parents": [
        "98ada5558a58653f9c3e8ce29a57ee60da127f38"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Fri Mar 01 15:09:44 2024 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 01 15:09:44 2024 -0500"
      },
      "message": "Use https for site links (#23)\n\n@slawekjaranowski"
    },
    {
      "commit": "98ada5558a58653f9c3e8ce29a57ee60da127f38",
      "tree": "3f83d7b3377336f18ca0514395062ef608ca57fe",
      "parents": [
        "05c6ae6ec674da6f519bc86424f5c1fc60ef9bb2"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Thu Feb 29 08:59:30 2024 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "herve.boutemy@free.fr",
        "time": "Thu Feb 29 18:47:46 2024 +0100"
      },
      "message": "improve menu\n"
    },
    {
      "commit": "05c6ae6ec674da6f519bc86424f5c1fc60ef9bb2",
      "tree": "2b93ae2e5541fb82c0846ecb4de0fd523eea787c",
      "parents": [
        "7fb1d9f3835f5ddc803456c2af585e8f3a947cb5"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu Feb 29 08:04:20 2024 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 29 08:04:20 2024 -0500"
      },
      "message": "Expand JDK toolchain docs (#18)\n\n* RewriteJDK toolchain docs\r\n\r\n\r\nCo-authored-by: Guillaume Nodet \u003cgnodet@gmail.com\u003e"
    },
    {
      "commit": "7fb1d9f3835f5ddc803456c2af585e8f3a947cb5",
      "tree": "1c5a5a982326ba7c97a6bc8659a17ed472a03d51",
      "parents": [
        "897b708e22b2c14b08388a9ba39ca1b661a92446"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Feb 28 14:19:43 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 28 14:19:43 2024 +0100"
      },
      "message": "[MTOOLCHAINS-51] Upgrade to maven 3.9.6 at compile time and 3.6.3 at runtime (#20)\n\n"
    },
    {
      "commit": "897b708e22b2c14b08388a9ba39ca1b661a92446",
      "tree": "d53cc69532e23aae5c955a32f66e29b9d736b9ff",
      "parents": [
        "eb93a93052d912a07434674c3c3efbd8eee6052c"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Feb 28 07:29:01 2024 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 28 13:29:01 2024 +0100"
      },
      "message": "[MTOOLCHAINS-50] Update parent pom to 41 (#19)\n\n* Spotless should only be run on JDK \u003e\u003d 11, so just use the pluginManagement\r\n---------\r\nCo-authored-by: Guillaume Nodet \u003cgnodet@gmail.com\u003e"
    },
    {
      "commit": "eb93a93052d912a07434674c3c3efbd8eee6052c",
      "tree": "49f701e3d0cc53ab4602d4c2dcb6e052f4ef3d99",
      "parents": [
        "606c27ea1c05a30b20caf116c11fdea291cb14a6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Sep 26 19:42:35 2023 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Sep 26 21:56:50 2023 +0200"
      },
      "message": "Bump org.codehaus.plexus:plexus-utils in /src/it/setup-custom-toolchain\n\nBumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.0.16 to 3.0.24.\n- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.0.16...plexus-utils-3.0.24)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-utils\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "606c27ea1c05a30b20caf116c11fdea291cb14a6",
      "tree": "a093b7741a8ef6b3c596764f82b78b03100f4e42",
      "parents": [
        "11b82214180cb03917f66478b8594e4d31cbea93"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Mon May 29 21:50:52 2023 +0200"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Mon May 29 21:50:52 2023 +0200"
      },
      "message": "Ignore reformat in blame\n"
    },
    {
      "commit": "11b82214180cb03917f66478b8594e4d31cbea93",
      "tree": "7444edaf9583d115fb8e7fe164a8aa90ecd6c47f",
      "parents": [
        "d2cb148211edf81b068602061458eeb27c190bc9"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Mon May 29 21:48:18 2023 +0200"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Mon May 29 21:48:18 2023 +0200"
      },
      "message": "Apply spotless on ITs and remove duplicate headers\n"
    },
    {
      "commit": "d2cb148211edf81b068602061458eeb27c190bc9",
      "tree": "7c8848ad8b8b5f0394f7ab2c9ba0de4e4ef25027",
      "parents": [
        "6d750fe27abb81d45dcf24be57a09e31ee489344"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Mon May 29 21:47:55 2023 +0200"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Mon May 29 21:47:55 2023 +0200"
      },
      "message": "Apply spotless to ITs\n"
    },
    {
      "commit": "6d750fe27abb81d45dcf24be57a09e31ee489344",
      "tree": "5d77fcb5a2a227fbaa757c1ce966660718b3b9bd",
      "parents": [
        "824e7d1a85086f8d86c85b6bffd836405d0b3528"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 24 11:11:28 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 24 11:11:28 2023 +0200"
      },
      "message": "auto-link MTOOLCHAINS Jira"
    },
    {
      "commit": "824e7d1a85086f8d86c85b6bffd836405d0b3528",
      "tree": "ece7e0158f90404e6be5935132833a0c6d644c28",
      "parents": [
        "cc2371dffd438ff6679e53c86a9679ecffcf95f5"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Apr 08 20:28:46 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 08 20:28:46 2023 +0200"
      },
      "message": "Bump maven-gh-actions-shared to v3"
    },
    {
      "commit": "cc2371dffd438ff6679e53c86a9679ecffcf95f5",
      "tree": "81705e94142f8cd233e3ab91af8fd8cb17993211",
      "parents": [
        "e225090c3b7eb6b5730821c04faad00825a9ac18"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jul 01 22:17:44 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Apr 02 11:07:23 2023 +0200"
      },
      "message": "Bump plexus-utils in /src/it/setup-custom-toolchain\n\nBumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 3.0.15 to 3.0.16.\n- [Release notes](https://github.com/sonatype/plexus-utils/releases)\n- [Commits](https://github.com/sonatype/plexus-utils/compare/plexus-utils-3.0.15...plexus-utils-3.0.16)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-utils\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "e225090c3b7eb6b5730821c04faad00825a9ac18",
      "tree": "f1ce46717b18a7d41aa1c195d310b90d4cc23ff1",
      "parents": [
        "b198bed39c40b41b4a663a57d24ad2abe69f2434"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Thu Feb 09 00:24:50 2023 +0100"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Thu Feb 09 00:24:50 2023 +0100"
      },
      "message": "[MTOOLCHAINS-45] - Upgrade maven-plugin parent to 39\n"
    },
    {
      "commit": "b198bed39c40b41b4a663a57d24ad2abe69f2434",
      "tree": "c10e7c40a6c08537cd491ed0eb0c464c85c5cbc8",
      "parents": [
        "f1f919124c4054378ea543cefd4f4f6852d20a6b"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Feb 05 12:44:12 2023 +0000"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "1983-01-06@gmx.net",
        "time": "Sun Feb 05 13:47:27 2023 +0100"
      },
      "message": "Minor edits and cleanup\n\nhttp --\u003e https"
    },
    {
      "commit": "f1f919124c4054378ea543cefd4f4f6852d20a6b",
      "tree": "5e78b721cb7d842601f55c3b3ab523ed3b32ed5a",
      "parents": [
        "90acdc8bac3042ef3f266a7ee6abfb4b83ad1d7d"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Nov 02 23:05:10 2022 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Nov 02 23:05:10 2022 +0100"
      },
      "message": "add Reproducible Builds badge"
    },
    {
      "commit": "90acdc8bac3042ef3f266a7ee6abfb4b83ad1d7d",
      "tree": "e13e92755c64f5bbdbad9819c244145675b3f5e0",
      "parents": [
        "d2cf7b31317ac2be521b15b7ea5909b246609b3d"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Aug 06 13:44:00 2022 +0200"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Aug 06 13:44:00 2022 +0200"
      },
      "message": "[MTOOLCHAINS-43] - Cleanup - Pom\n"
    },
    {
      "commit": "d2cf7b31317ac2be521b15b7ea5909b246609b3d",
      "tree": "f5711ff91f56d4ad29c899653e9846d16aaaa21c",
      "parents": [
        "d75aa046c1b6d252c2afce9f64537d70ab5a64c3"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Aug 06 12:26:38 2022 +0200"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Aug 06 12:26:38 2022 +0200"
      },
      "message": "[MTOOLCHAINS-42] - Upgrade maven-plugin parent to 37\n"
    },
    {
      "commit": "d75aa046c1b6d252c2afce9f64537d70ab5a64c3",
      "tree": "30da4b7dc070e56e846a5954860be583b36f7dbd",
      "parents": [
        "0c55c81040354b9dd73dbeb14628a712437fabed"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Aug 06 11:26:14 2022 +0200"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Aug 06 11:26:14 2022 +0200"
      },
      "message": "[MTOOLCHAINS-41] - Broken link to JDK toolchain version range definitions\n"
    },
    {
      "commit": "0c55c81040354b9dd73dbeb14628a712437fabed",
      "tree": "d11566b817033c5d978ff2282b40ee3b2fcbdec6",
      "parents": [
        "86c45a78a8d263b3d16b33450d8259530da743b7"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Jun 19 21:56:43 2022 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jun 19 21:56:43 2022 +0200"
      },
      "message": "Fix Jenkins url"
    },
    {
      "commit": "86c45a78a8d263b3d16b33450d8259530da743b7",
      "tree": "9022c38542b50be7f770ac0f067fd46d22c13d37",
      "parents": [
        "1f83828cbbdd132b4da94455d08a198036a1eb18"
      ],
      "author": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Sat Jun 18 23:04:00 2022 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Sat Jun 18 23:04:00 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "1f83828cbbdd132b4da94455d08a198036a1eb18",
      "tree": "62464479d53c0ff03665cd3112e2659e7c33e6a9",
      "parents": [
        "34cb7f6edd9795912a9da1c7f0500aa60a7fe69e"
      ],
      "author": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Sat Jun 18 23:03:49 2022 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Sat Jun 18 23:03:49 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-toolchains-plugin-3.1.0\n"
    },
    {
      "commit": "34cb7f6edd9795912a9da1c7f0500aa60a7fe69e",
      "tree": "2f0691754278b135daa420247a68a9fedc978388",
      "parents": [
        "d4f73c0e28f1b1b2d9a4cca5179f80c9b7458e93"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Fri Jun 17 15:03:13 2022 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 17 15:03:13 2022 +0200"
      },
      "message": "[MTOOLCHAINS-40] Parent to 36, Maven 3.2.5 and Java 8  (#9)\n\nUpdate project:\r\n* update parent POM 36\r\n* update to Maven 3.2.5\r\n* make it Java8"
    },
    {
      "commit": "d4f73c0e28f1b1b2d9a4cca5179f80c9b7458e93",
      "tree": "4b2ee530aac20751a457b272994e1f5ef54aafde",
      "parents": [
        "70f10d4b16413a1a308d377c48b0215c908f263a"
      ],
      "author": {
        "name": "Thomas Reinhardt",
        "email": "thomas@reinhardt.com",
        "time": "Mon May 02 16:43:58 2022 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 02 16:43:58 2022 +0200"
      },
      "message": "[MTOOLCHAINS-31] - Not threadsafe for parallel execution (#8)\n\nCo-authored-by: Thomas Reinhardt \u003cthomas.reinhardt@s4p.de\u003e"
    }
  ],
  "next": "70f10d4b16413a1a308d377c48b0215c908f263a"
}
