)]}'
{
  "log": [
    {
      "commit": "b51b20a2964c33988d7f218f5c6b8e025e9d03dc",
      "tree": "4c79b2b1a11423354893c19cf8594f56ce91ccb0",
      "parents": [
        "e678c7329a4ebd3a4b2d8fb57af2a86187186de1"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:40:05 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 22:50:10 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": "e678c7329a4ebd3a4b2d8fb57af2a86187186de1",
      "tree": "afb74c0d8ea9858938da30d03ce4093ad575694e",
      "parents": [
        "a7c6f5b8dae6fd5b6cf4ca14f1f0cb2deb09b517"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:02:42 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:55:26 2026 +0200"
      },
      "message": "Remove the empty FAQ page\n\nsrc/site/fml/faq.fml has never held a single \u003cfaq\u003e entry since it was\nadded in 2021. It renders faq.html as nothing but the heading\n\"Frequently Asked Questions\", and it is the only faq.fml in the Maven\nestate that its own site.xml does not put in a menu, so the page is\nreachable only from the sentence in index.md.vm that this commit also\ndrops - archetype boilerplate that invites the reader to consult a FAQ\nthat does not exist.\n\nThis removes faq.html from the published site. That is a URL that will\nstart returning 404, which is worth stating plainly, but the page has no\ncontent to deep-link to and no menu entry pointing at it.\n\nVerified by building the site before and after: faq.html is the only\npage that disappears, the remaining 20 build clean, and no reference to\nit is left anywhere in the repository.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "a7c6f5b8dae6fd5b6cf4ca14f1f0cb2deb09b517",
      "tree": "bdeaef519c94c08944a401469b2d9fe1268c2db5",
      "parents": [
        "d1941fe7e985faa8ada1ff18ba5da6f2379b1712"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 09 15:30:44 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 09 16:44:41 2026 +0200"
      },
      "message": "Inherit the maven-invoker-plugin version from the parent\n\nThe local version.maven-invoker-plugin property pinned 3.9.1. That was a\nbump when it was added, but org.apache:apache:39 now manages 3.10.1, so\nthe property had quietly become a downgrade.\n\nIt is not only stale. maven-invoker-plugin 3.9.1 brings in Groovy 4.0.27,\nwhose bundled ASM cannot read JDK 26 class files, so every verify.groovy\npost-build hook dies with \"Unsupported class file major version 70\" while\nthe integration test\u0027s own build.log still reports success. 3.10.1 ships\nGroovy 4.0.31, which handles JDK 26.\n\nDrop the property rather than restate a version the parent already owns.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "d1941fe7e985faa8ada1ff18ba5da6f2379b1712",
      "tree": "b61eb5317fa0464999de51059d4c0d1bd5df7e4c",
      "parents": [
        "ea22f8e5198034e97e5154d6542474bb44dd7ae1"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Aug 05 23:38:38 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 09 12:36:23 2026 +0200"
      },
      "message": "Stop Velocity from swallowing the subsection headings\n\nA Markdown ATX heading below level one starts with ##, which Velocity reads\nas a line comment. In these *.md.vm pages every such heading is removed\nbefore Doxia sees the document, so the published page shows the text of each\nsection with no heading above it.\n\nLevel two headings now use a setext underline and deeper ones are wrapped in\nVelocity\u0027s unparsed block #[[ ... ]]#, both of which reach Doxia intact.\n\nVerified by building the site and checking the headings are present.\n"
    },
    {
      "commit": "ea22f8e5198034e97e5154d6542474bb44dd7ae1",
      "tree": "11ee41679a2e654afa22afb245cb622a7511146d",
      "parents": [
        "3975c5739fe2f818b1324f2dba02b288638a52dd"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Aug 04 22:05:10 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Aug 04 22:24:41 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": "3975c5739fe2f818b1324f2dba02b288638a52dd",
      "tree": "291838e4a441b2cbd92acc160840b2d9c9f2b52f",
      "parents": [
        "8c28f4f4e394c3fce04fac092b450a5d4322ea40"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 14:32:55 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Jul 18 09:17:26 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": "8c28f4f4e394c3fce04fac092b450a5d4322ea40",
      "tree": "8e75c9c7312c7e4b8c5e08b256f94f5194a46829",
      "parents": [
        "43afdcda3d7ac3e4c26c9ae7786a6d0883ab6b66"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 20:55:55 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 14 20:55:55 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml (#79)\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": "43afdcda3d7ac3e4c26c9ae7786a6d0883ab6b66",
      "tree": "364d6c299d2af85b3fda9180345164072869c3b3",
      "parents": [
        "d3d73239d92c777a94cc8f8b14219d62dd591d80"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 20:55:46 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 14 20:55:46 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml (#77)\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": "d3d73239d92c777a94cc8f8b14219d62dd591d80",
      "tree": "c71aeb8d6b10773bcaf0908f19ae6e14920c74d4",
      "parents": [
        "151b7e624c6ab9c561a2e7d90f9bef46fb712bfe"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 20:55:31 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 14 20:55:31 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml (#78)\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": "151b7e624c6ab9c561a2e7d90f9bef46fb712bfe",
      "tree": "6e8fbf283f9fdbae11146dc3c41a441c07e18dbf",
      "parents": [
        "ff311273939170d782293bdc6d202c0337c2dfeb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 29 17:20:26 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 29 17:20:26 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 48 to 49 (#75)\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": "ff311273939170d782293bdc6d202c0337c2dfeb",
      "tree": "75aedd7606b65165eb89e38ed64a90cd9bfe57a7",
      "parents": [
        "79f4654afa0a2f2c08b19ea0c171c314259af0b6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat May 16 22:36:13 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat May 16 22:36:13 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 47 to 48 (#73)\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": "79f4654afa0a2f2c08b19ea0c171c314259af0b6",
      "tree": "862458cbd7ed68a79af255b3c73aa3c0e58e1851",
      "parents": [
        "d9476b3631c19096305a343459c88b6dc9a8991c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jan 19 16:33:07 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jan 19 20:17:56 2026 +0100"
      },
      "message": "Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1\n\nBumps [org.codehaus.mojo:mrm-maven-plugin](https://github.com/mojohaus/mrm) from 1.7.0 to 1.7.1.\n- [Release notes](https://github.com/mojohaus/mrm/releases)\n- [Commits](https://github.com/mojohaus/mrm/compare/1.7.0...mrm-1.7.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.mojo:mrm-maven-plugin\n  dependency-version: 1.7.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": "d9476b3631c19096305a343459c88b6dc9a8991c",
      "tree": "6d24d634104f6a4dec6bd5961f2428e590f4c2f8",
      "parents": [
        "7215f7d10293f18e31df6bcf5212d7f7bf41de90"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jan 13 17:51:30 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 13 17:51:30 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 46 to 47 (#69)\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": "7215f7d10293f18e31df6bcf5212d7f7bf41de90",
      "tree": "1a3cc58c2f24d066fcb523471cca8ec02096532f",
      "parents": [
        "453fe8bd31dcae310f260f88bd387d83249fba30"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 07 18:08:19 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 07 18:08:19 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 45 to 46 (#68)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 45 to 46.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-plugins\n  dependency-version: \u002746\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "453fe8bd31dcae310f260f88bd387d83249fba30",
      "tree": "28dd295a21f93cb67b125984ea5890fb5886a7fa",
      "parents": [
        "359631008fe3585e707b5606d12556559c5cd183"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Dec 28 13:41:12 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 28 13:41:12 2025 +0000"
      },
      "message": "Rewrite description of Maven Scripting Plugin (#63)\n\n* Rewrite description of Maven Scripting Plugin\n\na little less awkward\n\n* Fix typo in goals overview section\n\n* Update issue tracker link and improve wording"
    },
    {
      "commit": "359631008fe3585e707b5606d12556559c5cd183",
      "tree": "8a657c49d41b0505877ee22a71f46e3d006eac7c",
      "parents": [
        "3eb9fa0ef766fc5a01669d85d6b0c946fafbadc9"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Dec 28 13:40:40 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 28 13:40:40 2025 +0000"
      },
      "message": "Fix Javadoc issues per Oracle conventions (#64)\n\n"
    },
    {
      "commit": "3eb9fa0ef766fc5a01669d85d6b0c946fafbadc9",
      "tree": "1f991bd6b00ea4f4ff3903ea238666d43d3c3c5a",
      "parents": [
        "b286d4a88b70c2aebbcdece2e05c7fabf0a27253"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Dec 22 01:29:31 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Dec 22 01:29:31 2025 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "b286d4a88b70c2aebbcdece2e05c7fabf0a27253",
      "tree": "53458056ac58b8f059acbbcc79da1665f456c20c",
      "parents": [
        "f2126e33493c75ce1431d1a21fe95602ac3bacf9"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Dec 22 01:29:24 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Dec 22 01:29:24 2025 +0100"
      },
      "message": "[maven-release-plugin] prepare release maven-scripting-plugin-3.1.0\n"
    },
    {
      "commit": "f2126e33493c75ce1431d1a21fe95602ac3bacf9",
      "tree": "fff175c2c92385b26cf5a2ce25342104e0912541",
      "parents": [
        "fd3bec01d17632d1fbf4f5a6ad2bdadcbbbec5c8"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Dec 22 01:23:59 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Dec 22 01:28:42 2025 +0100"
      },
      "message": "Migrate site descriptor to Doxia 2\n"
    },
    {
      "commit": "fd3bec01d17632d1fbf4f5a6ad2bdadcbbbec5c8",
      "tree": "b1b61e6d0365ebd33155323d5db119435c1e7def",
      "parents": [
        "3b64f73d842141d45cd44a4cc81cde0bd1761aad"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Dec 21 23:39:43 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 21 23:39:43 2025 +0100"
      },
      "message": "Bump Maven dependencies to 3.9.12 (#61)\n\n"
    },
    {
      "commit": "3b64f73d842141d45cd44a4cc81cde0bd1761aad",
      "tree": "3168264a87491eb25e745266e53c02598b5fcbe4",
      "parents": [
        "a43abd3281ab4ebf8f93d3e592e042d03c0b079a"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Dec 21 15:23:27 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 21 15:23:27 2025 +0100"
      },
      "message": "Cleanup tests (#60)\n\n\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "a43abd3281ab4ebf8f93d3e592e042d03c0b079a",
      "tree": "d2e979143b41c8de843a2737940d8fb5eb511049",
      "parents": [
        "054c7d294b0e9682e00d3cfa56dd06fcc2801a35"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Dec 20 22:39:33 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Dec 20 22:39:33 2025 +0100"
      },
      "message": "Sync dependabot\n"
    },
    {
      "commit": "054c7d294b0e9682e00d3cfa56dd06fcc2801a35",
      "tree": "35cd4d6fc31266f3ecaaff709193770e55c09fcc",
      "parents": [
        "020ec887d832366558ae9d6bc246bb5bbde8a0b0"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Nov 23 00:54:23 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Nov 25 02:20:29 2025 +0100"
      },
      "message": "Upgrade Maven to 3.9.11. Prerequisites still 3.6.3\n"
    },
    {
      "commit": "020ec887d832366558ae9d6bc246bb5bbde8a0b0",
      "tree": "67cf50413d86b276be3208fa88de45aa79758157",
      "parents": [
        "c83675e5824c62393f6d5f7aeb9fd2f269f3b3ec"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Nov 23 00:53:34 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Nov 25 02:20:29 2025 +0100"
      },
      "message": "Upgrade parent pom to 45\n"
    },
    {
      "commit": "c83675e5824c62393f6d5f7aeb9fd2f269f3b3ec",
      "tree": "6b9d84c61b80f2372bb0dee3b32f9f3b9d7c5e3d",
      "parents": [
        "1532c9ff7a3e352763487235ccc30897cfee4444"
      ],
      "author": {
        "name": "Sebastian Tiemann",
        "email": "setie@mailbox.org",
        "time": "Fri Aug 29 05:09:02 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 29 13:09:02 2025 +1000"
      },
      "message": "feat: enable prevent branch protection rules (#57)\n\n"
    },
    {
      "commit": "1532c9ff7a3e352763487235ccc30897cfee4444",
      "tree": "d7d9ca89f99ca71b097ba19284f87f563b744a88",
      "parents": [
        "792462cb6b963b98875eda7e4cc3b539de76fda2"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 22 04:34:26 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 22 21:39:41 2025 +0200"
      },
      "message": "Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0\n\nBumps [org.codehaus.mojo:mrm-maven-plugin](https://github.com/mojohaus/mrm) from 1.6.0 to 1.7.0.\n- [Release notes](https://github.com/mojohaus/mrm/releases)\n- [Commits](https://github.com/mojohaus/mrm/compare/1.6.0...1.7.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.mojo:mrm-maven-plugin\n  dependency-version: 1.7.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": "792462cb6b963b98875eda7e4cc3b539de76fda2",
      "tree": "9f5d438179d865e3d484e1e2f5d86aff65b7f029",
      "parents": [
        "5e9794d131f3aaa1e3e986ffb200481fdc2820f3"
      ],
      "author": {
        "name": "Ndacyayisenga-droid",
        "email": "ndacyayinoah@gmail.com",
        "time": "Thu Jul 17 11:34:59 2025 +0300"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 07 00:35:31 2025 +0300"
      },
      "message": "Add Apache 2.0 LICENSE file\n"
    },
    {
      "commit": "5e9794d131f3aaa1e3e986ffb200481fdc2820f3",
      "tree": "096fe8567c967664500dc8fd95c253d9e9199e10",
      "parents": [
        "95eacbc40230da746e95a1fdd54bce489752e2a5"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Wed Jul 02 11:19:00 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 02 11:19:00 2025 +0200"
      },
      "message": "Remove Jira Link (#54)\n\n"
    },
    {
      "commit": "95eacbc40230da746e95a1fdd54bce489752e2a5",
      "tree": "bfcfab541b2d521084ec595dfb66f406e1701616",
      "parents": [
        "6bf2d4e18bc1d43aa010dede91416a8ba2fe47e5"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Mon May 05 21:27:48 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 05 21:27:48 2025 +0200"
      },
      "message": "Enable Github Issues\n\n"
    },
    {
      "commit": "6bf2d4e18bc1d43aa010dede91416a8ba2fe47e5",
      "tree": "3579df14e66c362d65dc1e4a8ae635c73a790bee",
      "parents": [
        "b3c0635b12ba7250bfa2f4a705c68833d8cbb7ff"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Feb 12 17:36:17 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 12 17:36:17 2025 +0100"
      },
      "message": "[MNGSITE-529] Rename \"Goals\" to \"Plugin Documentation\"\n\n"
    },
    {
      "commit": "b3c0635b12ba7250bfa2f4a705c68833d8cbb7ff",
      "tree": "b3d9073fc7636ecb475a4394d69819038b23dabd",
      "parents": [
        "533f2e49b8c5899b914329834ea5102624e9ca9f"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Aug 19 01:21:02 2024 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Aug 19 01:21:02 2024 +0200"
      },
      "message": "use new Reproducible Central badge endpoint\n"
    },
    {
      "commit": "533f2e49b8c5899b914329834ea5102624e9ca9f",
      "tree": "f69dcb54484a866cada4be64d76f8cdde9da9c6b",
      "parents": [
        "c8ff5c518456b4801a6d0cfd5cfe1dcca2b784d4"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 10 12:35:05 2024 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 10 12:56:30 2024 +0200"
      },
      "message": "[MSCRIPTING-17] Upgrade org.apache.maven.plugins:maven-plugins to 43\n"
    },
    {
      "commit": "c8ff5c518456b4801a6d0cfd5cfe1dcca2b784d4",
      "tree": "9d95d63302ef338fb3320b27050f974ac7c83ea2",
      "parents": [
        "0d30fcd22371d1ab0617846676f071585a020e23"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue May 14 23:32:21 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 14 23:32:21 2024 +0200"
      },
      "message": "Delete .travis.yml"
    },
    {
      "commit": "0d30fcd22371d1ab0617846676f071585a020e23",
      "tree": "08233f119a9b160c21b48950aeaded6329192fd0",
      "parents": [
        "80e28d619607e6850e1b7edd7b1618962cd42a32"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Mar 05 07:04:11 2024 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 05 07:04:11 2024 -0500"
      },
      "message": "Bump apache/maven-gh-actions-shared from 3 to 4 (#28)\n\nBumps [apache/maven-gh-actions-shared](https://github.com/apache/maven-gh-actions-shared) from 3 to 4.\r\n- [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v3...v4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: apache/maven-gh-actions-shared\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": "80e28d619607e6850e1b7edd7b1618962cd42a32",
      "tree": "a37ae500a4d53d4d3d6c216d1e5392e9010d2e09",
      "parents": [
        "d8742f2e01c3ca4bf0efb875bfe3a4becc441391"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Mar 05 07:02:46 2024 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 05 07:02:46 2024 -0500"
      },
      "message": "Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#27)\n\nBumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2.\r\n- [Release notes](https://github.com/junit-team/junit5/releases)\r\n- [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.junit:junit-bom\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "d8742f2e01c3ca4bf0efb875bfe3a4becc441391",
      "tree": "f03033ade3bd3ce4602b90853c9679534e1b83fc",
      "parents": [
        "de221f283fdeca664f14c9986ff1474286021301"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@apache.org",
        "time": "Sun Mar 03 21:45:10 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Mar 03 21:45:10 2024 +0100"
      },
      "message": "[MSCRIPTING-9] Support java scripting (#25)\n\n* [MSCRIPTING-9] - basic java scripting support\r\n\r\n* [MSCRIPTING-9] Update README.md\r\n\r\nCo-authored-by: Benjamin Marwell \u003cbmarwell@gmail.com\u003e\r\n\r\n* [MSCRIPTING-9] Update src/main/java/org/apache/maven/plugins/scripting/engine/JavaEngine.java\r\n\r\nCo-authored-by: Benjamin Marwell \u003cbmarwell@gmail.com\u003e\r\n\r\n* [MSCRIPTING-9] Update src/main/java/org/apache/maven/plugins/scripting/engine/JavaEngine.java\r\n\r\nCo-authored-by: Benjamin Marwell \u003cbmarwell@gmail.com\u003e\r\n\r\n* [MSCRIPTING-9] fixing review comments\r\n\r\n* [MSCRIPTING-9] ensure to not leak resources using java engine\r\n\r\n* [MSCRIPTING-9] adding a word on java engine in jsr223-script-engines\r\n\r\n* [MSCRIPTING-9] convert to junit-jupiter\r\n\r\n* [MSCRIPTING-9] code style per review comments\r\n\r\n---------\r\n\r\nCo-authored-by: Romain Manni-Bucau \u003crmannibucau@gmail.com\u003e"
    },
    {
      "commit": "de221f283fdeca664f14c9986ff1474286021301",
      "tree": "d312ef1fd26d25734f8155883948220ae6285f40",
      "parents": [
        "1e4125b63f4006159a715642e655e26fa9ee2f6c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Mar 03 12:12:22 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Mar 03 12:12:22 2024 +0000"
      },
      "message": "Bump org.codehaus.mojo:mrm-maven-plugin from 1.3.0 to 1.6.0 (#19)\n\nBumps [org.codehaus.mojo:mrm-maven-plugin](https://github.com/mojohaus/mrm) from 1.3.0 to 1.6.0.\r\n- [Release notes](https://github.com/mojohaus/mrm/releases)\r\n- [Commits](https://github.com/mojohaus/mrm/compare/mrm-1.3.0...1.6.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.codehaus.mojo:mrm-maven-plugin\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "1e4125b63f4006159a715642e655e26fa9ee2f6c",
      "tree": "76a960d4e9c8f9245bf4a49a0997318c3240a460",
      "parents": [
        "e16c14d6171422f6f1ec6ecd1da6a89971fc8c23"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@apache.org",
        "time": "Sat Mar 02 23:33:01 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 02 23:33:01 2024 +0100"
      },
      "message": "[MSCRIPTING-13] remove unused dependencies (#24)\n\n"
    },
    {
      "commit": "e16c14d6171422f6f1ec6ecd1da6a89971fc8c23",
      "tree": "d005b3c6e44c4ed696e85c8ecfd489bb4fa3ab55",
      "parents": [
        "23e8177a4aea3692b1725565ff0a1c427b6a7cdb"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@apache.org",
        "time": "Sat Mar 02 23:20:00 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 02 23:20:00 2024 +0100"
      },
      "message": "(chore) configure dependabot (#18)\n\n"
    },
    {
      "commit": "23e8177a4aea3692b1725565ff0a1c427b6a7cdb",
      "tree": "0780d41d6fad877f5680aa4c17c82671b5b1e68c",
      "parents": [
        "3d3e30adb1bfaf3a9e7f796d9ed0736cfa93921d"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@apache.org",
        "time": "Sat Mar 02 23:15:22 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 02 23:15:22 2024 +0100"
      },
      "message": "(chore) fix release drafter (#17)\n\n"
    },
    {
      "commit": "3d3e30adb1bfaf3a9e7f796d9ed0736cfa93921d",
      "tree": "4e6206a42e9735360277cf816a7ef58c163700e8",
      "parents": [
        "f5030b930d2d59307bfc6dd1f6cffee1ca5a0870"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@apache.org",
        "time": "Sat Mar 02 23:11:15 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 02 23:11:15 2024 +0100"
      },
      "message": "(chore) bump to 3.1.0 (#16)\n\n"
    },
    {
      "commit": "f5030b930d2d59307bfc6dd1f6cffee1ca5a0870",
      "tree": "fa5527570ea442242fe0ef6c7d6777f6c9669dd5",
      "parents": [
        "fab200fe79b117602e0882a1973beca58f368a9e"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@apache.org",
        "time": "Sat Mar 02 23:11:02 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 02 23:11:02 2024 +0100"
      },
      "message": "[MSCRIPTING-16] Update parent to v41 (#15)\n\n"
    },
    {
      "commit": "fab200fe79b117602e0882a1973beca58f368a9e",
      "tree": "a8068fed1adbaa99f9ed488a1d0cbbb64f3ce4e1",
      "parents": [
        "7210b3bfd7e5eb29f8beef1deca267a4d12185b3"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@apache.org",
        "time": "Sat Mar 02 23:06:59 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 02 23:06:59 2024 +0100"
      },
      "message": "(chore) add common workflows (#14)\n\n"
    },
    {
      "commit": "7210b3bfd7e5eb29f8beef1deca267a4d12185b3",
      "tree": "a3c80f83a8000f6bbe36e4ee064f3ea3fda6fefe",
      "parents": [
        "8593d80da21a62a8094003c32714d80fc3ce7caf"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@apache.org",
        "time": "Sat Mar 02 22:52:29 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 02 22:52:29 2024 +0100"
      },
      "message": "[MSCRIPTING-15] require maven 3.6.3 (#11)\n\n"
    },
    {
      "commit": "8593d80da21a62a8094003c32714d80fc3ce7caf",
      "tree": "a69be0f267f6795ba3c3846978089b42ed0ed526",
      "parents": [
        "15fd4fc09ff77aecb81b5799996f42c8c1fb73ec"
      ],
      "author": {
        "name": "Benjamin Marwell",
        "email": "bmarwell@apache.org",
        "time": "Sat Mar 02 22:51:44 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 02 22:51:44 2024 +0100"
      },
      "message": "[MSCRIPTING-14] add requirements history (#10)\n\n"
    },
    {
      "commit": "15fd4fc09ff77aecb81b5799996f42c8c1fb73ec",
      "tree": "8b07a25580ce97d66bffe73852cf4ad857069b79",
      "parents": [
        "d2b6fdc22279ffb1557b48fc3b5998f2ebf1332d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Apr 12 10:39:21 2023 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Jun 30 21:20:44 2023 +0200"
      },
      "message": "Bump junit from 4.12 to 4.13.1\n\nBumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.\n- [Release notes](https://github.com/junit-team/junit4/releases)\n- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)\n- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)\n\n---\nupdated-dependencies:\n- dependency-name: junit:junit\n  dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "d2b6fdc22279ffb1557b48fc3b5998f2ebf1332d",
      "tree": "6dd0557e48ea7443641d94f75209609a5526c496",
      "parents": [
        "4985493f1d9fce6eb2816dc9640294e6d203befb"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 24 11:48:49 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 24 11:48:49 2023 +0200"
      },
      "message": "Auto-link MSCRIPTING Jira"
    },
    {
      "commit": "4985493f1d9fce6eb2816dc9640294e6d203befb",
      "tree": "2b1c510959e8816ab581813685330bee3999b836",
      "parents": [
        "6409b52df77e40548ddd683fdced422c42b5d628"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Apr 12 10:38:28 2023 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 12 10:38:28 2023 +0000"
      },
      "message": "update parent POM to 39 (#9)\n\n"
    },
    {
      "commit": "6409b52df77e40548ddd683fdced422c42b5d628",
      "tree": "ce50a10ba965959325f5f9a8174e7be91a773cd2",
      "parents": [
        "8f24d06c40cce4269266e57a08e926eccd5194e8"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Apr 09 16:54:07 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Apr 09 16:54:07 2023 +0200"
      },
      "message": "Disable merge button\n"
    },
    {
      "commit": "8f24d06c40cce4269266e57a08e926eccd5194e8",
      "tree": "8ad710ef08ba3eb14989a1c7d1612f4b86f6a729",
      "parents": [
        "571a3a9ea9b8514e09c73ca8660af38aace7cfc9",
        "62ed678893bac06a13dbe00e7a14f781662328ce"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Apr 09 10:19:55 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Apr 09 10:19:55 2023 -0400"
      },
      "message": "Merge pull request #6 from apache/dependabot/maven/org.apache.maven.shared-maven-shared-utils-3.3.3\n\nBump maven-shared-utils from 3.2.1 to 3.3.3"
    },
    {
      "commit": "571a3a9ea9b8514e09c73ca8660af38aace7cfc9",
      "tree": "a824eaff88cf0b3ba74e921086ded1873f324629",
      "parents": [
        "34e0a68aabc3920d60850ab1d6e72163f6fb8477"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Mar 11 17:03:01 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 11 17:03:01 2023 +0100"
      },
      "message": "Update Jenkinsfile to run default pieline"
    },
    {
      "commit": "34e0a68aabc3920d60850ab1d6e72163f6fb8477",
      "tree": "295a464ffd23d8c9c83c3d439e768bd30399ded8",
      "parents": [
        "028a9003433ade64782ab9c13ae5c679f003f3e3"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Nov 02 23:10:46 2022 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Nov 02 23:10:46 2022 +0100"
      },
      "message": "add Reproducible Builds badge"
    },
    {
      "commit": "62ed678893bac06a13dbe00e7a14f781662328ce",
      "tree": "56ee2966a490653c2492d56b6bce561a03c97a5a",
      "parents": [
        "028a9003433ade64782ab9c13ae5c679f003f3e3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu May 26 02:10:37 2022 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu May 26 02:10:37 2022 +0000"
      },
      "message": "Bump maven-shared-utils from 3.2.1 to 3.3.3\n\nBumps [maven-shared-utils](https://github.com/apache/maven-shared-utils) from 3.2.1 to 3.3.3.\n- [Release notes](https://github.com/apache/maven-shared-utils/releases)\n- [Commits](https://github.com/apache/maven-shared-utils/compare/maven-shared-utils-3.2.1...maven-shared-utils-3.3.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.shared:maven-shared-utils\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "028a9003433ade64782ab9c13ae5c679f003f3e3",
      "tree": "d0f08c8685673fcc5acd217944f8f81969323c23",
      "parents": [
        "314fd6e583bac689db4f650a253b51e5bb317a21"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Tue Dec 07 09:56:32 2021 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Tue Dec 07 09:56:32 2021 +0100"
      },
      "message": "[MSCRIPTING-8] Support scriptResource\n"
    },
    {
      "commit": "314fd6e583bac689db4f650a253b51e5bb317a21",
      "tree": "811d85ab4905e2560d70f7660f29672b5e66daed",
      "parents": [
        "02e462130d300ef04aba10d4d5cd01c217621fab"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Dec 06 21:20:35 2021 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Dec 06 21:20:35 2021 +0100"
      },
      "message": "[MSCRIPTING-6] add missing download page"
    },
    {
      "commit": "02e462130d300ef04aba10d4d5cd01c217621fab",
      "tree": "a98dd8002f8f2dffe7fc6d46b0b5ae144fc5c5d0",
      "parents": [
        "c8b9b7b4cb37fc05bd5147dd5c1cbc44c7131d1b"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Mon Dec 06 19:57:32 2021 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Mon Dec 06 19:57:32 2021 +0100"
      },
      "message": "[MSCRIPTING-5] Links on about page not working\n"
    },
    {
      "commit": "c8b9b7b4cb37fc05bd5147dd5c1cbc44c7131d1b",
      "tree": "c69fd7a37c250852b497d69eb966ef58344a0b2f",
      "parents": [
        "d5eb58547081769c3b332dc55d966a444b4ba423"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jul 25 14:40:52 2021 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jul 25 14:40:52 2021 +0200"
      },
      "message": "update CI url\n"
    },
    {
      "commit": "d5eb58547081769c3b332dc55d966a444b4ba423",
      "tree": "4709b439126724edf073b9fd0a0f003731350461",
      "parents": [
        "6b94d9d1a4aa0241f4d7d091108d6da1a7ee8e0d"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Tue Mar 02 08:26:51 2021 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Tue Mar 02 08:27:27 2021 +0100"
      },
      "message": "Add download page\n"
    },
    {
      "commit": "6b94d9d1a4aa0241f4d7d091108d6da1a7ee8e0d",
      "tree": "b99ddddea1169dc511da4ecac459c98e699a4727",
      "parents": [
        "46fc61c4f2ad144d2dec8ce4674fe8a0f240dd33"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Feb 26 08:51:57 2021 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Feb 26 08:51:57 2021 +0100"
      },
      "message": "add indentation"
    },
    {
      "commit": "46fc61c4f2ad144d2dec8ce4674fe8a0f240dd33",
      "tree": "843cb8dafd306bb69582774931447fbebb810770",
      "parents": [
        "6d667b75fdb142ecebad77def54bbda696e59f33"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Wed Feb 24 20:52:27 2021 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Wed Feb 24 20:52:27 2021 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "6d667b75fdb142ecebad77def54bbda696e59f33",
      "tree": "cb9afaab1d4589841004195627fbaf48f8dc250d",
      "parents": [
        "a76fdb41c8d6b186abbc46143e8fca0af7345035"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Wed Feb 24 20:52:09 2021 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Wed Feb 24 20:52:09 2021 +0100"
      },
      "message": "[maven-release-plugin] prepare release maven-scripting-plugin-3.0.0\n"
    },
    {
      "commit": "a76fdb41c8d6b186abbc46143e8fca0af7345035",
      "tree": "f7dcc832e244efa7be822d44f5e1f6ab0ebcab5e",
      "parents": [
        "9b5dc33852938fc06d9d2977596a55834ca48ad0"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Sun Feb 07 15:08:19 2021 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Sun Feb 07 15:08:19 2021 +0100"
      },
      "message": "Add documentation\n"
    },
    {
      "commit": "9b5dc33852938fc06d9d2977596a55834ca48ad0",
      "tree": "a12c86ce2293577a5bc2dc92c888b37a3ebe2807",
      "parents": [
        "6cb75d31e3713ad316cc6c1bd62308725614dcff"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Sat Feb 06 12:47:11 2021 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Sat Feb 06 12:47:11 2021 +0100"
      },
      "message": "Refactor code, using more the terms of JSR223\n"
    },
    {
      "commit": "6cb75d31e3713ad316cc6c1bd62308725614dcff",
      "tree": "c2f784ccce27b6a7779265b494a0431169aeb402",
      "parents": [
        "571848688ecd50dba11ea7cfb11aa70e6e59674b"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Feb 05 16:15:51 2021 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Feb 05 16:15:51 2021 +0100"
      },
      "message": "Require Java 8\n"
    },
    {
      "commit": "571848688ecd50dba11ea7cfb11aa70e6e59674b",
      "tree": "00ef3aa545cd5ca68c28e4088829160e75e77836",
      "parents": [
        "fd6e84f1f47f100195fc7366fa5acc1a271c1f6a"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Aug 29 13:39:39 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Aug 29 13:39:39 2020 +0200"
      },
      "message": "update ASF CI url\n"
    },
    {
      "commit": "fd6e84f1f47f100195fc7366fa5acc1a271c1f6a",
      "tree": "b135ec286e98829cbf7a410e2f6674eb68d3c964",
      "parents": [
        "d56340194f244a5e05e9ddfae3d3ba0acabb12af"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Aug 28 11:37:52 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Aug 28 11:37:52 2020 +0200"
      },
      "message": "update ASF CI url\n"
    },
    {
      "commit": "d56340194f244a5e05e9ddfae3d3ba0acabb12af",
      "tree": "f15898136e3243c6b6fe7d1f7cb3aee2c51a1caf",
      "parents": [
        "5c587c11767d610164d57522f961907a3cc72458"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 13 22:24:52 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 13 22:24:52 2020 +0200"
      },
      "message": "README improvement\n"
    },
    {
      "commit": "5c587c11767d610164d57522f961907a3cc72458",
      "tree": "50a391fb8aa4cff06c79eb81a3a8556a853cec45",
      "parents": [
        "d47a51615d997b0d99c5f5b350e558e4b9abc708"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 13 11:05:48 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 13 11:05:48 2020 +0200"
      },
      "message": "added README\n"
    },
    {
      "commit": "d47a51615d997b0d99c5f5b350e558e4b9abc708",
      "tree": "e5bf402a017a06054e3e955092274a9bc4f8d56c",
      "parents": [
        "b20e1c3dc647ddc3e522f286cc6252321509dd96"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Apr 08 20:06:56 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Apr 08 20:06:56 2020 +0200"
      },
      "message": "[MSCRIPTING-4] make build Reproducible\n"
    },
    {
      "commit": "b20e1c3dc647ddc3e522f286cc6252321509dd96",
      "tree": "46d316d7a9e3237b725799226b688d51f4b39afc",
      "parents": [
        "607f9bb24f6a12f2eea54ca4300d3f660c5aad8f"
      ],
      "author": {
        "name": "Rusi Popov",
        "email": "popovr@mdatools.net",
        "time": "Sat Jan 26 12:49:10 2019 +0200"
      },
      "committer": {
        "name": "Enrico Olivelli",
        "email": "eolivelli@apache.prg",
        "time": "Thu Mar 07 16:27:40 2019 +0100"
      },
      "message": "MSCRIPTNG-1 Allow scripting in files\n"
    },
    {
      "commit": "607f9bb24f6a12f2eea54ca4300d3f660c5aad8f",
      "tree": "b1cdc0d2a9cf1fb93a776f4e1eb86f27b7396367",
      "parents": [
        "5e6fa19c83c3b9efd7a90fb9d9ce7bc2061f6a92"
      ],
      "author": {
        "name": "Enrico Olivelli",
        "email": "eolivelli@apache.prg",
        "time": "Thu Mar 07 14:14:59 2019 +0100"
      },
      "committer": {
        "name": "Enrico Olivelli",
        "email": "eolivelli@apache.prg",
        "time": "Thu Mar 07 14:39:33 2019 +0100"
      },
      "message": "MSCRIPTING-2 Update parent to 33 and maven-shared-utils to 3.2.1\n"
    },
    {
      "commit": "5e6fa19c83c3b9efd7a90fb9d9ce7bc2061f6a92",
      "tree": "87a0e25451885a5e0eee255974699b2d1344c5a0",
      "parents": [
        "bdbe55dfe0da0ee069d8aed7d42abc3eb162160a"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Mon Feb 11 23:14:28 2019 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Mon Feb 11 23:14:28 2019 +0100"
      },
      "message": "Plugins should use asfMavenTlpPlgnBuild()\n"
    },
    {
      "commit": "bdbe55dfe0da0ee069d8aed7d42abc3eb162160a",
      "tree": "1066c4368a02254a2e614bf18d5752ed799d57d4",
      "parents": [
        "25081ddbfa1cab5d0dbd97670fbbe6c726179ae8"
      ],
      "author": {
        "name": "Enrico Olivelli",
        "email": "eolivelli@apache.org",
        "time": "Fri Jan 04 19:26:23 2019 +0100"
      },
      "committer": {
        "name": "Enrico Olivelli",
        "email": "eolivelli@apache.org",
        "time": "Fri Jan 04 19:26:23 2019 +0100"
      },
      "message": "Add GitHub PR instructions\n"
    },
    {
      "commit": "25081ddbfa1cab5d0dbd97670fbbe6c726179ae8",
      "tree": "63c12e4ae87cb676fa589cfad25c427a5f3ce5d1",
      "parents": [
        "ae67d5e41279ea332b10a9cc74625fb3b192e30d"
      ],
      "author": {
        "name": "Enrico Olivelli",
        "email": "eolivelli@apache.org",
        "time": "Fri Jan 04 14:21:31 2019 +0100"
      },
      "committer": {
        "name": "Enrico Olivelli",
        "email": "eolivelli@apache.org",
        "time": "Fri Jan 04 14:21:31 2019 +0100"
      },
      "message": "Add test Travis-CI configuration file\n"
    },
    {
      "commit": "ae67d5e41279ea332b10a9cc74625fb3b192e30d",
      "tree": "75a00da7c90deb92d4c4c996531046962fb19d43",
      "parents": [
        "ff07a8b02e7d945c71fe4c8bac7e4ccb82639b7c"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Jun 19 00:02:20 2018 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Jun 19 00:02:20 2018 +0200"
      },
      "message": "[INFRA-16467] move components documentation out of CMS space\n"
    },
    {
      "commit": "ff07a8b02e7d945c71fe4c8bac7e4ccb82639b7c",
      "tree": "223a56ee07766671eb96667aa4363fd97f728d51",
      "parents": [
        "e8d34ffa88d96ba79ce38ad910c0e4387eb40c91"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Tue Feb 13 20:24:20 2018 +0100"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Tue Feb 13 20:24:20 2018 +0100"
      },
      "message": "Upgrade parent to 31\n"
    },
    {
      "commit": "e8d34ffa88d96ba79ce38ad910c0e4387eb40c91",
      "tree": "5fbaa6d0fa1913c1af1a6996e23a01d3cbc74402",
      "parents": [
        "e81cfb097d4654bf20f0220fb246c34036441aff"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Dec 09 19:31:11 2017 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Dec 09 19:31:11 2017 +0100"
      },
      "message": "moved to git\n"
    },
    {
      "commit": "e81cfb097d4654bf20f0220fb246c34036441aff",
      "tree": "8102241798b22d80c66873987c0803b607494540",
      "parents": [
        "adecb82a78a5899b9162b55d8eb6b4a3943af209"
      ],
      "author": {
        "name": "Christian Schulte",
        "email": "schulte@apache.org",
        "time": "Sun Dec 18 03:37:05 2016 +0000"
      },
      "committer": {
        "name": "Christian Schulte",
        "email": "schulte@apache.org",
        "time": "Sun Dec 18 03:37:05 2016 +0000"
      },
      "message": "o Reverted last commit to reset to release version parent\u0027s.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1774844 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "adecb82a78a5899b9162b55d8eb6b4a3943af209",
      "tree": "36c7413ad4886c0490a353ba5be64f8ae58762f7",
      "parents": [
        "e411e95dd47e4235b415fdf550535d97023607d2"
      ],
      "author": {
        "name": "Christian Schulte",
        "email": "schulte@apache.org",
        "time": "Sun Dec 18 00:49:25 2016 +0000"
      },
      "committer": {
        "name": "Christian Schulte",
        "email": "schulte@apache.org",
        "time": "Sun Dec 18 00:49:25 2016 +0000"
      },
      "message": "o Updated to latest parent SNAPSHOT.\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1774838 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e411e95dd47e4235b415fdf550535d97023607d2",
      "tree": "8102241798b22d80c66873987c0803b607494540",
      "parents": [],
      "author": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Sun Nov 20 13:08:33 2016 +0000"
      },
      "committer": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Sun Nov 20 13:08:33 2016 +0000"
      },
      "message": "Initial commit maven-scipting-plugin, a jsr223 wrapping maven plugin.\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1770555 13f79535-47bb-0310-9956-ffa450edef68\n"
    }
  ]
}
