)]}'
{
  "log": [
    {
      "commit": "55836de67362dacb00eb08cc44a047b1cfb571b4",
      "tree": "31a47f3fe6362c59b7c18d133d855f365145fd2b",
      "parents": [
        "873962ac6fb3312e3d905efdeaf8c0a238b511b1"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Sep 11 15:26:08 2026 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Sep 13 23:20:24 2026 +0200"
      },
      "message": "Add tag-template to release-drafter.yml\n\nCo-Authored-By: Claude Opus 5 (1M context) \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "873962ac6fb3312e3d905efdeaf8c0a238b511b1",
      "tree": "fa003981c4fa151b247606f07c67341a5c8c85cd",
      "parents": [
        "e537c95d28b0ba90c51a3254d61192b421918c0f"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 23 15:22:11 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 23 20:48:47 2026 +0200"
      },
      "message": "Bump org.codehaus.plexus:plexus-archiver from 4.12.0 to 4.14.0\n\nBumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.12.0 to 4.14.0.\n- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)\n- [Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.12.0...plexus-archiver-4.14.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-archiver\n  dependency-version: 4.14.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n..."
    },
    {
      "commit": "e537c95d28b0ba90c51a3254d61192b421918c0f",
      "tree": "66154a8f69843010f4f1d2ff0304b09d2ee1ef42",
      "parents": [
        "001f5d605b43c021567ba69a632eca3ba8b97850"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:39:40 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 22:45:22 2026 +0200"
      },
      "message": "Modernise the download page\n\nThis page was last touched in 2018 and still carried the ASF mirror-selection\nform. The mirror network was retired in favour of a single CDN, so that form\nnow renders a \"choose a mirror\" dropdown offering exactly one entry,\ndlcdn.apache.org. The checksum, signature and KEYS links still pointed at\nwww.apache.org/dist, which has been a 301 to downloads.apache.org for years.\n\nThe page now matches the form the rest of the Maven estate already uses,\nfinishing for this repository the sweep started in 2023:\n\n  - the artifact from dlcdn.apache.org\n  - the .sha512, .asc and KEYS from downloads.apache.org\n  - older releases from archive.apache.org\n\nTwo things go with the mirror section, both worth a reviewer\u0027s attention:\n\n  - its in-page anchors, #mirror and the version-numbered subsection anchor,\n    which becomes the stable #Files. In-page only; no URL changes.\n  - the paragraph linking to /guides/mini/guide-mirror-settings.html. That\n    page is still live, but it is advice about configuring a repository\n    mirror in settings.xml rather than about downloading a source release,\n    and none of the ~43 repositories already on the current form carry it.\n    Dropping it is what converges this page with the rest of the estate; say\n    so on the PR if you would rather keep it here.\n\ndownload.cgi is left in place. The ASF licence header is left exactly as it\nwas.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "001f5d605b43c021567ba69a632eca3ba8b97850",
      "tree": "64d0aa3dc5fd07fb4e9fbb852de828efcdcf0d41",
      "parents": [
        "cae869264e22f36c572b73665b331aa7f0a71ae2"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:58:43 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 03:13:24 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\nThe page stays a Velocity template: the sample POM interpolates\n${project.version}, which renders as the current plugin version. In a\n.vm file an ATX heading starting \u0027##\u0027 is swallowed as a Velocity line\ncomment, so the title uses a setext underline and each question is\nwrapped in #[[### ... ]]# to reach the renderer intact.\n\nExplicit anchors keep the existing deep links working. FML renders\n\u003cfaq id\u003d\"How can I specify a Class-Path: entry in the manifest of an EJB\njar?\"\u003e as #How_can_I_specify_a_Class-Path.3A_entry_in_the_manifest_of_\nan_EJB_jar.3F, because DoxiaUtils.encodeId rewrites an id that is not a\nvalid XML name. The \u003ca id\u003e emitted here reproduces that rendered form,\nnot the raw attribute, so the live URL still resolves - note the\nquestion text says \"EJB JAR\" where the id says \"EJB jar\", so the\nheading-derived anchor is not the same string.\n\nAnchors are written as \u003ca id\u003e, not \u003ca name\u003e: maven-site-plugin\n3.21.0 strips name\u003d from an inline HTML anchor, which loses every anchor\non an otherwise green build, and name\u003d on \u003ca\u003e is obsolete in HTML5.\nXhtml5BaseParser reads Attribute.ID first and only falls back to NAME,\nso id\u003d is the primary path. Each anchor sits on its own line, since\nfolding one into the heading text suppresses the section\u0027s own id.\n\nVerified by building the site before and after and comparing the set of\nanchors the generated faq.html actually serves. Every anchor present\nbefore is still present after:\n\n  before: How_can_I_specify_a_Class-Path.3A_entry_in_the_manifest_of_\n          an_EJB_jar.3F, classifieruse, top, bodyColumn\n  after:  the same four, plus three heading-derived ids\n\nThe check also compares the visible text of the two pages word by word;\nit is identical apart from the dropped [top] links. The site log reports\nno \"used more than once\" anchor warning.\n\nThe \u003chead\u003e is byte-identical, so the title and metadata are unchanged.\nsite.xml needs no edit - src/site/fml/faq.fml.vm and\nsrc/site/markdown/faq.md.vm both render to faq.html.\n\nFML generates a [top] back-link after each answer; those are dropped\nrather than hand-written. The question now renders as an h3 heading\ninstead of a definition term. Those are the only rendering losses.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "cae869264e22f36c572b73665b331aa7f0a71ae2",
      "tree": "607b9096ef1e73536fb35004dc662096dfe15cdf",
      "parents": [
        "41bdce341078a371dfdac96fd1347c82a11a1bc6"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:54:10 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 03:13:24 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": "41bdce341078a371dfdac96fd1347c82a11a1bc6",
      "tree": "c65f0a62622eb87c0776d83c591199b00296d1bc",
      "parents": [
        "32106ea441e20b9b47abd83d0aa3dac43014719e"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 09 22:48:56 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 09 23:10:21 2026 +0200"
      },
      "message": "Replace PlexusTestCase.getBasedir() with the plexus-testing shim\n\nMavenProjectBasicStub only used PlexusTestCase for its static\ngetBasedir() helper. Swap it for PlexusExtension.getBasedir() from\norg.codehaus.plexus:plexus-testing, which the pom already pulls in on\nthe test classpath.\n\nEjbMojoTest itself still extends AbstractMojoTestCase, which extends\nPlexusTestCase transitively via maven-plugin-testing-harness; that\ndependency is out of this plugin\u0027s control.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "32106ea441e20b9b47abd83d0aa3dac43014719e",
      "tree": "257bd2319676d0f20267fe93d55e390d96d07df5",
      "parents": [
        "09ce0deea2195ad572ec3f501129a9c500a261b0"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Aug 08 15:37:55 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Aug 08 16:07:18 2026 +0200"
      },
      "message": "Remove the unused maven-compat test dependency\n\nNothing in the project imports anything from maven-compat. The\ndeclaration has simply outlived whatever needed it.\n\nTests: 36 before and after, unchanged.\n"
    },
    {
      "commit": "09ce0deea2195ad572ec3f501129a9c500a261b0",
      "tree": "18e37912a3a5d7de5174bb12b0b87353b326ea7d",
      "parents": [
        "ad9c6dac7a5ab18bd1df64d4e97b4dd042ed9607"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 11:41:08 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 16:19:23 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": "ad9c6dac7a5ab18bd1df64d4e97b4dd042ed9607",
      "tree": "2f211ad47bbb5d6143b610419e7f6157aa63f32b",
      "parents": [
        "f6ea48d7e1a60e2a452177496968ede9c2165bbd"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:52:58 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 15:09:47 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": "f6ea48d7e1a60e2a452177496968ede9c2165bbd",
      "tree": "5c9163a7d82f090def2420115aa7dc3a051eeaa3",
      "parents": [
        "6d7400ec0674e4ce9247bd5a0893dde07e78aafb"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:52:58 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 15:09:47 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": "6d7400ec0674e4ce9247bd5a0893dde07e78aafb",
      "tree": "4ae7eed85cd04cdecb3bc115475a9082f49179c9",
      "parents": [
        "c3d0b5c2e7c32ce1d6d1cd292643404777b2c78f"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Aug 05 16:33:31 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 05 16:33:31 2026 +0200"
      },
      "message": "Align PR template (#225)"
    },
    {
      "commit": "c3d0b5c2e7c32ce1d6d1cd292643404777b2c78f",
      "tree": "3681b9151d378be8eb76c80ef236e7909858e540",
      "parents": [
        "42d3fd94a5a5341a82192c977cfee93567364a12"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Aug 04 01:44:02 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Aug 04 19:11:45 2026 +0200"
      },
      "message": "Bump org.eclipse.sisu:org.eclipse.sisu.plexus and org.eclipse.sisu.inject to 1.1.0\n"
    },
    {
      "commit": "42d3fd94a5a5341a82192c977cfee93567364a12",
      "tree": "1a3615b5f968bb3d5e123032074916aec2fef79c",
      "parents": [
        "799350300963e697458469e827d998ee962cf0b6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 06:03:39 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Jul 20 23:26:30 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": "799350300963e697458469e827d998ee962cf0b6",
      "tree": "f696666de555bd3fb8c8d124b2db3a04df90e565",
      "parents": [
        "d5b93b2c67ca514093bf788b0f16aa1d60bb5ffd"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 20:49:23 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 14 20:49:23 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml (#220)\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": "d5b93b2c67ca514093bf788b0f16aa1d60bb5ffd",
      "tree": "ade2a6a758c296ceba5e745256ccff7bf19c82ac",
      "parents": [
        "f9151faa08958d792ef7efdb4842bbe20b888461"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 20:49:15 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 14 20:49:15 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml (#221)\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": "f9151faa08958d792ef7efdb4842bbe20b888461",
      "tree": "56406da940e0758774c20e40d552d5bbd48b78c8",
      "parents": [
        "eeea3dddd674740f0d13d51a28396b032b72b560"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 20:49:08 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 14 20:49:08 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml (#222)\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": "eeea3dddd674740f0d13d51a28396b032b72b560",
      "tree": "2dee4aa8142a551f1cd24cfa67eff01ae4d13217",
      "parents": [
        "3a11041d7200c7d61587b2b62ee2955b0ca1a924"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 06 06:03:03 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 08 23:44:52 2026 +0200"
      },
      "message": "Bump org.apache.maven.shared:maven-filtering from 3.5.0 to 3.5.1\n\nBumps [org.apache.maven.shared:maven-filtering](https://github.com/apache/maven-filtering) from 3.5.0 to 3.5.1.\n- [Release notes](https://github.com/apache/maven-filtering/releases)\n- [Commits](https://github.com/apache/maven-filtering/compare/maven-filtering-3.5.0...maven-filtering-3.5.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.shared:maven-filtering\n  dependency-version: 3.5.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "3a11041d7200c7d61587b2b62ee2955b0ca1a924",
      "tree": "1c5887042a355fe2794970b6121badb834b043a2",
      "parents": [
        "263cce9c352e21e85d3025577efb02f3ea7a648a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 29 17:13:19 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 29 17:13:19 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 48 to 49 (#218)\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": "263cce9c352e21e85d3025577efb02f3ea7a648a",
      "tree": "6f1f9f28bd229dc3080aea35d7a272e7cec15544",
      "parents": [
        "18657d1443f22ea8c6bb789d9ce6e5be80fb57a0"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jun 25 17:46:42 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 25 17:46:42 2026 +0200"
      },
      "message": "Bump org.eclipse.sisu:org.eclipse.sisu.plexus from 1.0.0 to 1.0.1 (#217)\n\nBumps [org.eclipse.sisu:org.eclipse.sisu.plexus](https://github.com/eclipse-sisu/sisu-project) from 1.0.0 to 1.0.1.\n- [Release notes](https://github.com/eclipse-sisu/sisu-project/releases)\n- [Changelog](https://github.com/eclipse-sisu/sisu-project/blob/main/RELEASE.md)\n- [Commits](https://github.com/eclipse-sisu/sisu-project/compare/releases/1.0.0...releases/1.0.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.eclipse.sisu:org.eclipse.sisu.plexus\n  dependency-version: 1.0.1\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": "18657d1443f22ea8c6bb789d9ce6e5be80fb57a0",
      "tree": "2c83d0ddffcf30eb7b511b5927a82f076ac486f3",
      "parents": [
        "3db89b230a636c253367bb013fa1fc3f313af112"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jun 09 06:02:47 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Jun 09 13:59:06 2026 -0400"
      },
      "message": "Bump org.codehaus.plexus:plexus-archiver from 4.11.0 to 4.12.0\n\nBumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.11.0 to 4.12.0.\n- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)\n- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)\n- [Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.11.0...plexus-archiver-4.12.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-archiver\n  dependency-version: 4.12.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "3db89b230a636c253367bb013fa1fc3f313af112",
      "tree": "368ef589e6431efe6030e24521019c565b1f402b",
      "parents": [
        "d7cbd6ff8763df81218f59e8d02b6286c94ab68b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri May 29 06:04:14 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jun 07 23:06:54 2026 -0400"
      },
      "message": "Bump org.apache.maven.plugins:maven-dependency-plugin\n\nBumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.10.0 to 3.11.0.\n- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)\n- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.10.0...maven-dependency-plugin-3.11.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-dependency-plugin\n  dependency-version: 3.11.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": "d7cbd6ff8763df81218f59e8d02b6286c94ab68b",
      "tree": "6de66d5d758719963e331c1f44bb6474266f8f8b",
      "parents": [
        "8bd13c5447664ed928df45188391f83eae4649fe"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed May 27 22:02:45 2026 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "herve.boutemy@free.fr",
        "time": "Wed May 27 22:07:49 2026 +0200"
      },
      "message": "fix parent pom coordinates to match .. relativePath\n"
    },
    {
      "commit": "8bd13c5447664ed928df45188391f83eae4649fe",
      "tree": "f4cdb3d0d672ecac8dfc50a0d49d1092848be13a",
      "parents": [
        "5314b5da960997cd9de4b8d745592438aab9bf5f"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Apr 19 10:45:59 2026 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "herve.boutemy@free.fr",
        "time": "Wed May 27 22:07:49 2026 +0200"
      },
      "message": "enable Maven 4 build\n"
    },
    {
      "commit": "5314b5da960997cd9de4b8d745592438aab9bf5f",
      "tree": "e5e2532575ce31881b50e28317094a0bfe7d92f7",
      "parents": [
        "cdeb8020d83eef26b40e8142dc09a08f7c51e14b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat May 16 22:09:41 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat May 16 22:09:41 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 47 to 48 (#214)\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": "cdeb8020d83eef26b40e8142dc09a08f7c51e14b",
      "tree": "b66fdbe4c1adfd2e2be31a28222a066e9e4194aa",
      "parents": [
        "18e58852aef703ad65203b9315d6defed2adcecb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Apr 24 09:27:17 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 24 09:27:17 2026 +0200"
      },
      "message": "Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#213)\n\nBumps commons-io:commons-io from 2.21.0 to 2.22.0.\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-version: 2.22.0\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": "18e58852aef703ad65203b9315d6defed2adcecb",
      "tree": "a9c918a31469340a523ec14b50ffbda3fe3577d3",
      "parents": [
        "537622433b4d5cb24e12c9992f73d73e2bb12852"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Apr 21 23:13:06 2026 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Apr 21 23:13:06 2026 +0200"
      },
      "message": "don\u0027t reject build with Maven 4\n"
    },
    {
      "commit": "537622433b4d5cb24e12c9992f73d73e2bb12852",
      "tree": "10d485f311dfa89b5c5a1cb377ed7765ceb50e45",
      "parents": [
        "5ab8b349901e241220909e27c1cabda53be4d7f3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Mar 06 17:15:08 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 06 17:15:08 2026 +0100"
      },
      "message": "Bump org.apache.maven.shared:maven-filtering from 3.4.0 to 3.5.0 (#209)\n\nBumps [org.apache.maven.shared:maven-filtering](https://github.com/apache/maven-filtering) from 3.4.0 to 3.5.0.\n- [Release notes](https://github.com/apache/maven-filtering/releases)\n- [Commits](https://github.com/apache/maven-filtering/compare/maven-filtering-3.4.0...maven-filtering-3.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.shared:maven-filtering\n  dependency-version: 3.5.0\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": "5ab8b349901e241220909e27c1cabda53be4d7f3",
      "tree": "14ba2f25abddd588f21e420dc6accbd24d685fe7",
      "parents": [
        "2c781658840a480bebe9df851ed7a514f27363ab"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Feb 10 17:33:03 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 10 17:33:03 2026 +0100"
      },
      "message": "Bump org.eclipse.sisu:org.eclipse.sisu.plexus from 0.9.0.M4 to 1.0.0 (#207)\n\nBumps [org.eclipse.sisu:org.eclipse.sisu.plexus](https://github.com/eclipse-sisu/sisu-project) from 0.9.0.M4 to 1.0.0.\n- [Release notes](https://github.com/eclipse-sisu/sisu-project/releases)\n- [Changelog](https://github.com/eclipse-sisu/sisu-project/blob/main/RELEASE.md)\n- [Commits](https://github.com/eclipse-sisu/sisu-project/compare/milestones/0.9.0.M4...releases/1.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.eclipse.sisu:org.eclipse.sisu.plexus\n  dependency-version: 1.0.0\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": "2c781658840a480bebe9df851ed7a514f27363ab",
      "tree": "b636a145038eeceb6be79f38976c0a552eedd55c",
      "parents": [
        "c2ed1f64b76813c111ecd2b3ea6cc9357d07ed24"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 09 14:39:51 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 09 14:39:51 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#206)\n\nBumps org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.5.0 to 3.5.1.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness\n  dependency-version: 3.5.1\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": "c2ed1f64b76813c111ecd2b3ea6cc9357d07ed24",
      "tree": "f6fd31a7fe0ee5d8bca7507c3416cb6b7113a29f",
      "parents": [
        "867438d1f482223b0d20d50444837eda5e6a7943"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 09 14:39:40 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 09 14:39:40 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-dependency-plugin (#208)\n\nBumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.9.0 to 3.10.0.\n- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)\n- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.9.0...maven-dependency-plugin-3.10.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-dependency-plugin\n  dependency-version: 3.10.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": "867438d1f482223b0d20d50444837eda5e6a7943",
      "tree": "b162552da6b3f8f3513978702c680ad41fd8e0e2",
      "parents": [
        "a14ec5e867e3b84152e0047e603fb3bda5327a9b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 14 17:19:33 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 14 17:19:33 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 46 to 47 (#205)\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": "a14ec5e867e3b84152e0047e603fb3bda5327a9b",
      "tree": "c2ef883dab3351923f8101e9cddfd561e2108d68",
      "parents": [
        "29f09c1a941cbefafa2350407e4aeda55abb567e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jan 12 16:26:00 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 12 16:26:00 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#203)\n\nBumps org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness\n  dependency-version: 3.5.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": "29f09c1a941cbefafa2350407e4aeda55abb567e",
      "tree": "7c70875c07e8fd3e99f2e4f5ecd1b9b272738c01",
      "parents": [
        "be0ad6c3546dfcbbed3b1b8d5f7ed65b893f8129"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jan 12 16:25:43 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 12 16:25:43 2026 +0100"
      },
      "message": "Bump org.codehaus.plexus:plexus-archiver from 4.10.4 to 4.11.0 (#204)\n\nBumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.10.4 to 4.11.0.\n- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)\n- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)\n- [Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.10.4...plexus-archiver-4.11.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-archiver\n  dependency-version: 4.11.0\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": "be0ad6c3546dfcbbed3b1b8d5f7ed65b893f8129",
      "tree": "91469f0c6364f23516ac342ee8f94fd8520e3227",
      "parents": [
        "4663d1ab2bec650e2a2a5d0a8b370a87142b6328"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Mon Jan 12 06:22:39 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 12 06:22:39 2026 +0100"
      },
      "message": "Update to Parent 46, site 2.0.0 (#201)\n\nIncluding following changes\n* Change link to ASF license to HTTPS\n* Enforcer rule to use Maven 3\n* Replaced plugin versions in IT with parent-placeholders\n"
    },
    {
      "commit": "4663d1ab2bec650e2a2a5d0a8b370a87142b6328",
      "tree": "404ad5692d3cc9d892228a3b3695fd1fd41a4346",
      "parents": [
        "fc11657dc54f675aabb1ff7e7d8a7ec8a857689a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Dec 25 09:39:35 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 25 09:39:35 2025 +0100"
      },
      "message": "Bump org.apache.maven:maven-archiver from 3.6.5 to 3.6.6 (#199)\n\nBumps [org.apache.maven:maven-archiver](https://github.com/apache/maven-archiver) from 3.6.5 to 3.6.6.\n- [Release notes](https://github.com/apache/maven-archiver/releases)\n- [Commits](https://github.com/apache/maven-archiver/compare/maven-archiver-3.6.5...maven-archiver-3.6.6)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-archiver\n  dependency-version: 3.6.6\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": "fc11657dc54f675aabb1ff7e7d8a7ec8a857689a",
      "tree": "511c748c0128c420a5fd7535e39da8aa8f1597bd",
      "parents": [
        "2a19bfaaa4879cf9c2e58c80333ccb2f27c3bf5b"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Dec 21 16:16:05 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 21 16:16:05 2025 +0100"
      },
      "message": "Cleanup tests (#198)\n\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "2a19bfaaa4879cf9c2e58c80333ccb2f27c3bf5b",
      "tree": "745bdffdf2afc401eae51d3a80c42449014d661f",
      "parents": [
        "3c80e44c026ea900a9ded60b3aa5a4376ab4e024"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Dec 08 13:08:30 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 08 13:08:30 2025 +0000"
      },
      "message": "Inline deprecated methods (#197)\n\n* Inline deprecated methods\n\n* Inline deprecated methods\n\n* format\n\n* format"
    },
    {
      "commit": "3c80e44c026ea900a9ded60b3aa5a4376ab4e024",
      "tree": "cd5335e4a16a4b211381d3ba11fca7ea11885789",
      "parents": [
        "9283d89d1560d6dc2c44221d5c5908d5cd21411d"
      ],
      "author": {
        "name": "Piotrek Żygieło",
        "email": "pzygielo@users.noreply.github.com",
        "time": "Sat Nov 22 20:08:14 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Dec 07 22:29:17 2025 +0100"
      },
      "message": "Fix site \"usage\" page\n"
    },
    {
      "commit": "9283d89d1560d6dc2c44221d5c5908d5cd21411d",
      "tree": "12d13bfb68035be7be81548ac9a0b34c25860749",
      "parents": [
        "14633590a5f1925c7d861ea9ca2e0d13a6e00612"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Nov 22 16:05:28 2025 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Nov 22 16:05:28 2025 -0600"
      },
      "message": "Declare used dependencies (#192)\n\n"
    },
    {
      "commit": "14633590a5f1925c7d861ea9ca2e0d13a6e00612",
      "tree": "2f664f48cddc915888c61c26da03e3824d91e30a",
      "parents": [
        "417118e6e3166f22e3697493cad534775e6e743b"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Nov 22 16:03:45 2025 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Nov 22 16:03:45 2025 -0600"
      },
      "message": "Remove unneeded plexus-xml dependency (#193)\n\n"
    },
    {
      "commit": "417118e6e3166f22e3697493cad534775e6e743b",
      "tree": "451da70ef59146d8f6f340663d74fed7d06d1e67",
      "parents": [
        "d8fe22af4283685e78947ccddf29a3d1d015c336"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Nov 22 16:03:26 2025 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Nov 22 16:03:26 2025 -0600"
      },
      "message": "Correct assert order (#194)\n\n"
    },
    {
      "commit": "d8fe22af4283685e78947ccddf29a3d1d015c336",
      "tree": "14a850bcbe2932d5d8efaf2f9327dd10e76aeb72",
      "parents": [
        "6844b2539f64cde1aa14909f1b60fd61b29f94cf"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Nov 16 14:25:49 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Nov 16 14:25:49 2025 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "6844b2539f64cde1aa14909f1b60fd61b29f94cf",
      "tree": "a1fd890cc62297d340f9fbb949545a9a86707bfd",
      "parents": [
        "b00f62c642d2dd3dc71367453c7d7f628d7519a0"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Nov 16 14:25:41 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Nov 16 14:25:41 2025 +0100"
      },
      "message": "[maven-release-plugin] prepare release maven-ejb-plugin-3.3.0\n"
    },
    {
      "commit": "b00f62c642d2dd3dc71367453c7d7f628d7519a0",
      "tree": "dfa4e8abcd3376cf1e626e191c8625a906a8f855",
      "parents": [
        "8ab7bae16532e9c5b1863e90a4e312cab7afab64"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 10 06:04:34 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Nov 10 12:16:31 2025 +0100"
      },
      "message": "Bump commons-io:commons-io from 2.20.0 to 2.21.0\n\nBumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.20.0 to 2.21.0.\n- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)\n- [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.20.0...rel/commons-io-2.21.0)\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-version: 2.21.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "8ab7bae16532e9c5b1863e90a4e312cab7afab64",
      "tree": "9eb5a56dd05aa9c01706c2c34ba74a68c27375b7",
      "parents": [
        "34a538ad86abbe3494c0fdbaf3a61affc135e360"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Nov 09 22:38:42 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Nov 09 22:38:42 2025 +0100"
      },
      "message": "JUnit Jupiter best practices (#185)\n\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "34a538ad86abbe3494c0fdbaf3a61affc135e360",
      "tree": "887ef4567de8f8587cc326be8ce61cf37c1e9311",
      "parents": [
        "bea49ef95e43aeb1d0e46678e1ccaf97cba03f7d"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Nov 09 22:30:45 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Nov 09 22:30:45 2025 +0100"
      },
      "message": "Replace `FileUtils.fileExists(String)` with JDK provided API (#186)\n\n\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "bea49ef95e43aeb1d0e46678e1ccaf97cba03f7d",
      "tree": "b6bd7c4a37bd144c7dccd6106f1037021fc54720",
      "parents": [
        "505140c6ea397e277030219d07d71493a566cd17"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Nov 09 20:10:52 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Nov 09 20:10:52 2025 +0100"
      },
      "message": "Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5 (#180)\n\nBumps [org.apache.maven:maven-archiver](https://github.com/apache/maven-archiver) from 3.6.4 to 3.6.5.\n- [Release notes](https://github.com/apache/maven-archiver/releases)\n- [Commits](https://github.com/apache/maven-archiver/compare/maven-archiver-3.6.4...maven-archiver-3.6.5)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-archiver\n  dependency-version: 3.6.5\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": "505140c6ea397e277030219d07d71493a566cd17",
      "tree": "b4d69ce2eec287431d2476dda71526e98b40abf7",
      "parents": [
        "cc0fbebc24a01fcfaafda73ed2e105a347af066c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Nov 09 20:08:43 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Nov 09 20:08:43 2025 +0100"
      },
      "message": "Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3 (#181)\n\nBumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.10.1 to 4.10.3.\n- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)\n- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)\n- [Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.10.1...plexus-archiver-4.10.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-archiver\n  dependency-version: 4.10.3\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": "cc0fbebc24a01fcfaafda73ed2e105a347af066c",
      "tree": "4e40007911cbe009a9b137c3256402a272ed4afa",
      "parents": [
        "718cd78056161c70983dfffb107c01875b2a8a40"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Nov 09 20:08:25 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Nov 09 20:08:25 2025 +0100"
      },
      "message": "Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#188)\n\nBumps org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness\n  dependency-version: 3.4.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": "718cd78056161c70983dfffb107c01875b2a8a40",
      "tree": "2df5c74902ace530cd7eda3fef2355f5ad94351e",
      "parents": [
        "1ffcaa14c0d3d7b395778b23885cb1b6211a5262"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Sun Nov 09 20:01:02 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Nov 09 20:01:02 2025 +0100"
      },
      "message": "Updating parent to 45 and invoker plugin to 3.9.1 (#189)\n\n"
    },
    {
      "commit": "1ffcaa14c0d3d7b395778b23885cb1b6211a5262",
      "tree": "7242bd17d8c0b823b9a3cbeb797ae0ad0322fb43",
      "parents": [
        "01062a746ecef6486625ed373cb77bdf5c7b4e38"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Aug 21 10:05:53 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 21 10:05:53 2025 +0200"
      },
      "message": "Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 (#178)\n\nBumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.10.0 to 4.10.1.\n- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)\n- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)\n- [Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.10.0...plexus-archiver-4.10.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-archiver\n  dependency-version: 4.10.1\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": "01062a746ecef6486625ed373cb77bdf5c7b4e38",
      "tree": "633364075bdd795e17dbbb1eda845cd84cb98e4a",
      "parents": [
        "2414fe8acc1184a2207d10196560f915dd9496bf"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Wed Aug 13 07:23:04 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 13 07:23:04 2025 +0200"
      },
      "message": "feat: enable prevent branch protection rules (#177)\n\n- also refactor deprecated config"
    },
    {
      "commit": "2414fe8acc1184a2207d10196560f915dd9496bf",
      "tree": "29174e87870a1b6bb50d1a4e5a1b4b8a036ce320",
      "parents": [
        "411e3a23dfa34abe594469f4dad1530778e9d61b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 11 17:25:19 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 11 17:25:19 2025 +0200"
      },
      "message": "Bump org.apache.maven:maven-archiver from 3.6.3 to 3.6.4 (#176)\n\nBumps [org.apache.maven:maven-archiver](https://github.com/apache/maven-archiver) from 3.6.3 to 3.6.4.\n- [Release notes](https://github.com/apache/maven-archiver/releases)\n- [Commits](https://github.com/apache/maven-archiver/compare/maven-archiver-3.6.3...maven-archiver-3.6.4)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-archiver\n  dependency-version: 3.6.4\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": "411e3a23dfa34abe594469f4dad1530778e9d61b",
      "tree": "e79007223b06994b4fc9148d7a906d7e290e2acb",
      "parents": [
        "133e5635a34491c829c9fd64478acf1ccffdefe3"
      ],
      "author": {
        "name": "Noah Tayebwa",
        "email": "ndacyayinoah@gmail.com",
        "time": "Tue Jul 22 10:46:07 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 22 17:46:07 2025 +1000"
      },
      "message": "Add Apache 2.0 LICENSE file (#174)\n\n"
    },
    {
      "commit": "133e5635a34491c829c9fd64478acf1ccffdefe3",
      "tree": "a8f24fee5b02b500e1360accceb46a864895da22",
      "parents": [
        "026f2c2d506d195896ce42844a08e44a65c31111"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 21 10:12:28 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 21 10:12:28 2025 +0200"
      },
      "message": "Bump commons-io:commons-io from 2.19.0 to 2.20.0 (#175)\n\nBumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.19.0 to 2.20.0.\n- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)\n- [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.19.0...rel/commons-io-2.20.0)\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-version: 2.20.0\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": "026f2c2d506d195896ce42844a08e44a65c31111",
      "tree": "22f59fd768ce17a33d5c6bd90d7b8aa702f4fc02",
      "parents": [
        "d7e0437d4b98c417c1a857624a4d2b5c8cb5aac7"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat May 17 15:06:49 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun May 18 00:17:36 2025 +0200"
      },
      "message": "Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.3\n\nBumps [org.apache.maven:maven-archiver](https://github.com/apache/maven-archiver) from 3.6.2 to 3.6.3.\n- [Release notes](https://github.com/apache/maven-archiver/releases)\n- [Commits](https://github.com/apache/maven-archiver/compare/maven-archiver-3.6.2...maven-archiver-3.6.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven:maven-archiver\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "d7e0437d4b98c417c1a857624a4d2b5c8cb5aac7",
      "tree": "1dfe7c69a4f22bd43a1444ddb398e67cbf0a8e30",
      "parents": [
        "29ee8c00545207ccb3ba193b7a63425db9900c0d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat May 17 15:07:08 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun May 18 00:17:03 2025 +0200"
      },
      "message": "Bump commons-io:commons-io from 2.16.1 to 2.18.0\n\nBumps commons-io:commons-io from 2.16.1 to 2.18.0.\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "29ee8c00545207ccb3ba193b7a63425db9900c0d",
      "tree": "312d3717b4b83e7a20de7ce4e6f77d16a6754f3a",
      "parents": [
        "0413ba461f6e1779c590eb4d92320129b3e87391"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat May 17 15:07:20 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun May 18 00:16:44 2025 +0200"
      },
      "message": "Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0\n\nBumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.9.2 to 4.10.0.\n- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)\n- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)\n- [Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.9.2...plexus-archiver-4.10.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-archiver\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "0413ba461f6e1779c590eb4d92320129b3e87391",
      "tree": "1fb7e79d1ef5646707162c9862df17df753f9ca5",
      "parents": [
        "6b644b975453d33f1091c44108d3b47e907db812"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri May 16 22:35:06 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat May 17 17:05:04 2025 +0200"
      },
      "message": "Bump org.apache.maven.shared:maven-filtering from 3.3.2 to 3.4.0\n\nBumps [org.apache.maven.shared:maven-filtering](https://github.com/apache/maven-filtering) from 3.3.2 to 3.4.0.\n- [Release notes](https://github.com/apache/maven-filtering/releases)\n- [Commits](https://github.com/apache/maven-filtering/compare/maven-filtering-3.3.2...maven-filtering-3.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.shared:maven-filtering\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "6b644b975453d33f1091c44108d3b47e907db812",
      "tree": "7760ed569c001dcf1c9d7036a7dbc7be4f7aecdf",
      "parents": [
        "a7bef39b8fe2f0dc53d88ad9e5683b3ba1167bd0"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@apache.org",
        "time": "Wed May 14 10:34:53 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 14 10:34:53 2025 +0200"
      },
      "message": "Re-enable notifications after issue migration"
    },
    {
      "commit": "a7bef39b8fe2f0dc53d88ad9e5683b3ba1167bd0",
      "tree": "aedf5384adef0b8f880a6413e4e9b179f70faf1d",
      "parents": [
        "0a93eff86b621212b582e3e2591fd02332ddf2d0"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@apache.org",
        "time": "Wed May 14 10:20:41 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 14 10:20:41 2025 +0200"
      },
      "message": "Prepare JIRA issue migration"
    },
    {
      "commit": "0a93eff86b621212b582e3e2591fd02332ddf2d0",
      "tree": "b9d6b2b545f4a51a28409c85d306d9dbf742b474",
      "parents": [
        "0dcced4bf9f654dc3aea5d8b376019443b935e9f"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Mon Apr 07 21:42:50 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 07 21:42:50 2025 +0200"
      },
      "message": "Enable GitHub issues\n\n"
    },
    {
      "commit": "0dcced4bf9f654dc3aea5d8b376019443b935e9f",
      "tree": "44ae6074aab1d692ef2e65126b17fc39bee53a14",
      "parents": [
        "6ccaf955a9dc35fedfb316f4c852567d284b89ed"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Feb 12 18:25:10 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 12 18:25:10 2025 +0100"
      },
      "message": "[MNGSITE-529] Rename \"Goals\" to \"Plugin Documentation\"\n\n"
    },
    {
      "commit": "6ccaf955a9dc35fedfb316f4c852567d284b89ed",
      "tree": "b177e63ce05286e0f69abe97bcf263a463b14c85",
      "parents": [
        "bbbe9ca6d29dee01c25d375f0dda4c2e150479c1"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Dec 23 20:22:58 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 23 20:22:58 2024 +0000"
      },
      "message": "Prefer Guice injection (#40)\n\n"
    },
    {
      "commit": "bbbe9ca6d29dee01c25d375f0dda4c2e150479c1",
      "tree": "1a1558f3e2a0610d6218787760142ac2b4493573",
      "parents": [
        "5f6bea3cccc418d6acf1ad272f78c32b77d404f0"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Dec 23 12:39:31 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 23 12:39:31 2024 +0000"
      },
      "message": "Remove unused file (#39)\n\n* Remove unused file"
    },
    {
      "commit": "5f6bea3cccc418d6acf1ad272f78c32b77d404f0",
      "tree": "8efb4b5216f5d5550b8b993253f477e5ef2d4f9d",
      "parents": [
        "3e3392799e49d43e66b7a7b42db394bc25b1a31a"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Aug 19 00:22:55 2024 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Aug 19 00:22:55 2024 +0200"
      },
      "message": "use new Reproducible Central badge endpoint\n"
    },
    {
      "commit": "3e3392799e49d43e66b7a7b42db394bc25b1a31a",
      "tree": "93d5d0195dce053ae5c46b7de0a2a6dea1c746d7",
      "parents": [
        "fb168fe3c9b6cf866eb207388ca886087fd13784"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri May 03 18:46:47 2024 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri May 03 19:31:21 2024 +0200"
      },
      "message": "[MEJB-137] Require Maven 3.6.3+\n"
    },
    {
      "commit": "fb168fe3c9b6cf866eb207388ca886087fd13784",
      "tree": "db7828b3847f11022b841f28a5292f769323f721",
      "parents": [
        "1f501e3e259d2353df6fb22081858eff4d5b0a10"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri May 03 18:54:22 2024 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri May 03 19:27:04 2024 +0200"
      },
      "message": "[MEJB-138] Update parent pom to 42 and dependencies\n"
    },
    {
      "commit": "1f501e3e259d2353df6fb22081858eff4d5b0a10",
      "tree": "2f075db34bacf727cf2ed53facc02c4c58291e86",
      "parents": [
        "885a1affa7ea4d7fbbac35526626ccff65095ced"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri May 03 16:43:40 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri May 03 18:44:05 2024 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared from 2 to 4\n\nBumps [apache/maven-gh-actions-shared](https://github.com/apache/maven-gh-actions-shared) from 2 to 4.\n- [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v2...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": "885a1affa7ea4d7fbbac35526626ccff65095ced",
      "tree": "51572186dcbb8cee15910d734d0f9f4506c98f40",
      "parents": [
        "ed51b2608f006d57fd434562a4d8296b5d6891c0"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri May 03 18:43:08 2024 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri May 03 18:43:08 2024 +0200"
      },
      "message": "Add Dependabot\n"
    },
    {
      "commit": "ed51b2608f006d57fd434562a4d8296b5d6891c0",
      "tree": "e5e9e39df0515548eada1893ae07c8e3313cbcbf",
      "parents": [
        "85680e5561d1c58e3316dbdcdb6e4b8bfb8d18bf"
      ],
      "author": {
        "name": "Tim te Beek",
        "email": "timtebeek@gmail.com",
        "time": "Tue Aug 29 12:49:51 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 29 11:49:51 2023 +0000"
      },
      "message": "[MNG-6847] Use diamond operator (#22)\n\nAs discussed on\r\n- https://github.com/apache/maven-scm/pull/184\r\n- https://issues.apache.org/jira/browse/MNG-6847\r\n\r\nReview requested of @elharo\r\n\r\nUse this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.staticanalysis.UseDiamondOperator?organizationId\u003dQXBhY2hlIE1hdmVu\r\n\r\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "85680e5561d1c58e3316dbdcdb6e4b8bfb8d18bf",
      "tree": "66442d387fa8b093ed922226c6e1f1060ccac024",
      "parents": [
        "4735acfb32033f7bf9ecc69fb57de4a066338c0f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Aug 15 18:09:21 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 15 18:09:21 2023 +0200"
      },
      "message": "[MEJB-136] Bump org.codehaus.plexus:plexus-archiver from 4.2.7 to 4.8.0 (#21)\n\n- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)\r\n- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)\r\n- [Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.2.7...plexus-archiver-4.8.0)\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": "4735acfb32033f7bf9ecc69fb57de4a066338c0f",
      "tree": "95bf3a512fa14e8c81100d3bfda65530d17ef25e",
      "parents": [
        "52178d251a794fd9c599a2fd900b81f81bf6ccd5"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 24 12:11:39 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 24 12:11:39 2023 +0200"
      },
      "message": "Auto-link MEJB Jira"
    },
    {
      "commit": "52178d251a794fd9c599a2fd900b81f81bf6ccd5",
      "tree": "fd69432ca390a7681fc12ffb6c21b7e8282318fc",
      "parents": [
        "472263056e1336b9456a93188c5a29099954a6f6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Apr 02 10:54:10 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Apr 02 10:54:10 2023 +0200"
      },
      "message": "[MEJB-135] Bump commons-io from 2.6 to 2.7 (#17)\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": "472263056e1336b9456a93188c5a29099954a6f6",
      "tree": "ec8ef475eb5db8a8d8862c5dcb98b62206eef42a",
      "parents": [
        "02ab63ed5027076a5dbffb9f088766b77865a09c"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Fri Mar 24 15:25:34 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 24 15:25:34 2023 -0400"
      },
      "message": "[MEJB-134] Update to parent POM 39 (#19)\n\nMEJB-134 update parent pom to 39"
    },
    {
      "commit": "02ab63ed5027076a5dbffb9f088766b77865a09c",
      "tree": "dece4cc3eb4a95805d8ed3d283943e2512853cdd",
      "parents": [
        "fbcc5b640eab67789101dab5446e9fa8401c17af"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Fri Mar 24 13:21:28 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 24 13:21:28 2023 -0400"
      },
      "message": "update plexus-utils (#20)\n\n"
    },
    {
      "commit": "fbcc5b640eab67789101dab5446e9fa8401c17af",
      "tree": "8cf6e2e17403b2cc2c34453bf17fb79f232bbe59",
      "parents": [
        "20a4cbff00fcc90fc4c8070bdff8b86fa265c435"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Nov 02 23:38:15 2022 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Nov 02 23:38:15 2022 +0100"
      },
      "message": "update Reproducible Builds badge link"
    },
    {
      "commit": "20a4cbff00fcc90fc4c8070bdff8b86fa265c435",
      "tree": "829676e3a3544636fd7a45adbc3ac6906a408062",
      "parents": [
        "fe7c7ba189ea7d472b0a8c0ab03f757beb35169f"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Aug 23 16:56:38 2022 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Aug 23 16:56:38 2022 +0200"
      },
      "message": "(doc) fix ci\n"
    },
    {
      "commit": "fe7c7ba189ea7d472b0a8c0ab03f757beb35169f",
      "tree": "f7ff2e7b3daf4083395742f388272c77765ac3f1",
      "parents": [
        "4b2ad1b8507db922b7f9a4a5f6eca8d92ad9a87b"
      ],
      "author": {
        "name": "Piotrek Żygieło",
        "email": "pzygielo@users.noreply.github.com",
        "time": "Tue Aug 02 18:47:49 2022 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "1983-01-06@gmx.net",
        "time": "Tue Aug 02 19:33:55 2022 +0200"
      },
      "message": "Fix site \"usage\" page\n"
    },
    {
      "commit": "4b2ad1b8507db922b7f9a4a5f6eca8d92ad9a87b",
      "tree": "04c253ef0258ba47f795b7881a771042248e16b3",
      "parents": [
        "a55e15f3ad6e3394af2b656a4dcfdf114dbe4b06"
      ],
      "author": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 20:55:30 2022 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 20:55:30 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "a55e15f3ad6e3394af2b656a4dcfdf114dbe4b06",
      "tree": "a04156c171ccc2aa90f71353b140af8517c74c92",
      "parents": [
        "44d4bc20bff510f523c9d5298b85a4e451bc9871"
      ],
      "author": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 20:55:21 2022 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 20:55:21 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-ejb-plugin-3.2.1\n"
    },
    {
      "commit": "44d4bc20bff510f523c9d5298b85a4e451bc9871",
      "tree": "35cd2237d512bad54a35a8d7fba76961dda2f0eb",
      "parents": [
        "9b5ddd5b40aab652791ddd6a918714d5a3752f0b"
      ],
      "author": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 20:54:43 2022 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 20:54:43 2022 +0200"
      },
      "message": "Upgrade Parent to 35"
    },
    {
      "commit": "9b5ddd5b40aab652791ddd6a918714d5a3752f0b",
      "tree": "c7af73fb08e2639e4406188cb21f8ec3146f549f",
      "parents": [
        "cd809c9393e28364e8fa4ec75994d6c05d44f491"
      ],
      "author": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 20:42:17 2022 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 20:42:17 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "cd809c9393e28364e8fa4ec75994d6c05d44f491",
      "tree": "8444cdf86634b6f816aa03ef0d38cd9044aa9d53",
      "parents": [
        "fdb287fa8d3f677d4cc23a89e2802cc78d5dd998"
      ],
      "author": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 20:42:08 2022 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 20:42:08 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-ejb-plugin-3.2.0\n"
    },
    {
      "commit": "fdb287fa8d3f677d4cc23a89e2802cc78d5dd998",
      "tree": "bff6f6658f94b54de0a9b1f58c3786f40c9d3dcc",
      "parents": [
        "a9989595406327579d2ade71607dae383ed2e188"
      ],
      "author": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 20:40:53 2022 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 20:40:53 2022 +0200"
      },
      "message": "[MEJB-133] Upgrade to Java 8"
    },
    {
      "commit": "a9989595406327579d2ade71607dae383ed2e188",
      "tree": "c2a15f7e71acceceb1c70dfd834378e95099218a",
      "parents": [
        "21f6215e234fcb0004400effda3c7052b507fdcb"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Wed Oct 13 13:11:30 2021 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Mon Apr 18 20:24:55 2022 +0200"
      },
      "message": "[MEJB-131] Upgrade Maven to 3.2.5\n\nSet proper scopes for maven bits and update dependencies.\n\nThis closes #16"
    },
    {
      "commit": "21f6215e234fcb0004400effda3c7052b507fdcb",
      "tree": "36dd41b6b1b3e237ff272922c81bbc170bffca88",
      "parents": [
        "86c91ec70508692d8f521d57c0c0986b44889590"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Jan 27 23:01:48 2022 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jan 27 23:01:48 2022 +0100"
      },
      "message": "Use shared GitHub Actions"
    },
    {
      "commit": "86c91ec70508692d8f521d57c0c0986b44889590",
      "tree": "8dcaf1b551b90079df55a846881b54e943fd1182",
      "parents": [
        "680aba2c7f5a18d38ab01f9f14601b19d989d889"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jul 25 11:45:25 2021 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jul 25 11:45:25 2021 +0200"
      },
      "message": "update CI url\n"
    },
    {
      "commit": "680aba2c7f5a18d38ab01f9f14601b19d989d889",
      "tree": "86d56349ebc216ebb5862c5a335775999fd8968d",
      "parents": [
        "59773cd78f3bffccc19a33db80be6ec95347c551",
        "e356d15f8a45ccac48336161bacef7ada19f639e"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Fri Jan 01 20:40:49 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jan 01 20:40:49 2021 +0000"
      },
      "message": "Merge pull request #15 from apache/archiver\n\nupdate plexus-archiver"
    },
    {
      "commit": "59773cd78f3bffccc19a33db80be6ec95347c551",
      "tree": "f5d5f31a0989a71941ea4dd1051b96fbb64ef6da",
      "parents": [
        "2918c3f4e7f7c982a32b45706ba5812c4116ab0b"
      ],
      "author": {
        "name": "Piotrek Żygieło",
        "email": "11896137+pzygielo@users.noreply.github.com",
        "time": "Wed Dec 30 22:35:11 2020 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 30 21:35:11 2020 +0000"
      },
      "message": "[MEJB-130] Accept ejbVersion 4.x (#11)\n\n* IT for EJB 4\r\n\r\n* Synchronize comment with code\r\n\r\n* Accept ejb version 4\r\n\r\n* Fix CS:LineLength\r\n\r\n* Extract ejb version validation method\r\n\r\n* UTs for ejbVersion validation\r\n\r\n* Remove IT\r\n\r\nCo-authored-by: Piotrek Żygieło \u003cpzygielo@users.noreply.github.com\u003e"
    },
    {
      "commit": "e356d15f8a45ccac48336161bacef7ada19f639e",
      "tree": "fe830f3e96da94cd7982a27163aed8da6a6fd254",
      "parents": [
        "2918c3f4e7f7c982a32b45706ba5812c4116ab0b"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Wed Dec 30 09:20:43 2020 -0500"
      },
      "committer": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Wed Dec 30 09:20:43 2020 -0500"
      },
      "message": "update plexus-archiver\n"
    },
    {
      "commit": "2918c3f4e7f7c982a32b45706ba5812c4116ab0b",
      "tree": "85c7d859fa474564f506a4a3a79d17793e7ad74f",
      "parents": [
        "d30f5ff666b4d918e564b77b8b45cf7c346c781e",
        "46d3518a6e95c204dac56f2558f731a1ae1db98e"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Dec 28 17:28:00 2020 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 28 17:28:00 2020 -0500"
      },
      "message": "Merge pull request #14 from apache/stub\n\nremove deprecation warnings by not stubbing value class"
    },
    {
      "commit": "d30f5ff666b4d918e564b77b8b45cf7c346c781e",
      "tree": "59a6129aec09281519353ee65a59587573ece7ee",
      "parents": [
        "63f0cb6569de83cfe6de26da755a29a9fc28cd5b",
        "15b518a3a1ba2f07e91ab5c71034a24ae28c03c5"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Dec 28 16:51:22 2020 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 28 16:51:22 2020 -0500"
      },
      "message": "Merge pull request #13 from apache/assertj\n\nremove dependency on AssertJ"
    },
    {
      "commit": "63f0cb6569de83cfe6de26da755a29a9fc28cd5b",
      "tree": "a6948ded76bb1580e9b2486c617072002c49bc53",
      "parents": [
        "98fba0984ef2af49a201496b438ff5ea0c7ff5d6",
        "1b215437190cfa48e35059ed5c523e73ff72fe34"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Dec 28 16:51:04 2020 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 28 16:51:04 2020 -0500"
      },
      "message": "Merge pull request #12 from apache/ignore\n\nignore versions backup files"
    },
    {
      "commit": "46d3518a6e95c204dac56f2558f731a1ae1db98e",
      "tree": "e4db1fa2ac7651681093ecbefca9ba484135e5f3",
      "parents": [
        "98fba0984ef2af49a201496b438ff5ea0c7ff5d6"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Mon Dec 28 10:46:42 2020 -0500"
      },
      "committer": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Mon Dec 28 10:46:42 2020 -0500"
      },
      "message": "remove deprecation warnings by not stubbing value class\n"
    },
    {
      "commit": "15b518a3a1ba2f07e91ab5c71034a24ae28c03c5",
      "tree": "b83cf45c7cded89d662f43c4360d7fe583e9a3fb",
      "parents": [
        "98fba0984ef2af49a201496b438ff5ea0c7ff5d6"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Mon Dec 28 10:36:18 2020 -0500"
      },
      "committer": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Mon Dec 28 10:36:18 2020 -0500"
      },
      "message": "remove dependency on AssertJ\n"
    },
    {
      "commit": "1b215437190cfa48e35059ed5c523e73ff72fe34",
      "tree": "a6948ded76bb1580e9b2486c617072002c49bc53",
      "parents": [
        "98fba0984ef2af49a201496b438ff5ea0c7ff5d6"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Mon Dec 28 10:24:24 2020 -0500"
      },
      "committer": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Mon Dec 28 10:24:24 2020 -0500"
      },
      "message": "ignore versiosn backup files\n"
    },
    {
      "commit": "98fba0984ef2af49a201496b438ff5ea0c7ff5d6",
      "tree": "c0114e748df7a5c18611bb1ebe59ea31296520aa",
      "parents": [
        "aac94e9eb9b4dae08d3391130e938979af13bf52"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Aug 29 10:26:30 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Aug 29 10:26:30 2020 +0200"
      },
      "message": "update ASF CI url\n"
    },
    {
      "commit": "aac94e9eb9b4dae08d3391130e938979af13bf52",
      "tree": "5368dc8c205ec8b6f259282ee71104095c2605f0",
      "parents": [
        "169852eb3ffb966dd8c135822c26a5abe14a0145"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Aug 28 09:40:03 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Aug 28 09:40:03 2020 +0200"
      },
      "message": "update ASF CI url\n"
    },
    {
      "commit": "169852eb3ffb966dd8c135822c26a5abe14a0145",
      "tree": "b1526ff6b65c5ef85299ad6efbbcb0c2f288cfc3",
      "parents": [
        "ad274e18c33809e3361768d25662f2499d5d0d20"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Aug 23 19:13:40 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Aug 23 19:13:40 2020 +0200"
      },
      "message": "add Reproducible Builds ok badge\n"
    }
  ],
  "next": "ad274e18c33809e3361768d25662f2499d5d0d20"
}
