)]}'
{
  "log": [
    {
      "commit": "6dae74876eb96d63389089fad55415e7e6e26a47",
      "tree": "27b37fb4b520038d8a2831c7d513bf80fa47caec",
      "parents": [
        "1545638af1954f1dc2245ea7a532e1db5104d6c3"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Sep 10 12:58:07 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Sep 10 18:52:18 2026 +0200"
      },
      "message": "Migrate the site descriptor to the v2 model\n\nDoxia Sitetools warns that the pre-2.0.0 site model will break in a future version.\n"
    },
    {
      "commit": "1545638af1954f1dc2245ea7a532e1db5104d6c3",
      "tree": "2d434786f29b9b377b49c108652d334feaf68d6c",
      "parents": [
        "a13ffaec620705181070d99d88368f8c46e29694"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Fri Aug 21 12:03:29 2026 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 21 12:03:29 2026 -0400"
      },
      "message": "Fix waitAfterFailure negative exponent for negative attempt values (#163)\n\nClamp the exponent to \u003e\u003d 0 in the exponential backoff calculation.\nNegative attempt values (e.g. Integer.MIN_VALUE) previously resulted in\nMath.pow(2, -2147483648) \u003d 0.0, producing no delay. Now treated as\nattempt 0 (2^0 \u003d 1 second)."
    },
    {
      "commit": "a13ffaec620705181070d99d88368f8c46e29694",
      "tree": "9983172f2134148a679814fde576673b55d17704",
      "parents": [
        "4ba7aaadb378737aac5ad50596fabc03934209f3"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:58:42 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 03:13:59 2026 +0200"
      },
      "message": "Convert the FAQ from FML to Markdown\n\ndoxia-converter cannot target FML usefully - the questions come out as\nlink-reference syntax rather than headings, the [top] back-links become\nlinks to a nonexistent \u0027top\u0027 page, and the contents links lose their #\nanchors. The page is written out by hand instead.\n\nExplicit anchors keep the existing deep links working. The \u003ca id\u003e\nemitted here reproduces the anchor the rendered page serves today, not\nthe raw \u003cfaq id\u003e attribute, which FML rewrites whenever it is not a\nvalid XML name.\n\nAnchors are written as \u003ca id\u003e, not \u003ca name\u003e: maven-site-plugin\n3.21.0 strips name\u003d from an inline HTML anchor, which loses every anchor\non an otherwise green build, and name\u003d on \u003ca\u003e is obsolete in HTML5.\nXhtml5BaseParser reads Attribute.ID first and only falls back to NAME,\nso id\u003d is the primary path. Each anchor sits on its own line, since\nfolding one into the heading text suppresses the section\u0027s own id.\n\nVerified by building the site before and after and comparing the set of\nanchors the generated faq.html actually serves. Every anchor present\nbefore is still present after:\n\n  before: about, single-archive, unsign, sign_and_assembly, top,\n          bodyColumn\n  after:  the same six, plus five heading-derived ids\n\nThe check also compares the visible text of the two pages word by word;\nit is identical apart from the dropped [top] links. The site log reports\nno \"used more than once\" anchor warning.\n\nThe \u003chead\u003e is byte-identical, so the title and metadata are unchanged.\nsite.xml needs no edit - src/site/fml/faq.fml and\nsrc/site/markdown/faq.md both render to faq.html.\n\nFML generates a [top] back-link after each answer; those are dropped\nrather than hand-written. The question now renders as an h3 heading\ninstead of a definition term. Those are the only rendering losses.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "4ba7aaadb378737aac5ad50596fabc03934209f3",
      "tree": "a9caa977e3d0ed605705c0e0aa2d7c9deb254522",
      "parents": [
        "3c6c6a47b98b01c3b33de76c5317e724bb9332f3"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 01:54:09 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 03:13:59 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": "3c6c6a47b98b01c3b33de76c5317e724bb9332f3",
      "tree": "71af79ee106c75adb2128ca0744a891847ab41ff",
      "parents": [
        "dbb12f6a100f1336e341d02163afc160e6083c53"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 09 22:48:06 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 09 23:04:14 2026 +0200"
      },
      "message": "Migrate test suite from JUnit 4 to JUnit 5\n\nReplace org.junit.Test/Before/After/Rule usages with the Jupiter\nequivalents, swap TemporaryFolder for @TempDir, @Test(timeout\u003d...)\nfor @Timeout, and org.junit.Assert static imports for\norg.junit.jupiter.api.Assertions (reordering the one assertTrue\nmessage argument to match the new signature). Replace the junit\ndependency with org.junit.jupiter:junit-jupiter, managed by the\njunit-bom imported from maven-parent, and add an explicit hamcrest\ndependency that was previously pulled in transitively via JUnit 4.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "dbb12f6a100f1336e341d02163afc160e6083c53",
      "tree": "1f516ee29bbdaca8411b905ab93f2422f254f701",
      "parents": [
        "8fb4969ec1c00d06c40ee0f3f269120f2c04a0d0"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 11:41:10 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 16:18:17 2026 +0200"
      },
      "message": "Restore the document metadata dropped when the pages were ported\n\nAn APT document opens with a header block giving its title, authors and date, and\ndoxia-converter turns that into YAML front matter. The port removed the front\nmatter along with the converter\u0027s per-line licence comments, so the generated\npages lost their author and date meta tags, and took their title from the first\nheading rather than from the document title.\n\nThe front matter has to come first in the file: the Markdown parser only looks for\nit when the source begins with \"---\". A licence header ahead of it would hide it,\nand RAT is happy either way.\n"
    },
    {
      "commit": "8fb4969ec1c00d06c40ee0f3f269120f2c04a0d0",
      "tree": "2cb56e197b16cfb9a9f444a6ff36dccb5bdf992f",
      "parents": [
        "ed8f149d8a1a1f23e149e9ccf26a93de93039bec"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:53:01 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 15:13:56 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": "ed8f149d8a1a1f23e149e9ccf26a93de93039bec",
      "tree": "40fe0386cf619925132fcb3b969d50426bfd22ca",
      "parents": [
        "bbada9c9463c1cde6962021cb8588fb281799794"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 13:53:01 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Aug 06 15:13:56 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": "bbada9c9463c1cde6962021cb8588fb281799794",
      "tree": "67453ce45d16c4bad74752e9783f3f737e9ad796",
      "parents": [
        "95c474122ac4160261aadf261163836c4f69cd6f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 10:05:27 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Jul 17 08:36:58 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": "95c474122ac4160261aadf261163836c4f69cd6f",
      "tree": "d1e8f3c9bad3a621450a07696f5ce3fb57193c63",
      "parents": [
        "ee0e5b4f52555a8cba32ba19c722f16e73e1b897"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jul 17 08:02:45 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 17 08:02:45 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml (#141)\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": "ee0e5b4f52555a8cba32ba19c722f16e73e1b897",
      "tree": "0f1a53cbbdc1132ba2290fcbeff5b9f79364079e",
      "parents": [
        "cd164263e0ef7df42099f6b031252eb5f21ddf16"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 15 07:32:28 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 15 07:32:28 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml (#143)\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": "cd164263e0ef7df42099f6b031252eb5f21ddf16",
      "tree": "740d64753c41c4c8a3f77eb6edb10ec80991834a",
      "parents": [
        "c2c8906688a8a5ea2c5da186ae6379ec8bf13fd1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 15 07:32:02 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 15 07:32:02 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml (#142)\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": "c2c8906688a8a5ea2c5da186ae6379ec8bf13fd1",
      "tree": "2620262227e799ad3dfcb0fa9fdc29192f85f229",
      "parents": [
        "1b5f48f76ba5e7932874848ce3d413a802cdc875"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 29 09:53:06 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jun 29 19:42:53 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": "1b5f48f76ba5e7932874848ce3d413a802cdc875",
      "tree": "e132696de0f9ae3a55ad256f4e22b82720f48200",
      "parents": [
        "24ed340e2353b3fac3d56569dba706ef1b83bce5"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Fri Jun 12 21:01:09 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 12 21:01:09 2026 +0200"
      },
      "message": "Enable Maven 4 (#138)"
    },
    {
      "commit": "24ed340e2353b3fac3d56569dba706ef1b83bce5",
      "tree": "1e4736a2a967b991759959ad13349ba9b512ae82",
      "parents": [
        "87194f6797dacd1448f85d37a637dd2cfe90ab84"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 08 10:39:05 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Jun 09 00:16:24 2026 -0400"
      },
      "message": "Bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15\n\nBumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.14 to 0.8.15.\n- [Release notes](https://github.com/jacoco/jacoco/releases)\n- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.14...v0.8.15)\n\n---\nupdated-dependencies:\n- dependency-name: org.jacoco:jacoco-maven-plugin\n  dependency-version: 0.8.15\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "87194f6797dacd1448f85d37a637dd2cfe90ab84",
      "tree": "f1d5e0e9c445a7d8226a8a7f6c2eee1c5b2b9bc3",
      "parents": [
        "24d72f0ba7546c9879ad0e05f99fb56ec84f9da3"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Tue May 12 05:25:21 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 12 05:25:21 2026 +0200"
      },
      "message": "Update parent to 48, Maven to 3.9.15 (#137)"
    },
    {
      "commit": "24d72f0ba7546c9879ad0e05f99fb56ec84f9da3",
      "tree": "73b16d6f7ade190d904df9a41b051393b37210cf",
      "parents": [
        "621920b61e134b50ba239e805b13915ae5d10226"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Feb 18 06:10:27 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 18 06:10:27 2026 +0100"
      },
      "message": "Update to Maven 3.9.12 and Parent 47 (#134)\n\n"
    },
    {
      "commit": "621920b61e134b50ba239e805b13915ae5d10226",
      "tree": "4e27192a8151c4c954e2eed61bb57bd3082ed0fc",
      "parents": [
        "4bb1701b1e0105b747b84cd08ba3cba72411e943"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Feb 14 15:34:09 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Feb 14 15:34:09 2026 +0100"
      },
      "message": "Mockito improvements (#135)\n\n---\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "4bb1701b1e0105b747b84cd08ba3cba72411e943",
      "tree": "21049a8a61077985affd90f1281cc1fd2f8613db",
      "parents": [
        "77df8acd85bf346f2cb4c405861c485f49800c1b"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Nov 16 00:34:31 2025 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Nov 16 00:47:25 2025 +0100"
      },
      "message": "Bump parent pom to 45\n"
    },
    {
      "commit": "77df8acd85bf346f2cb4c405861c485f49800c1b",
      "tree": "e61f73c7216cc6578c54e9305059026c0db0d189",
      "parents": [
        "37dbc682e7ec75b0ad708c29868c5392fef82265"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Oct 13 10:03:51 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Nov 10 04:08:23 2025 +0100"
      },
      "message": "Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14\n\nBumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.13 to 0.8.14.\n- [Release notes](https://github.com/jacoco/jacoco/releases)\n- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14)\n\n---\nupdated-dependencies:\n- dependency-name: org.jacoco:jacoco-maven-plugin\n  dependency-version: 0.8.14\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "37dbc682e7ec75b0ad708c29868c5392fef82265",
      "tree": "710b10ebc2ccfc4c621f6bcd17d09559f4eaa4c6",
      "parents": [
        "49077ee7c3aabb653842a1832f7b461d91be1552"
      ],
      "author": {
        "name": "sebtiem",
        "email": "setie@mailbox.org",
        "time": "Wed Aug 27 17:08:55 2025 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Aug 27 22:38:52 2025 +0200"
      },
      "message": "feat: enable prevent branch protection rules\n"
    },
    {
      "commit": "49077ee7c3aabb653842a1832f7b461d91be1552",
      "tree": "b48647d7d4c2cbc3cb4b44254e458aa34f8fd591",
      "parents": [
        "3711c962eace708c7d47187ca07c42d6bdca6c25"
      ],
      "author": {
        "name": "Noah Tayebwa",
        "email": "ndacyayinoah@gmail.com",
        "time": "Fri Jul 18 00:16:53 2025 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 18 07:16:53 2025 +1000"
      },
      "message": "Add Apache 2.0 LICENSE file (#125)\n\n"
    },
    {
      "commit": "3711c962eace708c7d47187ca07c42d6bdca6c25",
      "tree": "d794a3d65bb90fe3aaad050627d4b06d7acc1ecd",
      "parents": [
        "9856f2152226a8864f1fd01c80d8c27382cf3415"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Apr 03 09:49:39 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 16 21:06:43 2025 +0200"
      },
      "message": "Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13\n\nBumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.12 to 0.8.13.\n- [Release notes](https://github.com/jacoco/jacoco/releases)\n- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.12...v0.8.13)\n\n---\nupdated-dependencies:\n- dependency-name: org.jacoco:jacoco-maven-plugin\n  dependency-version: 0.8.13\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "9856f2152226a8864f1fd01c80d8c27382cf3415",
      "tree": "c26550fdf12b74cb82b3c74f1789f4bc13de0313",
      "parents": [
        "5836e12e7fc180b8ef5380cbd818464a5f9c9a59"
      ],
      "author": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Thu Jun 19 09:27:46 2025 +1000"
      },
      "committer": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Thu Jun 19 09:27:46 2025 +1000"
      },
      "message": "restore notifications\n\nSigned-off-by: Olivier Lamy \u003colamy@apache.org\u003e\n"
    },
    {
      "commit": "5836e12e7fc180b8ef5380cbd818464a5f9c9a59",
      "tree": "1b2d156fefa8ea5f2a40940d588a5795f6978f8e",
      "parents": [
        "48c135e902b77a603ce38e8f899f841c2c568445"
      ],
      "author": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Thu Jun 19 09:19:01 2025 +1000"
      },
      "committer": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Thu Jun 19 09:19:01 2025 +1000"
      },
      "message": "get rid of jira and notifications\n\nSigned-off-by: Olivier Lamy \u003colamy@apache.org\u003e\n"
    },
    {
      "commit": "48c135e902b77a603ce38e8f899f841c2c568445",
      "tree": "aa34dec0c691801f4abecb2840560ff1b4c2824e",
      "parents": [
        "00cab48eda98bb3d48038ef0b63e426664740bf8"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Mon May 05 21:29:51 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 05 21:29:51 2025 +0200"
      },
      "message": "Github Issues\n\n"
    },
    {
      "commit": "00cab48eda98bb3d48038ef0b63e426664740bf8",
      "tree": "b6b3e98664e536c953d6ee2a204034065809f7c2",
      "parents": [
        "5a2b3db2ba49916914dd9bdb207cc61363c4ceb7"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed Feb 12 21:00:17 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 12 21:00:17 2025 +0100"
      },
      "message": "[MNGSITE-529] Rename \"Goals\" to \"Plugin Documentation\"\n\n"
    },
    {
      "commit": "5a2b3db2ba49916914dd9bdb207cc61363c4ceb7",
      "tree": "5a7365bd741f15999e4a74d9c4d6d28bef9e97be",
      "parents": [
        "724409a0357c27fa603ae814f7556efda01e99be"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Dec 11 13:06:10 2024 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 11 13:06:10 2024 +0000"
      },
      "message": "Convert to Guice @Inject (#42)\n\n* Convert to Guice @Inject"
    },
    {
      "commit": "724409a0357c27fa603ae814f7556efda01e99be",
      "tree": "323b1e53d692ec33feb18d3df5771c621cace190",
      "parents": [
        "beaf71757fc1ac9d823bba4af4da3423a6774e1d"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Thu Sep 12 15:46:48 2024 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Thu Sep 12 15:46:48 2024 +0200"
      },
      "message": "add Reproducible Builds badge\n"
    },
    {
      "commit": "beaf71757fc1ac9d823bba4af4da3423a6774e1d",
      "tree": "781460ce0c3e1d7d17c293976517a83b49dd2c15",
      "parents": [
        "19f7d881d534b9ff13e4176a3943a3d4c54d612a"
      ],
      "author": {
        "name": "Lennart Schedin",
        "email": "lennart.schedin@gmail.com",
        "time": "Wed Sep 04 10:11:25 2024 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Sep 05 18:18:02 2024 +0200"
      },
      "message": "Spell error fix tsaDigestAlt -\u003e tsaDigestAlg\n\nThe spelling error \"tsaDigestAlt\" was introduced in the scope of MJARSIGNER-74"
    },
    {
      "commit": "19f7d881d534b9ff13e4176a3943a3d4c54d612a",
      "tree": "1bafaf69b9ad952a554ee90d654975b10b759e3d",
      "parents": [
        "4e1c347352bc8a9b954756d845a4036c56a2c4b8"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Sep 03 18:36:13 2024 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Sep 03 18:36:13 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "4e1c347352bc8a9b954756d845a4036c56a2c4b8",
      "tree": "9dd03cf4d42ebd3eda541a8eb0ee8aa672b344e8",
      "parents": [
        "5535caade70570e970e8e0561a0de9587c612b0b"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Sep 03 18:36:05 2024 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Sep 03 18:36:05 2024 +0200"
      },
      "message": "[maven-release-plugin] prepare release maven-jarsigner-plugin-3.1.0\n"
    },
    {
      "commit": "5535caade70570e970e8e0561a0de9587c612b0b",
      "tree": "66d67c083210d1bdd8bff8359cb025b253fda7e6",
      "parents": [
        "5a9a4846047af55b2c85e076c983eb4abd0f4b43"
      ],
      "author": {
        "name": "schedin",
        "email": "schedin@users.noreply.github.com",
        "time": "Sat Dec 23 17:45:55 2023 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Sep 03 18:22:05 2024 +0200"
      },
      "message": "[MJARSIGNER-74] Allow usage of multiple Time Stamping Authority (TSA) servers\n\nUsing multiple TSA URLs to try if first fail\nAdding support for tsapolicyid and tsadigestalg\n"
    },
    {
      "commit": "5a9a4846047af55b2c85e076c983eb4abd0f4b43",
      "tree": "6b2212a196d67995b2b73ee24ce172f450130ed7",
      "parents": [
        "940771828cf7f2089402593d3e497312604124ec"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Sep 03 16:29:07 2024 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Sep 03 17:55:06 2024 +0200"
      },
      "message": "[MJARSIGNER-78] Refresh download page\n"
    },
    {
      "commit": "940771828cf7f2089402593d3e497312604124ec",
      "tree": "dc026fe58501ab08bbad7907f82cc96545a37bfd",
      "parents": [
        "be623e0f9e817065f89a2be028c4b9dba0c1c74b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Sep 03 15:59:02 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 03 15:59:02 2024 +0200"
      },
      "message": "[MJARSIGNER-77] Bump org.apache.maven.shared:maven-jarsigner from 3.0.0 to 3.1.0 (#36)\n\n* Bump org.apache.maven.shared:maven-jarsigner from 3.0.0 to 3.1.0\r\n\r\nBumps [org.apache.maven.shared:maven-jarsigner](https://github.com/apache/maven-jarsigner) from 3.0.0 to 3.1.0.\r\n- [Release notes](https://github.com/apache/maven-jarsigner/releases)\r\n- [Commits](https://github.com/apache/maven-jarsigner/compare/maven-jarsigner-3.0.0...maven-jarsigner-3.1.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.maven.shared:maven-jarsigner\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\n\r\n* Fix build - bump maven-shared-utils from 3.3.3 to 3.4.2\r\n\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\r\nCo-authored-by: Slawomir Jaranowski \u003cs.jaranowski@gmail.com\u003e"
    },
    {
      "commit": "be623e0f9e817065f89a2be028c4b9dba0c1c74b",
      "tree": "56d03eccc44797c75d242021f895f9036cfca400",
      "parents": [
        "2b4426a3f1082984efa240c9132ecb168dbbae68"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Aug 13 23:22:25 2024 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Aug 14 19:28:54 2024 +0200"
      },
      "message": "[MJARSIGNER-65] Use plexus-utils version from parent\n"
    },
    {
      "commit": "2b4426a3f1082984efa240c9132ecb168dbbae68",
      "tree": "efd12c2d206127ffc8ebea4173c377c61705076b",
      "parents": [
        "4c67b29a0b7527f0ee670818357d2d3d19fae5cf"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 29 09:50:04 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 31 23:24:54 2024 +0200"
      },
      "message": "Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12\n\nBumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12.\n- [Release notes](https://github.com/jacoco/jacoco/releases)\n- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12)\n\n---\nupdated-dependencies:\n- dependency-name: org.jacoco:jacoco-maven-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "4c67b29a0b7527f0ee670818357d2d3d19fae5cf",
      "tree": "807cb1bfeabb518edb5d961a9a0a8bf3a346a6c0",
      "parents": [
        "5985104d8a803870693c7f8cdcbf114ef79e5aa2"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jul 28 00:22:06 2024 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jul 28 00:31:52 2024 +0200"
      },
      "message": "[MJARSIGNER-65] Upgrade parent pom to 43\n"
    },
    {
      "commit": "5985104d8a803870693c7f8cdcbf114ef79e5aa2",
      "tree": "de56f1f154c3f7d36e05c650793db2f8ba2e1b03",
      "parents": [
        "78ec71fdd33d2722646b569dafb964fba2682f53"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jul 28 00:21:20 2024 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jul 28 00:31:52 2024 +0200"
      },
      "message": "[MJARSIGNER-67] Update Maven minimum to 3.6.3\n"
    },
    {
      "commit": "78ec71fdd33d2722646b569dafb964fba2682f53",
      "tree": "f239463d11da63c10eae9f166192cbef22058c73",
      "parents": [
        "1be5fccfac986a54fa3f7f087f62417837b525e5"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jul 28 00:17:11 2024 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jul 28 00:17:11 2024 +0200"
      },
      "message": "Add Dependabot config\n"
    },
    {
      "commit": "1be5fccfac986a54fa3f7f087f62417837b525e5",
      "tree": "713b94937b351fa7146a945264f0a8bc032493e5",
      "parents": [
        "31d5444bfc297d7de626db0f558c96e065478dc6"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue May 14 23:35:23 2024 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 14 23:35:23 2024 +0200"
      },
      "message": "Bump maven-gh-actions-shared to v4"
    },
    {
      "commit": "31d5444bfc297d7de626db0f558c96e065478dc6",
      "tree": "406bfdd8d6763939a96b8e38e64b694e3eec20f5",
      "parents": [
        "1e1ae5d46399e8c549800bcc608afe22dd6e56fe"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Sep 10 12:58:37 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Dec 23 02:19:20 2023 +0100"
      },
      "message": "[MJARSIGNER-71] upgrade plexus-utils to 4.0.0\n"
    },
    {
      "commit": "1e1ae5d46399e8c549800bcc608afe22dd6e56fe",
      "tree": "e625d35066c9c92ad662a630f0ab9dcd9e46ae70",
      "parents": [
        "54a204eeac227d601e5fdc21c298ca492618a683"
      ],
      "author": {
        "name": "lasselindqvist",
        "email": "lasse.k.lindqvist@gmail.com",
        "time": "Wed Dec 20 21:37:55 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 20 14:37:55 2023 -0500"
      },
      "message": "[MJARSIGNER-48] Mark verify and sign Mojos thread safe (#2)\n\nThe Mojos are safe in the context of Maven 3 parallel builds. However running multiple Maven builds on the same signables might cause problems, but this is not something that should be covered."
    },
    {
      "commit": "54a204eeac227d601e5fdc21c298ca492618a683",
      "tree": "24a3ebcf3b09adb816d37b88669e3e8c4229fad2",
      "parents": [
        "930b7e495674a5a9fbff290425ce964526605ba8"
      ],
      "author": {
        "name": "Lennart Schedin",
        "email": "lennart.schedin@gmail.com",
        "time": "Fri Dec 08 09:29:39 2023 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Dec 16 22:52:51 2023 +0100"
      },
      "message": "[MJARSIGNER-63] exposing certchain on site sign-goal documentation"
    },
    {
      "commit": "930b7e495674a5a9fbff290425ce964526605ba8",
      "tree": "d3464d2315e8d11861efd180fee8b53711223f47",
      "parents": [
        "7e47f460ec014c956ed3409bc368346061ff47fd"
      ],
      "author": {
        "name": "schedin",
        "email": "schedin@users.noreply.github.com",
        "time": "Fri Dec 15 21:42:00 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Dec 15 15:42:00 2023 -0500"
      },
      "message": "[MJARSIGNER-72] Parallel signing for increased speed (#18)\n\nAdding support for threadCount when signing jar files"
    },
    {
      "commit": "7e47f460ec014c956ed3409bc368346061ff47fd",
      "tree": "48279a312d91795a452f83caa3bb5c17cad722ea",
      "parents": [
        "26c070df5856cc44955343bf5aaaca200ac33afa"
      ],
      "author": {
        "name": "schedin",
        "email": "schedin@users.noreply.github.com",
        "time": "Mon Dec 11 14:19:26 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 11 08:19:26 2023 -0500"
      },
      "message": "[MJARSIGNER-62] Enhanced documentation for usage of arguments (#17)\n\n"
    },
    {
      "commit": "26c070df5856cc44955343bf5aaaca200ac33afa",
      "tree": "d96713451de6ea8729ef9ba00be3185892bdc5c7",
      "parents": [
        "0bfc8a5dfc51380146f7c6d4d1a51fc77df8ea4e"
      ],
      "author": {
        "name": "schedin",
        "email": "schedin@users.noreply.github.com",
        "time": "Mon Dec 11 14:11:58 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Dec 11 08:11:58 2023 -0500"
      },
      "message": "[MJARSIGNER-41] Retry and delay feature when signing (#13)\n\nImplementation of retry and delay feature when signing and test cases"
    },
    {
      "commit": "0bfc8a5dfc51380146f7c6d4d1a51fc77df8ea4e",
      "tree": "a02e041d2f197c6b666d970cf3706fde4e269b2b",
      "parents": [
        "aae3ffcf9d235db3f5f3594f5bd68a370a9a5bb1"
      ],
      "author": {
        "name": "schedin",
        "email": "schedin@users.noreply.github.com",
        "time": "Thu Dec 07 18:27:20 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 07 12:27:20 2023 -0500"
      },
      "message": "[MJARSIGNER-68] Fixing itegration test src/it/verify-fail (#15)\n\n"
    },
    {
      "commit": "aae3ffcf9d235db3f5f3594f5bd68a370a9a5bb1",
      "tree": "df9e793dba2ea3178647a26624810e5c16cdbdd8",
      "parents": [
        "2fa4c47c7484991706de310d8a29469356af4769"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Jun 25 21:37:47 2023 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 11 19:14:42 2023 +0200"
      },
      "message": "Type: fill --\u003e file"
    },
    {
      "commit": "2fa4c47c7484991706de310d8a29469356af4769",
      "tree": "24158d6edf0012599041d26ac8a59e3c5e426a16",
      "parents": [
        "e7f4bbc09ac710c6288098a0c959d60dea04d6f8"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Jun 03 19:22:18 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Jun 03 19:22:18 2023 +0200"
      },
      "message": "Bump to 3.1.0-SNAPSHOT\n"
    },
    {
      "commit": "e7f4bbc09ac710c6288098a0c959d60dea04d6f8",
      "tree": "80b188b780c7bc0317529e91224712b28d110bee",
      "parents": [
        "3a3c74cd3448452956f6e811384d26f9a32af43e"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Jun 03 19:19:54 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Jun 03 19:20:17 2023 +0200"
      },
      "message": "[MJARSIGNER-65] Ignore format commit\n"
    },
    {
      "commit": "3a3c74cd3448452956f6e811384d26f9a32af43e",
      "tree": "18c71e9a6e13dfe9c0f2295e45a43a225aa811cf",
      "parents": [
        "6e82936049a2cce39e7b66dc8896f273ea5a4df8"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed May 24 21:43:49 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Jun 03 19:12:50 2023 +0200"
      },
      "message": "[MJARSIGNER-65] Format\n"
    },
    {
      "commit": "6e82936049a2cce39e7b66dc8896f273ea5a4df8",
      "tree": "92e358b37690a8fb2561a498e366352cf0be657e",
      "parents": [
        "e287add7fcdfa05e34d668aada8fafcf1c809756"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed May 24 21:42:20 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Jun 03 19:12:50 2023 +0200"
      },
      "message": "[MJARSIGNER-65] Upgrade parent pom to 39\n"
    },
    {
      "commit": "e287add7fcdfa05e34d668aada8fafcf1c809756",
      "tree": "ee9bb91e73acf823398a051194f58c618278366c",
      "parents": [
        "358c7bf25ce59169f8e5eee56b6da4a948d3c3fd"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed May 24 17:33:55 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Jun 03 19:12:50 2023 +0200"
      },
      "message": "[MJARSIGNER-67] Update Maven minimum to 3.2.5\n"
    },
    {
      "commit": "358c7bf25ce59169f8e5eee56b6da4a948d3c3fd",
      "tree": "29d8e0ed134f7d8dfd8e0c2ecf2c0d97ce2da6e0",
      "parents": [
        "74e54de64f4f5c28c9f684c9ca7ededf7965b3b7"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed May 24 17:29:12 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Jun 03 19:12:50 2023 +0200"
      },
      "message": "[MJARSIGNER-66] Require Java 8\n"
    },
    {
      "commit": "74e54de64f4f5c28c9f684c9ca7ededf7965b3b7",
      "tree": "45c02f241b5a8bc33502536ea92222beecd0a5a8",
      "parents": [
        "258b683fea77a6ca9c28d795459d29f0f3a45957"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Jun 03 06:47:33 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 03 06:47:33 2023 -0400"
      },
      "message": "Bump maven-shared-utils from 3.1.0 to 3.3.3 (#7)\n\nBumps [maven-shared-utils](https://github.com/apache/maven-shared-utils) from 3.1.0 to 3.3.3.\r\n- [Release notes](https://github.com/apache/maven-shared-utils/releases)\r\n- [Commits](https://github.com/apache/maven-shared-utils/compare/maven-shared-utils-3.1.0...maven-shared-utils-3.3.3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.maven.shared:maven-shared-utils\r\n  dependency-type: direct:production\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": "258b683fea77a6ca9c28d795459d29f0f3a45957",
      "tree": "3408d899c08db55937eaae6784a82b79ee19e676",
      "parents": [
        "64ae0cd02031b4402580c48ca2e9b0e5773271a8"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 24 11:12:55 2023 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 24 11:12:55 2023 +0200"
      },
      "message": "auto-link MJARSIGNER Jira"
    },
    {
      "commit": "64ae0cd02031b4402580c48ca2e9b0e5773271a8",
      "tree": "72055bb4b8c62069555da3e1a5425d89ccc66351",
      "parents": [
        "470a652a0de0375db89976ed00473deac0fe297f"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Jan 31 19:42:23 2022 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 31 19:42:23 2022 +0100"
      },
      "message": "Use shared GitHub Actions"
    },
    {
      "commit": "470a652a0de0375db89976ed00473deac0fe297f",
      "tree": "34e9e2ef5fd1cf607849d199bff8e6f98a0f38f6",
      "parents": [
        "04d26e949ed9cf29c7d90cd11acc24dc49d84e2f"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Mar 14 17:25:08 2020 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 22 23:17:17 2021 +0200"
      },
      "message": "[MJARSIGNER-64] Upgrade Plexus Utils to 3.3.0\n"
    },
    {
      "commit": "04d26e949ed9cf29c7d90cd11acc24dc49d84e2f",
      "tree": "cb3b4b27da41d17be5e68986d5389e10f5adf6bd",
      "parents": [
        "dd2b3b4296f889141de99360879352de75bf7495"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jul 25 14:40:38 2021 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jul 25 14:40:38 2021 +0200"
      },
      "message": "update CI url\n"
    },
    {
      "commit": "dd2b3b4296f889141de99360879352de75bf7495",
      "tree": "7bbb4ba3213f014b7b97fc76c065ca0ec883cbf1",
      "parents": [
        "35ac6efcfa09719d9fcbfa6117912db7eb41f1f3"
      ],
      "author": {
        "name": "István Földházi",
        "email": "istvan.foldhazi@gmail.com",
        "time": "Thu Apr 08 11:16:59 2021 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Apr 08 13:05:21 2021 +0200"
      },
      "message": "(doc) Fix \"Maven encryption guide\" link"
    },
    {
      "commit": "35ac6efcfa09719d9fcbfa6117912db7eb41f1f3",
      "tree": "5e0f84f7285e41010b79f80b5b4bf132f03748b5",
      "parents": [
        "4e149420a7351d7e0f3038bd366ec4e8b3b901d8"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Aug 29 13:29:27 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Aug 29 13:29:27 2020 +0200"
      },
      "message": "update ASF CI url\n"
    },
    {
      "commit": "4e149420a7351d7e0f3038bd366ec4e8b3b901d8",
      "tree": "399412c248bfdb5b530b8d8ba5edfb3fc2264c47",
      "parents": [
        "31e465970cf8cd08f96c82a45e460b16e42481d8"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Aug 28 11:31:40 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Aug 28 11:31:40 2020 +0200"
      },
      "message": "update ASF CI url\n"
    },
    {
      "commit": "31e465970cf8cd08f96c82a45e460b16e42481d8",
      "tree": "50993d690d8677a5e3849f6f9233091892b17584",
      "parents": [
        "d5c580de11cc725ad3d98d6a17a3bf2504965794"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 13 22:24:40 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 13 22:24:40 2020 +0200"
      },
      "message": "README improvement\n"
    },
    {
      "commit": "d5c580de11cc725ad3d98d6a17a3bf2504965794",
      "tree": "fcd790ad246d639c4af09a22dcbadaf7b3c66550",
      "parents": [
        "3663e2c3c71d3e1ffee81d2189c23bc66bab8042"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 13 11:03:12 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 13 11:03:12 2020 +0200"
      },
      "message": "added README\n"
    },
    {
      "commit": "3663e2c3c71d3e1ffee81d2189c23bc66bab8042",
      "tree": "ea8bd415848dec09320ec53735e61fa05d7af7c7",
      "parents": [
        "f0bbe8d9b9bf7646c5a21fd0854ae917d1375fd8"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Apr 12 15:16:59 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Apr 12 15:16:59 2020 +0200"
      },
      "message": "fixed broken links (MPIR 3)\n"
    },
    {
      "commit": "f0bbe8d9b9bf7646c5a21fd0854ae917d1375fd8",
      "tree": "fa0b9ffaa4b95146a16d49250c9f8619e07cdf89",
      "parents": [
        "395302c1f45be004b742eb647825cf73beac754a"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Apr 08 20:01:11 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Apr 08 20:01:11 2020 +0200"
      },
      "message": "[MJARSIGNER-61] make build Reproducible\n"
    },
    {
      "commit": "395302c1f45be004b742eb647825cf73beac754a",
      "tree": "f6caac0b5b91482d6ea1c4056cfdf1fbc99ca78c",
      "parents": [
        "9226019917679123a221d540e3fe1dc260849df0"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jan 20 23:11:16 2020 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jan 20 23:11:46 2020 +0100"
      },
      "message": "Removed fixme for Toolchain lookup\n\nDue to issues with never java builds\n\n"
    },
    {
      "commit": "9226019917679123a221d540e3fe1dc260849df0",
      "tree": "2c27408a6b4395045524413c305d9f7e4314062d",
      "parents": [
        "efb2dc34e83fc533dadee34e2270a3d25ccfe238"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jan 19 12:18:03 2020 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jan 19 12:19:11 2020 +0100"
      },
      "message": "Update links to https versions\n\n"
    },
    {
      "commit": "efb2dc34e83fc533dadee34e2270a3d25ccfe238",
      "tree": "b665b2d1c4d758c9ed49075b8af65d78cd72f938",
      "parents": [
        "6b7ec998d6c8d153b47cf7be49208a28f6992ba9"
      ],
      "author": {
        "name": "James Gough",
        "email": "jpgough@gmail.com",
        "time": "Mon Jun 03 13:14:47 2019 +0100"
      },
      "committer": {
        "name": "James Gough",
        "email": "jpgough@gmail.com",
        "time": "Mon Jun 03 13:14:47 2019 +0100"
      },
      "message": "[MJARSIGNER-60] Remove dead link to wiki\n"
    },
    {
      "commit": "6b7ec998d6c8d153b47cf7be49208a28f6992ba9",
      "tree": "621b0b7dde29f9666bc838b4c26f8cbf16238332",
      "parents": [
        "a71ade0cd60e89c139be4859a3049811c8ed302b"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Sat Nov 03 11:22:37 2018 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Sat Nov 03 11:22:37 2018 +0100"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "a71ade0cd60e89c139be4859a3049811c8ed302b",
      "tree": "702262f9a81516eb209472464048a3674ef58a69",
      "parents": [
        "d9c8e009df9af93ba98454adad4f78f79af760bc"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Sat Nov 03 11:22:12 2018 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Sat Nov 03 11:22:12 2018 +0100"
      },
      "message": "[maven-release-plugin] prepare release maven-jarsigner-plugin-3.0.0\n"
    },
    {
      "commit": "d9c8e009df9af93ba98454adad4f78f79af760bc",
      "tree": "5cf9b6d1441f2fb256422490da08ede23e2cecfe",
      "parents": [
        "ee1a42a657f4b37551eee3b528e5d8ac275a09d9"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Nov 02 20:11:00 2018 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Nov 02 20:11:00 2018 +0100"
      },
      "message": "[MJARSIGNER-58] Update maven-jarsigner dependency\n"
    },
    {
      "commit": "ee1a42a657f4b37551eee3b528e5d8ac275a09d9",
      "tree": "19690d4d85a9bc64e2df7c32ef49952f9cc7b773",
      "parents": [
        "7f73fcd74552290b4b9cf66d690660819c09f887"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Oct 26 12:52:37 2018 +0200"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Oct 26 12:52:37 2018 +0200"
      },
      "message": "[MJARSIGNER-57] Remove deprecated parameters\n"
    },
    {
      "commit": "7f73fcd74552290b4b9cf66d690660819c09f887",
      "tree": "e087fbcedae2010f5c1fee144b767afbf523264f",
      "parents": [
        "26e5c49a35531d530b58d222d561112f68ee5bf7"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Oct 26 12:40:06 2018 +0200"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Oct 26 12:40:06 2018 +0200"
      },
      "message": "[MJARSIGNER-56] Require Java 7\n"
    },
    {
      "commit": "26e5c49a35531d530b58d222d561112f68ee5bf7",
      "tree": "73f6d92f7b34a3c7124cc4c811d924e2140e27d0",
      "parents": [
        "60fd9a049baa68ccb9a7ec1d6d379de1c87c4608"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Oct 26 12:09:44 2018 +0200"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Oct 26 12:09:44 2018 +0200"
      },
      "message": "Fix Javadoc warning\nUpgrade maven-jxr-plugin to 3.0.0 for improved reports\n"
    },
    {
      "commit": "60fd9a049baa68ccb9a7ec1d6d379de1c87c4608",
      "tree": "5306e4655b44d640e65d72ab4fd7ebb0fa37d6d6",
      "parents": [
        "edce05b0d427c99064347724b85b965242be6a97"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Wed Oct 24 22:09:06 2018 +0200"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Wed Oct 24 22:09:06 2018 +0200"
      },
      "message": "Upgrade parent to 33\n"
    },
    {
      "commit": "edce05b0d427c99064347724b85b965242be6a97",
      "tree": "c3ea389fbff5fe5285aadf7dd1a42fc65ecb13f4",
      "parents": [
        "93587d112b9efd1e5807f7a81ff3908261e35838"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Wed Oct 24 21:59:54 2018 +0200"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Wed Oct 24 21:59:54 2018 +0200"
      },
      "message": "Switch to asfMavenTlpPlgnBuild\n"
    },
    {
      "commit": "93587d112b9efd1e5807f7a81ff3908261e35838",
      "tree": "4dd73258a71ef777f713f79732f8967a4c2d3753",
      "parents": [
        "2ffb551fc297af7754412b54397e4e0da81964f1"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Aug 29 14:53:27 2018 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Aug 29 14:53:27 2018 +0200"
      },
      "message": "[MPOM-205] use sha512 checksums instead of sha1\n"
    },
    {
      "commit": "2ffb551fc297af7754412b54397e4e0da81964f1",
      "tree": "d35a4c342c5917a1da96fe6fd9be43c7871b7fed",
      "parents": [
        "1914f9180c68e89e92de8a0b6dd73ed536fc81f3"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Aug 29 14:42:27 2018 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Aug 29 14:42:27 2018 +0200"
      },
      "message": "[MNGSITE-341] use https for sigs, hashes and KEYS\n"
    },
    {
      "commit": "1914f9180c68e89e92de8a0b6dd73ed536fc81f3",
      "tree": "deac7bd0f3e3f21752669183196c7d5389acf5c3",
      "parents": [
        "bc0f281696282e94e598863d50ceb7b95fd84995"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Jun 19 00:02:19 2018 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Jun 19 00:02:19 2018 +0200"
      },
      "message": "[INFRA-16467] move components documentation out of CMS space\n"
    },
    {
      "commit": "bc0f281696282e94e598863d50ceb7b95fd84995",
      "tree": "820b0af8ef7638c3fe6cb2baa86c2762db1f42ff",
      "parents": [
        "50fbd740db30bf40f7849d296df73bfc651cfb3e"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri May 11 15:01:35 2018 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri May 11 15:01:35 2018 +0200"
      },
      "message": "[MNGSITE-328] use sha1 checksum instead of md5\n"
    },
    {
      "commit": "50fbd740db30bf40f7849d296df73bfc651cfb3e",
      "tree": "1e58a1649aed0984ef940b01246d060d7f238a59",
      "parents": [
        "e5b04cd77a2752509f8d608fe1a37a263c29b8fa"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Tue Feb 13 19:55:49 2018 +0100"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Tue Feb 13 19:55:49 2018 +0100"
      },
      "message": "[MJARSIGNER-55] - Upgrade parent to 31\n"
    },
    {
      "commit": "e5b04cd77a2752509f8d608fe1a37a263c29b8fa",
      "tree": "d7f0b692e8a679805fa0ae835e3975834fa72b73",
      "parents": [
        "44f7d7a08bc0a9d5e1068d3f35e5d458e7f5d420"
      ],
      "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": "44f7d7a08bc0a9d5e1068d3f35e5d458e7f5d420",
      "tree": "ebb25007e93ce2dc23e791287120d99fd4151b4d",
      "parents": [
        "62b64464a9aac76ad0ed934118199a9be59282b1"
      ],
      "author": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Fri Aug 18 12:43:12 2017 +0000"
      },
      "committer": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Fri Aug 18 12:43:12 2017 +0000"
      },
      "message": "[MJARSIGNER-53] merge pr fix #125\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1805414 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "62b64464a9aac76ad0ed934118199a9be59282b1",
      "tree": "b003b6918e33566bc88700badbb2f532ed60e697",
      "parents": [
        "cf37f79a0be378504519a770f462e3c64afacfcc"
      ],
      "author": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Fri Aug 18 12:43:06 2017 +0000"
      },
      "committer": {
        "name": "Olivier Lamy",
        "email": "olamy@apache.org",
        "time": "Fri Aug 18 12:43:06 2017 +0000"
      },
      "message": "[MJARSIGNER-53] - Add support of the \"certchain\" option in the \"sign\" mojo\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1805413 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "cf37f79a0be378504519a770f462e3c64afacfcc",
      "tree": "aa423d78cf57299f3fb26f48eccde5fe75c14e74",
      "parents": [
        "30d6fe730e581c9c75d80f81f444d95a62db392f"
      ],
      "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": "30d6fe730e581c9c75d80f81f444d95a62db392f",
      "tree": "4dd60e52ecaf4260b293c51a98de41314ed888c5",
      "parents": [
        "6f1f8896b565aa67f2c22d6af53b0e2b0dadd982"
      ],
      "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": "6f1f8896b565aa67f2c22d6af53b0e2b0dadd982",
      "tree": "aa423d78cf57299f3fb26f48eccde5fe75c14e74",
      "parents": [
        "c0d17439d2e786198772fd879701ecfa467fca2a"
      ],
      "author": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Sat Dec 10 23:24:24 2016 +0000"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Sat Dec 10 23:24:24 2016 +0000"
      },
      "message": "Correct jira.codehaus.org to issues.apache.org/jira\n\nSubmitted-by: John Patrick \u003cnhoj.patrick@gmail.com\u003e\n\nThis closes #98\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1773543 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c0d17439d2e786198772fd879701ecfa467fca2a",
      "tree": "f90b08395e533587fe9f28937964a9296486bb04",
      "parents": [
        "98260c73855e7ceb82d317489cec042a1c388c1a"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Jul 30 09:06:08 2016 +0000"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Jul 30 09:06:08 2016 +0000"
      },
      "message": "[MJARSIGNER-50] Upgrade maven-shared-utils to 3.1.0\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1754605 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "98260c73855e7ceb82d317489cec042a1c388c1a",
      "tree": "bf7d04a7d10f28c89b50537650a3729083fcf89b",
      "parents": [
        "e8cf167398c1dcbfb2732d3ee1c85153f302a142"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Jun 04 13:23:24 2016 +0000"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Jun 04 13:23:24 2016 +0000"
      },
      "message": "[MJARSIGNER-49] Upgrade maven-shared-components parent to version 30\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1746822 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e8cf167398c1dcbfb2732d3ee1c85153f302a142",
      "tree": "b70c65f19d941d41b8d9c00e5ff28fe0e4fb0bdf",
      "parents": [
        "b36162b378d43eb2c368a8dd8ecc675e64c46f99"
      ],
      "author": {
        "name": "Herve Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun May 15 18:13:32 2016 +0000"
      },
      "committer": {
        "name": "Herve Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun May 15 18:13:32 2016 +0000"
      },
      "message": "updated Jira url\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1743942 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b36162b378d43eb2c368a8dd8ecc675e64c46f99",
      "tree": "3a9662a3305fb253c42c1c83731830eb0883668d",
      "parents": [
        "78e20fcf33e4584410891fc8b257ee08ccb5384e"
      ],
      "author": {
        "name": "Herve Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun May 15 09:15:02 2016 +0000"
      },
      "committer": {
        "name": "Herve Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun May 15 09:15:02 2016 +0000"
      },
      "message": "updated Jira url\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1743895 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "78e20fcf33e4584410891fc8b257ee08ccb5384e",
      "tree": "b935b24f9983eb31698769f9f31c3611ec312fbc",
      "parents": [
        "338182ceed51173909e1c589d4a64d50e96d711d"
      ],
      "author": {
        "name": "Christian Schulte",
        "email": "schulte@apache.org",
        "time": "Thu May 12 00:35:50 2016 +0000"
      },
      "committer": {
        "name": "Christian Schulte",
        "email": "schulte@apache.org",
        "time": "Thu May 12 00:35:50 2016 +0000"
      },
      "message": "o Updated \u0027mecanism\u0027 to \u0027mechanism\u0027.\n\nThis closes #83\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1743448 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "338182ceed51173909e1c589d4a64d50e96d711d",
      "tree": "853e190be051e1d4d631a0c6175124328759ae00",
      "parents": [
        "9edb772c4ae96f23e6cbb7aeaf63b94d4a23878e"
      ],
      "author": {
        "name": "Christian Schulte",
        "email": "schulte@apache.org",
        "time": "Thu Dec 17 16:11:58 2015 +0000"
      },
      "committer": {
        "name": "Christian Schulte",
        "email": "schulte@apache.org",
        "time": "Thu Dec 17 16:11:58 2015 +0000"
      },
      "message": "[MJARSIGNER-17] The plugin should pass proxy information to the jarsigner command.\n\no Updated to pass the active proxy from the Maven settings to \u0027jarsigner\u0027.\no Updated to pass the \u0027file.encoding\u0027 the plugin is executed with to \u0027jarsigner\u0027.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1720607 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9edb772c4ae96f23e6cbb7aeaf63b94d4a23878e",
      "tree": "f04042eb7e2b47815c27d0cf6f2a1c6704ecbd39",
      "parents": [
        "c1ff3e14d0f3c36bcfa093fce47d7c295d70f226"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Fri Nov 27 12:20:05 2015 +0000"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Fri Nov 27 12:20:05 2015 +0000"
      },
      "message": "[MJARSIGNER-47] Upgrade Maven 3.X Only JDK 1.6\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1716861 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c1ff3e14d0f3c36bcfa093fce47d7c295d70f226",
      "tree": "1517f75eb20e198234ef397f2a9405aed9d13e3a",
      "parents": [
        "be574c97323d81b6ecc26646ca9927c10a7bb3d1"
      ],
      "author": {
        "name": "Herve Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Nov 17 20:21:30 2015 +0000"
      },
      "committer": {
        "name": "Herve Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Nov 17 20:21:30 2015 +0000"
      },
      "message": "[MPOM-95] updated parent pom location\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1714875 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "be574c97323d81b6ecc26646ca9927c10a7bb3d1",
      "tree": "082df176cd46402d653881e03e2e2df53be9eec6",
      "parents": [
        "0dfd59247ddec888d321a8c24efba8f26f38e99a"
      ],
      "author": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Oct 23 14:29:47 2015 +0000"
      },
      "committer": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Fri Oct 23 14:29:47 2015 +0000"
      },
      "message": "use released version of plugin parent, i.e 28\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1710222 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0dfd59247ddec888d321a8c24efba8f26f38e99a",
      "tree": "5ff6c7ce2e7afaccd07f5fe03c9ee1390d49d160",
      "parents": [
        "298783278c8a06e3b54114de3d3a958c3d133183"
      ],
      "author": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Thu Sep 24 21:12:20 2015 +0000"
      },
      "committer": {
        "name": "Robert Scholte",
        "email": "rfscholte@apache.org",
        "time": "Thu Sep 24 21:12:20 2015 +0000"
      },
      "message": "Result of mvn versions:update-child-modules -DallowSnapshots -N\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1705152 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "298783278c8a06e3b54114de3d3a958c3d133183",
      "tree": "db581c05d2e253287969aa1450d3a3644c03992f",
      "parents": [
        "8de1f68d3f37908879b78a0c38534282bbae2512"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Fri Jun 19 22:37:34 2015 +0000"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Fri Jun 19 22:37:34 2015 +0000"
      },
      "message": "[MNGSITE-243] Fixed link to How to use Mirros for Repositories\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1686511 13f79535-47bb-0310-9956-ffa450edef68\n"
    }
  ],
  "next": "8de1f68d3f37908879b78a0c38534282bbae2512"
}
