)]}'
{
  "log": [
    {
      "commit": "7ffd1cd4e14b7c5cfaaefea70057d5eb4bc4e4f1",
      "tree": "7139e231a63c2c9feeb887ce6a29f29034eb873b",
      "parents": [
        "104e50a7dbb5a5b038b9f6c1b208c50ee5249914"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 23 13:06:14 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 24 22:00:47 2026 +0200"
      },
      "message": "Add followSymlinks to follow links when jarring sources\n\nA symlink under a source root was archived as a link, so the sources jar\ncarried an entry pointing outside itself and the linked file was absent\n(plexus-archiver#160). The new parameter defaults to false, keeping that\nbehaviour for anyone relying on it.\n\nNeeds plexus-archiver 4.14.0 for FileSet.isFollowingSymLinks().\n"
    },
    {
      "commit": "104e50a7dbb5a5b038b9f6c1b208c50ee5249914",
      "tree": "b5f37c7d2e501ea262bd73773f958354d5a2f876",
      "parents": [
        "cc8be0419427549bd2f8ff134de5e17a6cbfc52f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 24 06:03:35 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 24 13:24:55 2026 +0200"
      },
      "message": "Bump org.codehaus.plexus:plexus-archiver from 4.12.0 to 4.13.0\n\nBumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.12.0 to 4.13.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.12.0...plexus-archiver-4.13.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.plexus:plexus-archiver\n  dependency-version: 4.13.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": "cc8be0419427549bd2f8ff134de5e17a6cbfc52f",
      "tree": "59667db0b0ee68a4c3380cd8d7687bac1e0e7c25",
      "parents": [
        "8109764cf9f3b3a3e3148a5c2a8292a2528f02aa"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Aug 19 05:29:01 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 19 05:29:01 2026 +0200"
      },
      "message": "Bump com.google.guava:guava from 33.6.0-jre to 33.7.1-jre (#326)\n\nBumps [com.google.guava:guava](https://github.com/google/guava) from 33.6.0-jre to 33.7.1-jre.\n- [Release notes](https://github.com/google/guava/releases)\n- [Commits](https://github.com/google/guava/commits)\n\n---\nupdated-dependencies:\n- dependency-name: com.google.guava:guava\n  dependency-version: 33.7.1-jre\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": "8109764cf9f3b3a3e3148a5c2a8292a2528f02aa",
      "tree": "866f0fe3f49de8ebf7bc826f663d0d8bdcd7564d",
      "parents": [
        "1a53bce8ad160b08d8d08f31e2df584201d8a770"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:40:12 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:35:04 2026 +0200"
      },
      "message": "Convert the FAQ from FML to Markdown\n\ndoxia-converter cannot target FML usefully - the questions come out as\nlink-reference syntax rather than headings, the [top] back-links become\nlinks to a nonexistent \u0027top\u0027 page, and the contents links lose their #\nanchors. The page is written out by hand instead.\n\nExplicit \u003ca name\u003e anchors keep the existing deep links working. All 1\nstill resolve. Where an id was not a valid XML name, Doxia rewrote it at\nrender time via DoxiaUtils.encodeId; the anchors written here reproduce\nthat rendered form, not the raw attribute.\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, the \u003chead\u003e is byte-identical, and every\nlink target on the page is unchanged.\n\nsite.xml needs no edit: src/site/fml/faq.fml and\nsrc/site/markdown/faq.md both render to faq.html.\n\nFML generates a [top] back-link after each answer; those are dropped\nrather than hand-written, which is the only rendering loss.\n\nThe anchors are written \u003ca id\u003e rather than \u003ca name\u003e: maven-site-plugin\n3.21.0 silently drops a name attribute from inline HTML, leaving the\nbuild green and every deep link broken. The id form works on every\nversion and is the correct HTML5 spelling.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "1a53bce8ad160b08d8d08f31e2df584201d8a770",
      "tree": "f787ef8a4340e7c36cb139b702688997c8d2f706",
      "parents": [
        "7f72e342742a7f4c0f478f2aef6d210c2e794d1d"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:37:20 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:35:04 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": "7f72e342742a7f4c0f478f2aef6d210c2e794d1d",
      "tree": "ed3b61754ee8a7f9f5146d025f5aac1b6912af26",
      "parents": [
        "59144ca64feefd4397eab041232ff82cb85222b1"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 11:41:09 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 15:50:26 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": "59144ca64feefd4397eab041232ff82cb85222b1",
      "tree": "f3bcf738a20525c0d103baafeed6b64a2f15469c",
      "parents": [
        "444a2315961bb01f5c1df468c42b107a3fceeb9d"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Fri Aug 07 09:15:33 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 07 09:15:33 2026 +0200"
      },
      "message": "Update maven to 4.0.0-rc-6 (#268)\n\n* chore: update maven to 4.0.0-rc-5\n\n- update deps\n- related to issue #249\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e\n\n* chore: update maven to 4.0.0-rc-5\n\n- update plugin api\n- update plugin test tool\n- related to issue #249\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e\n\n* chore: update maven to 4.0.0-rc-5\n\n- fix compiler error\n- commented resource logic part\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e\n\n* chore: update maven to 4.0.0-rc-5\n\n- add replacment for resource logic\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e\n\n* chore: update maven to 4.0.0-rc-5\n\n- add replacment for resource logic\n- adjust mocks for tests\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e\n\n* Potential fix for pull request finding\n\nCo-authored-by: Copilot Autofix powered by AI \u003c175728472+Copilot@users.noreply.github.com\u003e\n\n* chore: update maven to 4.0.0-rc-6\n\n- fix tests relplace regex matches by calling contain method\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e\n\n* Build against Maven 4.0.0-rc-6\n\nThe plugin still compiled against the 4.0.0-beta-3 API jars, but every\nmojo blew up at runtime on rc-6 with\n\n  NoSuchMethodError: ProjectManager.getCompileSourceRoots(Project, ProjectScope)\n\nDependencies:\n  org.apache.maven:maven-api-meta                        -\u003e org.apache.maven:maven-api-annotations\n  org.apache.maven:maven-archiver                        -\u003e org.apache.maven.shared:maven-archiver (4.0.0-beta-5)\n  o.a.m.plugin-testing:maven-plugin-testing-harness      -\u003e org.apache.maven:maven-testing\n  org.apache.maven:maven-api-impl (test)                 -\u003e covered by maven-testing\n  org.apache.maven:maven-core (test)                     -\u003e covered by maven-testing\n  com.google.inject:guice (test)                         -\u003e dropped, comes in via maven-testing\n  org.apache.maven:maven-impl (test)                     -\u003e added, tests use DefaultSourceRoot\n\nAPI mapping, old -\u003e new:\n  ProjectManager.getCompileSourceRoots(p, scope)\n      -\u003e getEnabledSourceRoots(p, scope, Language.JAVA_FAMILY).map(SourceRoot::directory)\n  ProjectManager.getResources(p, scope)\n      -\u003e getEnabledSourceRoots(p, scope, Language.RESOURCES)\n  org.apache.maven.api.model.Resource (as the getResources() abstraction type)\n      -\u003e org.apache.maven.api.SourceRoot\n         getDirectory()  -\u003e directory()      (already a Path, no Paths.get needed)\n         getIncludes()   -\u003e includes()\n         getExcludes()   -\u003e excludes()\n         getTargetPath() -\u003e targetPath()     (Optional\u003cPath\u003e)\n  Project.getBuild().getResources(), used to locate maven-shared-archive-resources\n      -\u003e getEnabledSourceRoots(project, MAIN, Language.RESOURCES).map(SourceRoot::directory)\n         The model getter is deprecated on rc-6 and would miss roots registered at\n         runtime by maven-remote-resources-plugin; the ProjectManager view is a\n         superset of it.\n  ProjectManager.attachArtifact(Project, Artifact, Path) now takes a ProducedArtifact\n      -\u003e Session.createArtifact(...) -\u003e Session.createProducedArtifact(...)\n  org.apache.maven.archiver.*       -\u003e org.apache.maven.shared.archiver.*\n  org.apache.maven.internal.impl.InternalSession  -\u003e org.apache.maven.impl.InternalSession\n  org.apache.maven.api.plugin.testing.*           -\u003e org.apache.maven.testing.plugin.*\n         The old annotations still exist as shims but MojoExtension no longer honours\n         them, so @Basedir/@MojoParameter were silently ignored.\n\nWhich files end up in the sources jar is unchanged: the resource includes,\nexcludes and targetPath are read off SourceRoot instead of the model Resource,\nand excludeResources still short-circuits to an empty list.\n\nThe mock ProjectManager in the mojo tests now answers getEnabledSourceRoots and\nfalls back to src/main/java resp. src/test/java, because rc-6 no longer puts a\ndefault \u003csourceDirectory\u003e in the model.\n\nsrc/site/site.xml: dropped the \u003cskin\u003e workaround, redundant from rc-5 on as its\nown comment says.\n\nCo-Authored-By: Claude Opus 5 (1M context) \u003cnoreply@anthropic.com\u003e\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e\n\n---------\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e\nCo-authored-by: Copilot Autofix powered by AI \u003c175728472+Copilot@users.noreply.github.com\u003e\nCo-authored-by: Sylwester Lachiewicz \u003cslachiewicz@apache.org\u003e\nCo-authored-by: Claude Opus 5 (1M context) \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "444a2315961bb01f5c1df468c42b107a3fceeb9d",
      "tree": "3cce2a92381920827d2342f1467d768dfeddd8ef",
      "parents": [
        "753cc47543d768b822c4bd6f57443d1b0df98fb7"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:53:02 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 19:00:48 2026 +0200"
      },
      "message": "Port the site documentation from APT to Markdown\n\n4 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": "753cc47543d768b822c4bd6f57443d1b0df98fb7",
      "tree": "d39cde1d0074cc3ef888d9cc3ae68a488763ff93",
      "parents": [
        "ad1ccd894cea9a3b8910ea6b2a2a90a43f5b1f45"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:53:02 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 19:00:48 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": "ad1ccd894cea9a3b8910ea6b2a2a90a43f5b1f45",
      "tree": "acbc615535d58c4137848066c07f36bb66dc2c97",
      "parents": [
        "65cc352f2a1b6276b5424dfe10530c6993df6159"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Aug 05 16:29:39 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 05 16:29:39 2026 +0200"
      },
      "message": "Align PR template (master) (#314)"
    },
    {
      "commit": "65cc352f2a1b6276b5424dfe10530c6993df6159",
      "tree": "569a4341253714588f9e0e90d12538d87a46582d",
      "parents": [
        "8510aba5b991d248fcd7610d529f34338654f62a"
      ],
      "author": {
        "name": "Abhinav",
        "email": "abhinaaavvv07187@gmail.com",
        "time": "Wed Aug 05 16:56:47 2026 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 05 11:26:47 2026 +0000"
      },
      "message": "Assert the source archive itself is absent in testNoSources (#318)\n\nBoth testNoSources cases asserted that getTestTargetDir(\"project-005\")\ndoes not exist. That helper returns the project\u0027s target directory, not\nthe artifact, so the assertion does not actually check what its message\nclaims - and it is tied to whether a directory happens to be present\nrather than to whether the mojo produced an archive.\n\nAssert the specific jar instead, reusing the existing getSourceArchive\nand getTestSourceArchive helpers so each test checks the same artifact\npath its positive counterpart asserts.\n\nFixes #308"
    },
    {
      "commit": "8510aba5b991d248fcd7610d529f34338654f62a",
      "tree": "887a4127984e67186050f89016a1c5f84d5e05a6",
      "parents": [
        "e2e9dc934602519b7e008503dc64b89d5e2cafff"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jul 31 23:08:44 2026 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jul 31 23:08:44 2026 +0200"
      },
      "message": "Remove unused release-drafter configuration\n"
    },
    {
      "commit": "e2e9dc934602519b7e008503dc64b89d5e2cafff",
      "tree": "dbb60300f25d98747d012cfee43987b3b467e58a",
      "parents": [
        "557fedcab50c1c97fb21121d427346ebed2c3ffd"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jul 31 16:43:20 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jul 31 20:21:40 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml\n\nBumps [apache/maven-gh-actions-shared/.github/workflows/stale.yml](https://github.com/apache/maven-gh-actions-shared) from 4 to 5.\n- [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: apache/maven-gh-actions-shared/.github/workflows/stale.yml\n  dependency-version: \u00275\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "557fedcab50c1c97fb21121d427346ebed2c3ffd",
      "tree": "8022d32fed5b0e3e62a934f1c5cc35ca58350427",
      "parents": [
        "42bbf2426b3bdd1e558c1ed6e44196623aa81061"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 21 17:06:19 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jul 31 18:43:24 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": "42bbf2426b3bdd1e558c1ed6e44196623aa81061",
      "tree": "5bf0a2c0903c66b5c09d1c3e6fca3c263132b6c8",
      "parents": [
        "debea78de84ebda0024eb3d739119c2b5fa1ed5e"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu Jul 30 11:01:40 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 30 11:01:40 2026 +0000"
      },
      "message": "Typo fixes (#254)"
    },
    {
      "commit": "debea78de84ebda0024eb3d739119c2b5fa1ed5e",
      "tree": "5bf0a2c0903c66b5c09d1c3e6fca3c263132b6c8",
      "parents": [
        "eee86294a70a285b9c26ee857379de4b95369622"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 22 16:08:13 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 22 16:08:13 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml (#299)\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": "eee86294a70a285b9c26ee857379de4b95369622",
      "tree": "39f7c4b08fbe548b6b3bd9123f7aab59eac397ba",
      "parents": [
        "6a04c704a925ba77a8fd5a8ed40025ffb7d9c6ee"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Jul 22 13:52:05 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 22 13:52:05 2026 +0000"
      },
      "message": "Remove unused private method (#257)"
    },
    {
      "commit": "6a04c704a925ba77a8fd5a8ed40025ffb7d9c6ee",
      "tree": "10a31709ae8375d1ab078173320ad4db82b7acee",
      "parents": [
        "95d85a13abbb6fc9f932f7e951b6e3dd7e4f3c69"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Jul 22 13:51:49 2026 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 22 13:51:49 2026 +0000"
      },
      "message": "Fix typos (#258)"
    },
    {
      "commit": "95d85a13abbb6fc9f932f7e951b6e3dd7e4f3c69",
      "tree": "77c6c9fcd21b0972882876861f25286d003bbc57",
      "parents": [
        "a4ab00e48e9e0bf177859c17105698c3e0cf7240"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 21 17:04:46 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jul 21 19:14:40 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml\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"
    },
    {
      "commit": "a4ab00e48e9e0bf177859c17105698c3e0cf7240",
      "tree": "3d0b9e6dcaa18b33df30f8da44bcdff7ce0864bd",
      "parents": [
        "dfbd9256b9ed62547e9999c37ab62fbbffce07d9"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jul 21 18:20:10 2026 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jul 21 18:31:28 2026 +0200"
      },
      "message": "Temporally disable Jenkins build\n"
    },
    {
      "commit": "dfbd9256b9ed62547e9999c37ab62fbbffce07d9",
      "tree": "066b645fe358d67cc993ba7ea1b23611610c5f06",
      "parents": [
        "98470ba48992113c5310a3f4b16f99505668287a"
      ],
      "author": {
        "name": "Gerd Aschemann",
        "email": "ascheman@apache.org",
        "time": "Tue Jul 21 16:51:06 2026 +0200"
      },
      "committer": {
        "name": "Gerd Aschemann",
        "email": "github@aschemann.net",
        "time": "Tue Jul 21 16:59:30 2026 +0200"
      },
      "message": "Fix \u0027skin cannot be null\u0027 by declaring the fluido skin (beta-3 workaround)\n\nThe site 2.0.0 descriptor no longer defaults a skin, so maven-site-plugin\n3.22.0 fails the site build with \u0027skin cannot be null\u0027, which currently\nblocks the whole repo\u0027s CI.\n\nThis is really a Maven 4.0.0-beta-3 core issue: beta-3 doesn\u0027t resolve the\nparent site descriptor, so the skin declared in the Maven parent isn\u0027t\ninherited. Parent resolution works again on 4.0.0-rc-5+, where this \u003cskin\u003e\nbecomes redundant. Declare it explicitly to unblock CI on beta-3; a comment\nin site.xml documents that it should be dropped once the build moves off\nbeta-3.\n\nAddresses review feedback from @slawekjaranowski. See apache/maven-site-plugin#1286.\n\nCo-Authored-By: Claude Fable 5 \u003cnoreply@anthropic.com\u003e\n"
    },
    {
      "commit": "98470ba48992113c5310a3f4b16f99505668287a",
      "tree": "b258be67b9d7a55aa12f173b39dadb92b10cbb45",
      "parents": [
        "d5740e9bce709ce08fad8327c75ddfc4d667c007"
      ],
      "author": {
        "name": "Jarek Potiuk",
        "email": "jarek@potiuk.com",
        "time": "Wed Jul 08 12:42:18 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 08 14:38:27 2026 +0200"
      },
      "message": "Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability\n\nGenerated-by: Claude Code\n"
    },
    {
      "commit": "d5740e9bce709ce08fad8327c75ddfc4d667c007",
      "tree": "622baabd7d2ef4662d5a8847b54328eaa7edda8f",
      "parents": [
        "f2d9b6b36a4d9943852330bd424a299ddd9705f2"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 29 06:03:29 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jun 29 19:30:19 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 48 to 49\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 48 to 49.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-plugins\n  dependency-version: \u002749\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "f2d9b6b36a4d9943852330bd424a299ddd9705f2",
      "tree": "72c8d9477c036f3e5d1d49579f431ba2c231fa28",
      "parents": [
        "5ed9af79121413e57b8e553d88ca489cc1196fae"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jun 28 19:53:47 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jun 28 20:01:21 2026 +0200"
      },
      "message": "chore: remove unused spotless-maven-plugin configuration and update invoker plugin version\n"
    },
    {
      "commit": "5ed9af79121413e57b8e553d88ca489cc1196fae",
      "tree": "7c886cfcfbed8389541bdbacbf5c9f030749ee4b",
      "parents": [
        "31bd3dcfa67ef57c754f27b87a14ae7c17c047ac"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Jun 28 17:51:30 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jun 28 20:01:21 2026 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 47 to 48\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"
    },
    {
      "commit": "31bd3dcfa67ef57c754f27b87a14ae7c17c047ac",
      "tree": "cd4dc464bf79616a59d0d49b4383273dbd34022b",
      "parents": [
        "5d40bad75610ab7d28cc7ef41a218dea7d0c6a70"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jun 09 06:04:13 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jun 28 19:51:32 2026 +0200"
      },
      "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": "5d40bad75610ab7d28cc7ef41a218dea7d0c6a70",
      "tree": "9f0a08c6a64d415672c0a5aaccabb243dccb1233",
      "parents": [
        "161148f227ac99ac99f34cd2e0cb4db933a62097"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jun 28 19:45:21 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jun 28 19:50:42 2026 +0200"
      },
      "message": "fix: update site.xml to use site 2.0.0 namespace\n"
    },
    {
      "commit": "161148f227ac99ac99f34cd2e0cb4db933a62097",
      "tree": "ba90993a2ef7c3b7c0c6fbf80cfa91d86173b51a",
      "parents": [
        "4334f1dc6f380b325ee0fabc667e19aa864c3e58"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Apr 15 06:04:16 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jun 15 08:34:00 2026 -0400"
      },
      "message": "Bump com.google.guava:guava from 33.5.0-jre to 33.6.0-jre\n\nBumps [com.google.guava:guava](https://github.com/google/guava) from 33.5.0-jre to 33.6.0-jre.\n- [Release notes](https://github.com/google/guava/releases)\n- [Commits](https://github.com/google/guava/commits)\n\n---\nupdated-dependencies:\n- dependency-name: com.google.guava:guava\n  dependency-version: 33.6.0-jre\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "4334f1dc6f380b325ee0fabc667e19aa864c3e58",
      "tree": "e7c9f9112721c2bdc91dcbed5a4f9afb3bf35526",
      "parents": [
        "4d726715333b4d9fae917b8a376d6dba393f83f8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Mar 12 06:04:01 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun May 10 17:39:57 2026 +0200"
      },
      "message": "Bump org.mockito:mockito-core from 5.20.0 to 5.23.0\n\nBumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.20.0 to 5.23.0.\n- [Release notes](https://github.com/mockito/mockito/releases)\n- [Commits](https://github.com/mockito/mockito/compare/v5.20.0...v5.23.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.mockito:mockito-core\n  dependency-version: 5.23.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "4d726715333b4d9fae917b8a376d6dba393f83f8",
      "tree": "291d1df91b1d7f2e733c78f7d7f0da97bdd1c253",
      "parents": [
        "67a1c5ed6fa2b75286c2e9d5a4e2276176f19c0a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 14 06:04:40 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jan 19 20:29:26 2026 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 45 to 47\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 45 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"
    },
    {
      "commit": "67a1c5ed6fa2b75286c2e9d5a4e2276176f19c0a",
      "tree": "b2fe56a22234aeb4915f78d97471c3a8af0a8bff",
      "parents": [
        "346eb8029d43fa9e1323f5d8e552135aa6b660b1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jan 12 06:31:19 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jan 19 20:29:02 2026 +0100"
      },
      "message": "Bump org.codehaus.plexus:plexus-archiver from 4.10.4 to 4.11.0\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"
    },
    {
      "commit": "346eb8029d43fa9e1323f5d8e552135aa6b660b1",
      "tree": "0b29e2d6e385a9d188db67428bb49d27c62c6f16",
      "parents": [
        "6a9c443d2c65d1c0d7f3896e060148114b8d4f5f"
      ],
      "author": {
        "name": "Anoop Kanippayyur",
        "email": "3222067+akanippayyur@users.noreply.github.com",
        "time": "Tue Dec 23 11:05:59 2025 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Dec 23 19:05:59 2025 +0100"
      },
      "message": "[MSOURCES-265] chore: adding gitignore for vscode (#266)\n\n* chore: adding gitignore for vscode\n\n* added the newline"
    },
    {
      "commit": "6a9c443d2c65d1c0d7f3896e060148114b8d4f5f",
      "tree": "0c34beb50bb8af25815e4991337d2e0625ef895c",
      "parents": [
        "f3a5cf9ed5fa39b2545b1e6a7a75efc2df4d89e9"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Nov 29 16:43:39 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Nov 29 16:51:28 2025 +0100"
      },
      "message": "Add tag-template to release-drafter configuration\n"
    },
    {
      "commit": "f3a5cf9ed5fa39b2545b1e6a7a75efc2df4d89e9",
      "tree": "553a127e44ec3ccd5ed438db27bdfb1355ce6317",
      "parents": [
        "dbb59b04bbff585219b1329cf0e08527685ec1b1"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Nov 16 01:30:28 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Nov 16 01:52:52 2025 +0100"
      },
      "message": "Sync Maven in CI with project\n"
    },
    {
      "commit": "dbb59b04bbff585219b1329cf0e08527685ec1b1",
      "tree": "42078dccab2ac2d31e896fc3249ea3564e2e50d4",
      "parents": [
        "23bfadd13899ed20fcfce18a89a5e6581ce1033d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 10 02:40:02 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Nov 10 04:09:14 2025 +0100"
      },
      "message": "Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.3\n\nBumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.9.2 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.9.2...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-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "23bfadd13899ed20fcfce18a89a5e6581ce1033d",
      "tree": "a2bcce16a48cd990b2f4d65c3bb308cb7ac89a78",
      "parents": [
        "f907805d2a6bd226a2368c216a20ffce3822af42"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 30 06:09:15 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Nov 10 03:33:31 2025 +0100"
      },
      "message": "Bump org.apache.commons:commons-compress from 1.26.2 to 1.28.0\n\nBumps [org.apache.commons:commons-compress](https://github.com/apache/commons-compress) from 1.26.2 to 1.28.0.\n- [Changelog](https://github.com/apache/commons-compress/blob/master/RELEASE-NOTES.txt)\n- [Commits](https://github.com/apache/commons-compress/compare/rel/commons-compress-1.26.2...rel/commons-compress-1.28.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-compress\n  dependency-version: 1.28.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": "f907805d2a6bd226a2368c216a20ffce3822af42",
      "tree": "e72bd053e9921d92ed0577d32c7c5edd22d38cc7",
      "parents": [
        "4d9f68f15bbeaf30c79a6f680aaab64de57d0318"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 18 06:07:35 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Nov 10 03:33:16 2025 +0100"
      },
      "message": "Bump com.google.guava:guava from 32.0.1-jre to 33.5.0-jre\n\nBumps [com.google.guava:guava](https://github.com/google/guava) from 32.0.1-jre to 33.5.0-jre.\n- [Release notes](https://github.com/google/guava/releases)\n- [Commits](https://github.com/google/guava/commits)\n\n---\nupdated-dependencies:\n- dependency-name: com.google.guava:guava\n  dependency-version: 33.5.0-jre\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "4d9f68f15bbeaf30c79a6f680aaab64de57d0318",
      "tree": "cff3001317adb4534a3a6f35388892132fcc704a",
      "parents": [
        "08b0c60727b5deda109758a616a5b4e60be789f6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Sep 22 06:12:51 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Nov 10 03:32:38 2025 +0100"
      },
      "message": "Bump org.mockito:mockito-core from 5.12.0 to 5.20.0\n\nBumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.12.0 to 5.20.0.\n- [Release notes](https://github.com/mockito/mockito/releases)\n- [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.20.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.mockito:mockito-core\n  dependency-version: 5.20.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "08b0c60727b5deda109758a616a5b4e60be789f6",
      "tree": "8935251e801a8ea0fcb6b19f01ac2794e91f1910",
      "parents": [
        "3fd056ea45800f65e2bb13f91d1ae9eb276ced2c"
      ],
      "author": {
        "name": "Sandra Parsick",
        "email": "sparsick@users.noreply.github.com",
        "time": "Wed Aug 13 07:13:00 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 13 07:13:00 2025 +0200"
      },
      "message": "Enable prevent branch protection rules (#230)\n\n* feat: enable prevent branch protection rules\n\n- also refactor deprecated config\n\nSigned-off-by: Sandra Parsick \u003csandra@parsick.dev\u003e\n"
    },
    {
      "commit": "3fd056ea45800f65e2bb13f91d1ae9eb276ced2c",
      "tree": "26d8a152e7313475cb37509cd3b4f64dc687fb59",
      "parents": [
        "eee9ac7eb2dc20d13313c6aff11af6e3cfabe023"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 08 22:51:40 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 08 22:51:40 2025 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 44 to 45 (#225)\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": "eee9ac7eb2dc20d13313c6aff11af6e3cfabe023",
      "tree": "1c98ec46d7e49ad5967d2053a4a4d046d77cee55",
      "parents": [
        "9ad71b352c4ad9c96f7e011652caafc483b8ed23"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Fri Aug 08 22:36:01 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 08 22:36:01 2025 +0200"
      },
      "message": "Update parent to 44 (#67)\n\n"
    },
    {
      "commit": "9ad71b352c4ad9c96f7e011652caafc483b8ed23",
      "tree": "8ebe54b5045cc7fe142c099b2999a198f5f2109a",
      "parents": [
        "ef6cb2010cca98e748a0fa98cd586e1909d15d20"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 08 22:32:20 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 08 22:32:20 2025 +0200"
      },
      "message": "(ci) switch to default Maven 4"
    },
    {
      "commit": "ef6cb2010cca98e748a0fa98cd586e1909d15d20",
      "tree": "67bdf9eead3f5b57f8ac8ae570746019a4d86c42",
      "parents": [
        "c73e9643803dc293827a4dfe7845b998e11ddab4"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Sat Jun 14 10:50:31 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 14 10:50:31 2025 +0200"
      },
      "message": "Remove old JIRA issues link and re-enable notifications (#217)\n\n"
    },
    {
      "commit": "c73e9643803dc293827a4dfe7845b998e11ddab4",
      "tree": "1d22f901ff474dfb145ca1cd656568925f08c5f3",
      "parents": [
        "d4e7f09328ddc75fdf7c09aa52c009fdcdf49cef"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Tue Jun 10 16:40:11 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 10 16:40:11 2025 +0200"
      },
      "message": "Disable notifications before issue migration"
    },
    {
      "commit": "d4e7f09328ddc75fdf7c09aa52c009fdcdf49cef",
      "tree": "147b01a46dbe1de671652b4932563ffe6afc1381",
      "parents": [
        "cac34a94ac2c757d28b7af6527ba97f2a505005b"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Apr 13 11:15:43 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Apr 13 21:30:29 2025 +0200"
      },
      "message": "Add dependabot for 3.x branch\n"
    },
    {
      "commit": "cac34a94ac2c757d28b7af6527ba97f2a505005b",
      "tree": "cdb76d2856c04a2249c164311ba92e991d9d8f52",
      "parents": [
        "5e939ff2deb96f0f9983551258dfd9c6f5e01f9f"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Apr 12 21:15:17 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Apr 13 09:22:18 2025 +0200"
      },
      "message": "Allow to manually execute release drafter\n"
    },
    {
      "commit": "5e939ff2deb96f0f9983551258dfd9c6f5e01f9f",
      "tree": "a8321e0cfdfade868ceeae7fb3aea3e8026dbb44",
      "parents": [
        "b7225051ef9d8f923687f9fc265e1469abba0044"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Sat Apr 12 19:01:32 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Apr 12 19:01:32 2025 +0200"
      },
      "message": "GH Issues (Maven 4 master) \n\n"
    },
    {
      "commit": "b7225051ef9d8f923687f9fc265e1469abba0044",
      "tree": "6b302161035749b0d550d7a7dec232762e445cbc",
      "parents": [
        "a87ec8de809b412e9723264ada5f744dbc29cb27"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Feb 12 17:56:16 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 12 17:56:16 2025 +0100"
      },
      "message": "[MNGSITE-529] Rename \"Goals\" to \"Plugin Documentation\"\n\n"
    },
    {
      "commit": "a87ec8de809b412e9723264ada5f744dbc29cb27",
      "tree": "d03ce2a301065d7e111a4e153186de30aef7f351",
      "parents": [
        "0bc523b7593cb240c03ca171ae049744ed82d07a"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Tue Dec 24 17:23:59 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Dec 24 17:23:59 2024 +0000"
      },
      "message": "Us etry with resources to guarantee zip closure (#45)\n\n"
    },
    {
      "commit": "0bc523b7593cb240c03ca171ae049744ed82d07a",
      "tree": "7a88d6363da3f415ba6ec1b36431746704feebf8",
      "parents": [
        "662920ec049ae5198d88cafc0e0f702e8ff7d3b8"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Thu Sep 12 15:51:23 2024 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Thu Sep 12 15:51:23 2024 +0200"
      },
      "message": "add Reproducible Builds badge\n"
    },
    {
      "commit": "662920ec049ae5198d88cafc0e0f702e8ff7d3b8",
      "tree": "3612fe5a0c0e55bcd4bf80154526402c1504551c",
      "parents": [
        "01c3a6d8a6f86db089e160d99fd84d76a17d234e"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Thu Jun 27 21:44:25 2024 +0200"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Tue Jul 02 08:15:49 2024 +0200"
      },
      "message": "Build with Maven 4\n"
    },
    {
      "commit": "01c3a6d8a6f86db089e160d99fd84d76a17d234e",
      "tree": "b58447db3aeb9bee8cb3b8902d397128b67b8ccd",
      "parents": [
        "d68b1bdc4b0076b9729e630ad9e6c5d155892bca"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 10:31:50 2024 +0200"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 10:31:50 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "d68b1bdc4b0076b9729e630ad9e6c5d155892bca",
      "tree": "bb718f59e361ad195ba0dc59bd697d36a76121b3",
      "parents": [
        "488c85977580e421f468232dbea7596d683092fb"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 10:31:43 2024 +0200"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 10:31:43 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-source-plugin-4.0.0-beta-1\n"
    },
    {
      "commit": "488c85977580e421f468232dbea7596d683092fb",
      "tree": "37223dcc1450e0646e9c93bb9cf1fd664c658b62",
      "parents": [
        "63d1ae7c69ccbf396019ed3e05e82343c3e09894"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 10:31:05 2024 +0200"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 10:31:05 2024 +0200"
      },
      "message": "Upgrade m-archiver, m-p-testing and m-p-tools to beta-1\n"
    },
    {
      "commit": "63d1ae7c69ccbf396019ed3e05e82343c3e09894",
      "tree": "78bfff794daf23f7ae77897d3ba9d447844b81e7",
      "parents": [
        "db83dc24f23763fc3c3a954b0abb45e8b3cf8fb9"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 08:13:00 2024 +0200"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 08:23:30 2024 +0200"
      },
      "message": "Build with JDK 17 and 21 in Jenkins\n"
    },
    {
      "commit": "db83dc24f23763fc3c3a954b0abb45e8b3cf8fb9",
      "tree": "ac86ebb6215a3524d0cd3abd7f789d018ab31c66",
      "parents": [
        "2116731ff9620a77110006ce893a62d47aa31f92"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jun 25 06:06:13 2024 +0000"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 08:01:31 2024 +0200"
      },
      "message": "Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2\n\nBumps org.apache.commons:commons-compress from 1.26.1 to 1.26.2.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-compress\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "2116731ff9620a77110006ce893a62d47aa31f92",
      "tree": "d9d008c1ad6a7a869a9b75aa04f776459b907aaf",
      "parents": [
        "6d328f5d2e9ac884033f3dc876917fc6629b6a5b"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 07:45:02 2024 +0200"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 07:52:54 2024 +0200"
      },
      "message": "Fix license/notice\n"
    },
    {
      "commit": "6d328f5d2e9ac884033f3dc876917fc6629b6a5b",
      "tree": "45669897ab001b72935609c71ffbf30ce2eaa645",
      "parents": [
        "0853c4551866fb3183935f45ec8740fbac9ea6fc"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 07:27:18 2024 +0200"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Wed Jun 26 07:49:59 2024 +0200"
      },
      "message": "Use pluginManagement section for config only, redirect test output to files\n"
    },
    {
      "commit": "0853c4551866fb3183935f45ec8740fbac9ea6fc",
      "tree": "12c5f167496eb9486f32e66e9ad1fce81c7cfbe3",
      "parents": [
        "13f1f876f95adbdab8ff4e202710ae8f3de3cb86"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Mon Jun 17 17:47:45 2024 +0200"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Mon Jun 24 22:31:05 2024 +0200"
      },
      "message": "[MSOURCES-149] Switch to the Maven 4 API\n\nIT MSOURCES-140 is broken because of https://github.com/apache/maven/pull/1587\n"
    },
    {
      "commit": "13f1f876f95adbdab8ff4e202710ae8f3de3cb86",
      "tree": "1d872275f177a4e16451d5b9f1a82ec1cfac64e0",
      "parents": [
        "68b3dcb37f2ba59fb15c11b6ed64e9432628ec26"
      ],
      "author": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Mon Jun 24 21:46:27 2024 +0200"
      },
      "committer": {
        "name": "Guillaume Nodet",
        "email": "gnodet@gmail.com",
        "time": "Mon Jun 24 22:31:05 2024 +0200"
      },
      "message": "Code formatting on ITs\n"
    },
    {
      "commit": "68b3dcb37f2ba59fb15c11b6ed64e9432628ec26",
      "tree": "9555ca7f8caf39563c0a4e120468a7bc6a962e03",
      "parents": [
        "53dc0f298ae75a2f78ca8bc437165dd6a35c64af"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Apr 09 06:44:07 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue May 14 23:11:19 2024 +0200"
      },
      "message": "Bump commons-io:commons-io from 2.16.0 to 2.16.1\n\nBumps commons-io:commons-io from 2.16.0 to 2.16.1.\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "53dc0f298ae75a2f78ca8bc437165dd6a35c64af",
      "tree": "4c1eef9917a54be82c98ad945f112b679f290368",
      "parents": [
        "7c92bd7a90b89cfca30f676533245fe572a07111"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Thu Mar 28 12:26:43 2024 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "herve.boutemy@free.fr",
        "time": "Fri Apr 26 00:22:16 2024 +0200"
      },
      "message": "[MSOURCES-140] improve message when lifecycle run twice\n"
    },
    {
      "commit": "7c92bd7a90b89cfca30f676533245fe572a07111",
      "tree": "ebf341466aec3061b531f4e1945e3298c7f98e29",
      "parents": [
        "554e366230821811bbcededfb434de02c1b574f6"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Mar 27 16:26:57 2024 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "herve.boutemy@free.fr",
        "time": "Fri Apr 26 00:22:16 2024 +0200"
      },
      "message": "[MSOURCES-140] fail only if re-attach different files\n"
    },
    {
      "commit": "554e366230821811bbcededfb434de02c1b574f6",
      "tree": "0558085e0f1815083c17339bffb20e69589817f5",
      "parents": [
        "df4cb977aa3f772b28083af80afaa1a0edb3632c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Mar 15 06:12:14 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Mar 31 20:21:59 2024 +0200"
      },
      "message": "[MSOURCES-147] Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2\n\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.1...plexus-archiver-4.9.2)\n\n---\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n"
    },
    {
      "commit": "df4cb977aa3f772b28083af80afaa1a0edb3632c",
      "tree": "61cdd0284cfdc4769e7e84c456adcc989e758572",
      "parents": [
        "89bdb431401d0ba9b6cd26fb9c7c1c257f37225e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Mar 31 20:09:14 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Mar 31 20:09:14 2024 +0200"
      },
      "message": "[MSOURCES-146] Bump commons-io:commons-io from 2.11.0 to 2.16.0 (#25)\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": "89bdb431401d0ba9b6cd26fb9c7c1c257f37225e",
      "tree": "75e3f11d69adb0c2dd2f2552d2c133d145297b5f",
      "parents": [
        "d1e6fca9369da2430879f8b98975a22d3732d20f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Mar 31 20:07:22 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Mar 31 20:07:22 2024 +0200"
      },
      "message": "[MSOURCES-145] Bump org.apache.maven:maven-archiver from 3.6.1 to 3.6.2 (#26)\n\n- [Release notes](https://github.com/apache/maven-archiver/releases)\r\n- [Commits](https://github.com/apache/maven-archiver/compare/maven-archiver-3.6.1...maven-archiver-3.6.2)\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": "d1e6fca9369da2430879f8b98975a22d3732d20f",
      "tree": "07184964fad612774496ea07727703c99e47fdd2",
      "parents": [
        "f80596e4eb587cf99452b67b43ee9729fdadbf3a"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Mar 30 02:49:10 2024 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Mar 30 02:49:10 2024 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "f80596e4eb587cf99452b67b43ee9729fdadbf3a",
      "tree": "06d9b58a6df00dfcafb3e7c83b715aaed9865cc2",
      "parents": [
        "7626998d262931570c969abe3fc60cf911fd6820"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Mar 30 02:48:55 2024 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Mar 30 02:48:55 2024 +0100"
      },
      "message": "[maven-release-plugin] prepare release maven-source-plugin-3.3.1\n"
    },
    {
      "commit": "7626998d262931570c969abe3fc60cf911fd6820",
      "tree": "e9ec48aac9ec6d4f68d3c502e55a89f6c64b8b45",
      "parents": [
        "83c963c0fffadd3257e9a1ca9266cfac98c057c3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 04 06:42:55 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Mar 19 22:08:13 2024 +0100"
      },
      "message": "Bump apache/maven-gh-actions-shared from 3 to 4\n\nBumps [apache/maven-gh-actions-shared](https://github.com/apache/maven-gh-actions-shared) from 3 to 4.\n- [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: apache/maven-gh-actions-shared\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "83c963c0fffadd3257e9a1ca9266cfac98c057c3",
      "tree": "c538e6b96f4f931642de90add8fdbaef59896f1b",
      "parents": [
        "40ae49538beebc793f16a91578629383de114edb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 10 07:20:27 2024 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 10 07:20:27 2024 -0500"
      },
      "message": "Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (#18)\n\nBumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 39 to 41.\r\n- [Release notes](https://github.com/apache/maven-parent/releases)\r\n- [Commits](https://github.com/apache/maven-parent/commits)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.maven.plugins:maven-plugins\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "40ae49538beebc793f16a91578629383de114edb",
      "tree": "dc80ecb1dc70182ec06334f99b525149c9df52ea",
      "parents": [
        "073462bf11ad9cf61cab6a2ed213bb8af5349f35"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 10 07:20:00 2024 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 10 07:20:00 2024 -0500"
      },
      "message": "Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.1 (#20)\n\nBumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.8.0 to 4.9.1.\r\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.8.0...plexus-archiver-4.9.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.codehaus.plexus:plexus-archiver\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": "073462bf11ad9cf61cab6a2ed213bb8af5349f35",
      "tree": "cffea7a81b874afe6423d64a0f2d707101bd7185",
      "parents": [
        "0b1c82366e306c9d138a3a83950326071c2fc7c6"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 10 07:19:35 2024 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 10 07:19:35 2024 -0500"
      },
      "message": "Bump org.apache.maven:maven-archiver from 3.6.0 to 3.6.1 (#21)\n\nBumps [org.apache.maven:maven-archiver](https://github.com/apache/maven-archiver) from 3.6.0 to 3.6.1.\r\n- [Release notes](https://github.com/apache/maven-archiver/releases)\r\n- [Commits](https://github.com/apache/maven-archiver/compare/maven-archiver-3.6.0...maven-archiver-3.6.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.maven:maven-archiver\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": "0b1c82366e306c9d138a3a83950326071c2fc7c6",
      "tree": "f99ccc3cb827ef5a8640b71b6546216fdbf9c523",
      "parents": [
        "099c65a64ac20e9f1133b41e2d1906944f6c13c3"
      ],
      "author": {
        "name": "sabi0",
        "email": "2sabio@gmail.com",
        "time": "Tue Aug 15 15:53:20 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Aug 15 19:50:25 2023 +0200"
      },
      "message": "Fix typos in AbstractSourceJarMojo exception\n\n\"twice times\" \u003d\u003e \"twice\"\r\n\"at least on of them\" \u003d\u003e \"at least one of them\""
    },
    {
      "commit": "099c65a64ac20e9f1133b41e2d1906944f6c13c3",
      "tree": "f0a12a59a8fadb9c11a2b4b425ce2685406afd4f",
      "parents": [
        "1edeea47f80bc5c5903e88c1adbff56501248a8b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 11 00:27:05 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 11 00:27:05 2023 +0200"
      },
      "message": "[MSOURCES-142] Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0 (#12)\n\nBumps [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.7.1 to 4.8.0.\r\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.7.1...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": "1edeea47f80bc5c5903e88c1adbff56501248a8b",
      "tree": "234df75d694b7987b52a84abcb9f9fad52ce581e",
      "parents": [
        "436966ed7f93611d5faa6534478347b99c40f488"
      ],
      "author": {
        "name": "Alexander Brandes",
        "email": "mc.cache@web.de",
        "time": "Fri Jun 23 11:43:37 2023 +0200"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "1983-01-06@gmx.net",
        "time": "Fri Jun 23 12:21:10 2023 +0200"
      },
      "message": "[MSOURCES-139] Fix typo in AbstractSourceJarMojo exception\n"
    },
    {
      "commit": "436966ed7f93611d5faa6534478347b99c40f488",
      "tree": "ca3f846ef59d91f3c90fb304d2dd480d07d11356",
      "parents": [
        "02a984779ed6157698fdb9235e5e66154b3d24e7"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed May 17 23:31:27 2023 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed May 17 23:31:27 2023 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "02a984779ed6157698fdb9235e5e66154b3d24e7",
      "tree": "9b3353fffc1e83d324c64b80dee66e55065fc5e6",
      "parents": [
        "f186993414e076abcf70b960b487813a6b1df8b7"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed May 17 23:31:19 2023 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed May 17 23:31:19 2023 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-source-plugin-3.3.0\n"
    },
    {
      "commit": "f186993414e076abcf70b960b487813a6b1df8b7",
      "tree": "65becdda7efc015002d547e368cbd118a8e77b14",
      "parents": [
        "021af551aedf361dec82a5f6808054030ac47e8b"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 15 23:44:50 2023 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed May 17 23:15:25 2023 +0200"
      },
      "message": "[MSOURCES-135] Cleanup project code\n\n- fix dependencies according to output of dependency:analyze\n- bump plexus-utils to 3.5.1\n- don\u0027t use deprecated methods\n"
    },
    {
      "commit": "021af551aedf361dec82a5f6808054030ac47e8b",
      "tree": "4aabbc5e706daaf041964188b963430d2bdfbb6b",
      "parents": [
        "b11a457ba99a83fb5808b132967b4ddcc9523e89"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 15 23:56:18 2023 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue May 16 21:02:11 2023 +0200"
      },
      "message": "[MSOURCES-134] Refresh download page\n"
    },
    {
      "commit": "b11a457ba99a83fb5808b132967b4ddcc9523e89",
      "tree": "b287821912c597d966427542f6d791ff9ad4d539",
      "parents": [
        "7caf2b0debe39afa2d1aff4fa38fa38b8988acad"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 15 23:40:02 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 15 23:40:02 2023 +0200"
      },
      "message": "Use shared GitHub actions v3"
    },
    {
      "commit": "7caf2b0debe39afa2d1aff4fa38fa38b8988acad",
      "tree": "6a142861c4ff8025902a67c066fa5f1136e8a16d",
      "parents": [
        "dee4c1000d57c8c385cfe1147c81950371437d4b"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 15 22:21:19 2023 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 15 22:21:19 2023 +0200"
      },
      "message": "[MSOURCES-133] Upgrade Parent to 39 - ignore git blame\n"
    },
    {
      "commit": "dee4c1000d57c8c385cfe1147c81950371437d4b",
      "tree": "03c53a93448d7b1b7c5f386f47ca3d8cf6f765d9",
      "parents": [
        "452111f29c36260640ae2cebc2afd8ec5f6279a0"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 15 21:57:47 2023 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 15 22:14:33 2023 +0200"
      },
      "message": "[MSOURCES-133] Upgrade Parent to 39\n"
    },
    {
      "commit": "452111f29c36260640ae2cebc2afd8ec5f6279a0",
      "tree": "7bb1ab17a690d988d756f68db9f209651c1b0f15",
      "parents": [
        "e691ac3b7f0f451e9da973e7734e07671b21efa9"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 15 21:43:41 2023 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon May 15 21:43:41 2023 +0200"
      },
      "message": "Add dependabot configuration\n"
    },
    {
      "commit": "e691ac3b7f0f451e9da973e7734e07671b21efa9",
      "tree": "b05714b294a03a35fceba4164f5ecb02419f3e68",
      "parents": [
        "1ddffd8923b65e37b28abf60120f979ea6238a23"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 24 12:10:45 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 24 12:10:45 2023 +0200"
      },
      "message": "s/MSOURCE/MSOURCES/"
    },
    {
      "commit": "1ddffd8923b65e37b28abf60120f979ea6238a23",
      "tree": "5935d4c69b148ffefc049bab283e5546ad56cae3",
      "parents": [
        "37ffefea6f479bbd78e89a2df97b4acd5b57f5b3"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 24 12:10:07 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 24 12:10:07 2023 +0200"
      },
      "message": "Auto-link MSOURCE Jira"
    },
    {
      "commit": "37ffefea6f479bbd78e89a2df97b4acd5b57f5b3",
      "tree": "0220b657bdddf3245f73e85d934cb8e9726d6160",
      "parents": [
        "e49c9df81b69bbad8936adf85f8646daaab7c408"
      ],
      "author": {
        "name": "Jorge Solórzano",
        "email": "jorsol@gmail.com",
        "time": "Wed Jun 29 10:33:44 2022 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Jun 30 09:33:57 2022 +0200"
      },
      "message": "Add pull request template\n\nSigned-off-by: Jorge Solórzano \u003cjorsol@gmail.com\u003e\n"
    },
    {
      "commit": "e49c9df81b69bbad8936adf85f8646daaab7c408",
      "tree": "59468fa74105b70e204c5407632381f91e673ecf",
      "parents": [
        "7c9e68121fa0e7e113e2fa43a5d04db8ab48e28b"
      ],
      "author": {
        "name": "Jorge Solórzano",
        "email": "jorsol@gmail.com",
        "time": "Tue Jun 28 10:57:20 2022 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jun 29 12:09:48 2022 +0200"
      },
      "message": "[MSOURCES-132] - Update Maven Archiver to 3.6.0\n\nSigned-off-by: Jorge Solórzano \u003cjorsol@gmail.com\u003e\n"
    },
    {
      "commit": "7c9e68121fa0e7e113e2fa43a5d04db8ab48e28b",
      "tree": "5b7a676ad5d1135d59557e502c87e0fed656b6e0",
      "parents": [
        "2ccf34b7d0f203ee451ae0b4b4f77d333c0b9418"
      ],
      "author": {
        "name": "Jorge Solórzano",
        "email": "jorsol@gmail.com",
        "time": "Mon Jun 27 18:27:45 2022 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Jun 27 23:24:35 2022 +0200"
      },
      "message": "[MSOURCES-131] - Update plugin (requires Maven 3.2.5+)\n\nSigned-off-by: Jorge Solórzano \u003cjorsol@gmail.com\u003e\n"
    },
    {
      "commit": "2ccf34b7d0f203ee451ae0b4b4f77d333c0b9418",
      "tree": "1e299923dd129459d2d751bf3c6ee29da2c96485",
      "parents": [
        "c20e142cc40151c3060b54878cf21537719b2e63"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Jun 27 19:57:38 2022 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Jun 27 19:57:38 2022 +0200"
      },
      "message": "Add GH action\n"
    },
    {
      "commit": "c20e142cc40151c3060b54878cf21537719b2e63",
      "tree": "897e978b0193db4310ddbfaf303ed9bc6154ac73",
      "parents": [
        "e5816903c13673aeeba807fde3895f062f41690e"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Aug 21 18:59:02 2021 +0200"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Sat Aug 21 18:59:02 2021 +0200"
      },
      "message": "[MSOURCES-121] Check for duplicated addition of the same file\n\nSigned-off-by: rfscholte \u003crfscholte@apache.org\u003e\n"
    },
    {
      "commit": "e5816903c13673aeeba807fde3895f062f41690e",
      "tree": "b27179801df44d5a5dbec38ee8998272ab51810a",
      "parents": [
        "f916b47563e01526d91236a490c24c27dd6a1570"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jul 25 12:04:33 2021 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jul 25 12:04:33 2021 +0200"
      },
      "message": "update CI url\n"
    },
    {
      "commit": "f916b47563e01526d91236a490c24c27dd6a1570",
      "tree": "a43015e076f9e229f926c2921326fb5791970b52",
      "parents": [
        "022a205601c8539a748c79be24690b4d2a81745c"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Apr 04 00:01:25 2021 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Apr 04 00:02:10 2021 +0200"
      },
      "message": "Bump junit from 4.13 to 4.13.2\n\n"
    },
    {
      "commit": "022a205601c8539a748c79be24690b4d2a81745c",
      "tree": "502d7da82c21bfcce10226c7bc5d8349526fba55",
      "parents": [
        "9d10d0cc1d177b90e4adf844816c13310209bdda"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Apr 03 23:59:57 2021 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Apr 04 00:02:10 2021 +0200"
      },
      "message": "Bump plexus-archiver from 4.2.3 to 4.2.4\n\n"
    },
    {
      "commit": "9d10d0cc1d177b90e4adf844816c13310209bdda",
      "tree": "e7171c6398106ba4fb84cb471728d0932f597838",
      "parents": [
        "1c23f604c164a5db5a30cd52908f1354f90443ac"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Mon Nov 16 08:53:40 2020 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Mon Nov 16 08:53:40 2020 +0100"
      },
      "message": "Update Plexus Archiver to 4.2.3 to solve JDK-8177809\n"
    },
    {
      "commit": "1c23f604c164a5db5a30cd52908f1354f90443ac",
      "tree": "45636f93469742346e69ba3390d396103fc45866",
      "parents": [
        "673014cbafd9d1b3898709ac9ad83dd5978c4509"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 26 15:46:37 2020 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 26 15:46:37 2020 +0200"
      },
      "message": "Fix issues reported by IDE\n\n"
    },
    {
      "commit": "673014cbafd9d1b3898709ac9ad83dd5978c4509",
      "tree": "0f56818d183980513eeafe079c011b6e47d00a3c",
      "parents": [
        "2dfe1178562210f584bf3e0aa564d8329ccb003e"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 26 15:39:15 2020 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 26 15:39:15 2020 +0200"
      },
      "message": "Bump maven-assembly-plugin from 3.2.0 to 3.3.0\n\n"
    },
    {
      "commit": "2dfe1178562210f584bf3e0aa564d8329ccb003e",
      "tree": "812c87ce4b3e6241e9551e97a4f55769300cbc6b",
      "parents": [
        "90a0aae4f83f20885cd673908891099a741d1952"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 26 15:38:37 2020 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 26 15:38:37 2020 +0200"
      },
      "message": "Bump plexus-archiver from 4.2.1 to 4.2.2\n\n"
    },
    {
      "commit": "90a0aae4f83f20885cd673908891099a741d1952",
      "tree": "6fe0022da4e9bac912f63e976d331d256591645e",
      "parents": [
        "2233597a214ae21aaf002825ea5f6814f6e72323"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 26 15:35:47 2020 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 26 15:35:47 2020 +0200"
      },
      "message": "Bump junit from 4.12 to 4.13\n\n"
    },
    {
      "commit": "2233597a214ae21aaf002825ea5f6814f6e72323",
      "tree": "88184883865d6dbfc2f67802a1018be43c7b1a5e",
      "parents": [
        "03652d3121844741dd0d65479441bd521c2c8b43"
      ],
      "author": {
        "name": "Piotrek Żygieło",
        "email": "pzygielo@users.noreply.github.com",
        "time": "Sat Sep 26 08:59:23 2020 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 26 15:34:59 2020 +0200"
      },
      "message": "Fix some sonar findings\n\nHandle multiple exception types\nhttps://rules.sonarsource.com/java/type/Code%20Smell/RSPEC-2147\n\nUse diamond operator\nhttps://rules.sonarsource.com/java/type/Code%20Smell/RSPEC-2293\n\nUse @Override annotation\nhttps://rules.sonarsource.com/java/type/Code%20Smell/RSPEC-1161\n\nCloses #3"
    },
    {
      "commit": "03652d3121844741dd0d65479441bd521c2c8b43",
      "tree": "478593b84326c56abcf3581093fc53f6d76fab97",
      "parents": [
        "ae6876a8ac0078b0a5624fbd1559b4fbf48a732e"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Aug 29 10:46:51 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Aug 29 10:46:51 2020 +0200"
      },
      "message": "update ASF CI url\n"
    }
  ],
  "next": "ae6876a8ac0078b0a5624fbd1559b4fbf48a732e"
}
