)]}'
{
  "log": [
    {
      "commit": "bb9223465544326d37f7afa3780b98febed0020a",
      "tree": "60d6b2665f079bc3253df6acbcbd413581545421",
      "parents": [
        "22c24c28a320c39c50b53f0279a05d0906029619"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 11:41:11 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 16:18:05 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": "22c24c28a320c39c50b53f0279a05d0906029619",
      "tree": "ae00d8b1fa28fbd757669412e9b7cb889310ab00",
      "parents": [
        "f9a389373c8fb623ee6fc86c7daa39e62c73166b"
      ],
      "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:26:32 2026 +0200"
      },
      "message": "Port the site documentation from APT to Markdown\n\n3 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": "f9a389373c8fb623ee6fc86c7daa39e62c73166b",
      "tree": "d706e6b51776a224eaa2d936976de25eabadb4a1",
      "parents": [
        "b7e4a0ff0096801a1c11c3daee00edb1e129264c"
      ],
      "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:26:32 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": "b7e4a0ff0096801a1c11c3daee00edb1e129264c",
      "tree": "45107dac21c13a119826e5d790b22547e6b844e6",
      "parents": [
        "3ef5a8b86e01b39a8b8ed59dd7d291f39a6f2c79"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 02:52:34 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jul 29 00:12:03 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": "3ef5a8b86e01b39a8b8ed59dd7d291f39a6f2c79",
      "tree": "028f751d59de6eb5560287ccf50c8767518b2fda",
      "parents": [
        "626eec6d220543404d73c4d7d27578116c654a79"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 15 07:28:42 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 15 07:28:42 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml (#109)\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": "626eec6d220543404d73c4d7d27578116c654a79",
      "tree": "c0fcd2afde427e765ead02b79eed67bbac53103a",
      "parents": [
        "4ded2003b128b3bf0218b7addc93304bbd259c32"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 02:52:32 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jul 14 11:07:52 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": "4ded2003b128b3bf0218b7addc93304bbd259c32",
      "tree": "184ddaf916423da030ca02e45a79662816e3aaad",
      "parents": [
        "af1a00f12369727b8f71d1f48bde53129dac17ea"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Jul 14 02:52:29 2026 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jul 14 11:05:18 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml\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"
    },
    {
      "commit": "af1a00f12369727b8f71d1f48bde53129dac17ea",
      "tree": "eb6039f216d3e9282c46c13704e8b84836dd5a4e",
      "parents": [
        "2c29bd65ba7372470bdb69a8df0f47474622f6e1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 29 17:26:13 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 29 17:26:13 2026 +0200"
      },
      "message": "Bump org.apache.maven.shared:maven-shared-components from 48 to 49 (#107)\n\nBumps [org.apache.maven.shared:maven-shared-components](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.shared:maven-shared-components\n  dependency-version: \u002749\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "2c29bd65ba7372470bdb69a8df0f47474622f6e1",
      "tree": "bae381625fc1e6ac3b4c6add3cb6e4b169cd6cca",
      "parents": [
        "4728e68914a4358f8ea7c5e4f2063a8633827286"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun May 17 11:28:52 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun May 17 11:28:52 2026 +0200"
      },
      "message": "Bump org.apache.maven.shared:maven-shared-components from 47 to 48 (#106)\n\nBumps [org.apache.maven.shared:maven-shared-components](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.shared:maven-shared-components\n  dependency-version: \u002748\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "4728e68914a4358f8ea7c5e4f2063a8633827286",
      "tree": "535189115ae86fbf98849b8aa273af8cdf35b5d4",
      "parents": [
        "a1fc429affa2e50e2f367f2b304f168b123f2b4e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Apr 24 09:28:03 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 24 09:28:03 2026 +0200"
      },
      "message": "Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#105)\n\nBumps commons-io:commons-io from 2.21.0 to 2.22.0.\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-version: 2.22.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "a1fc429affa2e50e2f367f2b304f168b123f2b4e",
      "tree": "1ccbfc010a19d74f585069b76e7fa12f2b420958",
      "parents": [
        "9b1d7159ea90c1ca40c1f300b302f1e292a0e0b9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 14 05:44:56 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 14 05:44:56 2026 +0100"
      },
      "message": "Bump org.apache.maven.shared:maven-shared-components from 46 to 47 (#104)\n\nBumps [org.apache.maven.shared:maven-shared-components](https://github.com/apache/maven-parent) from 46 to 47.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.shared:maven-shared-components\n  dependency-version: \u002747\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "9b1d7159ea90c1ca40c1f300b302f1e292a0e0b9",
      "tree": "253dbbd6370bcaaf98547bd5dd77d080471180a1",
      "parents": [
        "c34ae663a06b65b8123df36a503dc165419a8e50"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 07 06:36:56 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 07 06:36:56 2026 +0100"
      },
      "message": "Bump org.apache.maven.shared:maven-shared-components from 45 to 46 (#103)\n\nBumps [org.apache.maven.shared:maven-shared-components](https://github.com/apache/maven-parent) from 45 to 46.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.shared:maven-shared-components\n  dependency-version: \u002746\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "c34ae663a06b65b8123df36a503dc165419a8e50",
      "tree": "85662b72261f9cf86c787b33d9a174baa4698a3a",
      "parents": [
        "c6066750c2a16e1d5d886578df9b46784116ca50"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 10 02:07:17 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Nov 11 01:08:16 2025 +0100"
      },
      "message": "Bump commons-io:commons-io from 2.20.0 to 2.21.0\n\nBumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.20.0 to 2.21.0.\n- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)\n- [Commits](https://github.com/apache/commons-io/compare/rel/commons-io-2.20.0...rel/commons-io-2.21.0)\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-version: 2.21.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "c6066750c2a16e1d5d886578df9b46784116ca50",
      "tree": "574713ef17045d80397c5e83bfb854f886127e2b",
      "parents": [
        "e16d47e9e297007bd0cca3e31cb908f7f9c04718"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Nov 04 03:02:20 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 04 03:02:20 2025 +0100"
      },
      "message": "JUnit Jupiter best practices (#101)\n\n\n\nCo-authored-by: Moderne \u003cteam@moderne.io\u003e"
    },
    {
      "commit": "e16d47e9e297007bd0cca3e31cb908f7f9c04718",
      "tree": "3f53750ee9f5f5c3b62f036ecc7ab9d422a0cac2",
      "parents": [
        "d22e96098aefc7a8a5e3cd2da47131b6ec858f24"
      ],
      "author": {
        "name": "Sebastian Tiemann",
        "email": "setie@mailbox.org",
        "time": "Fri Aug 29 05:34:13 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 29 13:34:13 2025 +1000"
      },
      "message": "feat: enable prevent branch protection rules (#100)\n\n"
    },
    {
      "commit": "d22e96098aefc7a8a5e3cd2da47131b6ec858f24",
      "tree": "530845889a6093096ad941be0abadf7dd0608708",
      "parents": [
        "54b863b152054253bd039136e5e66afca0a516a3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 21 07:30:09 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 21 07:30:09 2025 +0200"
      },
      "message": "Bump commons-io:commons-io from 2.19.0 to 2.20.0 (#99)\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-version: 2.20.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "54b863b152054253bd039136e5e66afca0a516a3",
      "tree": "c7f93db68fbeb84964a9ca1ed82ad65584e43a83",
      "parents": [
        "fbc06be65c33ea19ff52f35941df638ed4ea00c1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 18 02:14:33 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 02 23:19:46 2025 +0200"
      },
      "message": "Bump org.apache.maven.shared:maven-shared-components from 44 to 45\n\nBumps [org.apache.maven.shared:maven-shared-components](https://github.com/apache/maven-parent) from 44 to 45.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.shared:maven-shared-components\n  dependency-version: \u002745\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "fbc06be65c33ea19ff52f35941df638ed4ea00c1",
      "tree": "acf052d77300fdcd541c585a92db0126bbd43e72",
      "parents": [
        "305c81af33efe28a1c56de6803ce5bc25f28b53f"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Tue Jun 17 18:48:03 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 17 18:48:03 2025 +0200"
      },
      "message": "Remove old JIRA issue link"
    },
    {
      "commit": "305c81af33efe28a1c56de6803ce5bc25f28b53f",
      "tree": "f86f9f5badcf19e4230efd5416fca9fc0d81cfab",
      "parents": [
        "36efd6f162c30f468669935a764e8b41e8daa062"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Apr 13 23:19:14 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Apr 13 23:19:14 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "36efd6f162c30f468669935a764e8b41e8daa062",
      "tree": "37ca54af6613d3f5e973455cc35348ecf52f7d5c",
      "parents": [
        "ce8a9aa60dfa851c4b7a092aa65ccdc5a3a31355"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Apr 13 23:18:54 2025 +0200"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Apr 13 23:18:54 2025 +0200"
      },
      "message": "[maven-release-plugin] prepare release v3.2.0\n"
    },
    {
      "commit": "ce8a9aa60dfa851c4b7a092aa65ccdc5a3a31355",
      "tree": "68c94ea703f852eab0386b0c87decce221fe6e5c",
      "parents": [
        "58068b00844766aa50a2db7e8354f61444ecc0cb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Apr 13 21:12:48 2025 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Apr 13 23:16:19 2025 +0200"
      },
      "message": "Bump commons-io:commons-io from 2.18.0 to 2.19.0\n\nBumps commons-io:commons-io from 2.18.0 to 2.19.0.\n\n---\nupdated-dependencies:\n- dependency-name: commons-io:commons-io\n  dependency-version: 2.19.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": "58068b00844766aa50a2db7e8354f61444ecc0cb",
      "tree": "c1de85aa9fef8fe7ae7dede3556cb520d8995d1c",
      "parents": [
        "0b43f78ec71f4bc51d4eae302577e30196009d6a"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Mar 25 08:43:10 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Mar 25 20:39:34 2025 +0100"
      },
      "message": "Update site descriptor\n"
    },
    {
      "commit": "0b43f78ec71f4bc51d4eae302577e30196009d6a",
      "tree": "b4d9f48eb93637b4a09d3ffb3620f3e6e100be98",
      "parents": [
        "8e2c8d36eec58d04ed7bd6a4609526fcbbb8ee9e"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Mar 24 20:48:17 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Mar 25 19:40:49 2025 +0100"
      },
      "message": "Skip generating of xml reader and writer for FileSet\n\nxml reader and writer should not be used\nwe only have documented how to use FileSet in java code\n"
    },
    {
      "commit": "8e2c8d36eec58d04ed7bd6a4609526fcbbb8ee9e",
      "tree": "f5075a5bdf21368c22236eb59e252fb7d1bf636a",
      "parents": [
        "a6255a6ad3d7b38a1deb5c420bf314c32b9f4603"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Mar 19 02:29:15 2025 +0000"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Mon Mar 24 20:23:48 2025 +0100"
      },
      "message": "Bump org.apache.maven.shared:maven-shared-components from 43 to 44\n\nBumps [org.apache.maven.shared:maven-shared-components](https://github.com/apache/maven-parent) from 43 to 44.\n- [Release notes](https://github.com/apache/maven-parent/releases)\n- [Commits](https://github.com/apache/maven-parent/commits/v44)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.shared:maven-shared-components\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "a6255a6ad3d7b38a1deb5c420bf314c32b9f4603",
      "tree": "2ea530a3e99cb858c1c3e2bc215f9903339dc510",
      "parents": [
        "5e0bf0f349525afd9d9e245e8acd0aeb8945efca"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Mar 15 21:02:25 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Mar 16 21:59:56 2025 +0100"
      },
      "message": "Use version of modello-maven-plugin from parent\n"
    },
    {
      "commit": "5e0bf0f349525afd9d9e245e8acd0aeb8945efca",
      "tree": "4c40ce95203841ff9441925a5eaa4180eba14360",
      "parents": [
        "1ad7648657d08c9cfeb842a9c93dc4c9988cb4e8"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sun Mar 16 12:45:31 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Mar 16 12:45:31 2025 +0100"
      },
      "message": "Enable GitHub Issues\n\n"
    },
    {
      "commit": "1ad7648657d08c9cfeb842a9c93dc4c9988cb4e8",
      "tree": "b56f881bfa96122c07a9545e5a425ecde690d811",
      "parents": [
        "995453c615f84665f499b667a804cbd5727729c9"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Mar 15 15:48:02 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Mar 15 19:50:14 2025 +0100"
      },
      "message": "Add Release Drafter\n"
    },
    {
      "commit": "995453c615f84665f499b667a804cbd5727729c9",
      "tree": "e2d01fc3ccbcfe24d9718c88c379bf30dc351a01",
      "parents": [
        "401f0483a66aa453d08f1b531f227459c8c7e5ab"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Mar 15 15:49:37 2025 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Sat Mar 15 19:30:18 2025 +0100"
      },
      "message": "Add PR Automation and Stale actions\n"
    },
    {
      "commit": "401f0483a66aa453d08f1b531f227459c8c7e5ab",
      "tree": "e0214c1988cdd853c87aa6e25f2d430c12279ccd",
      "parents": [
        "276513503e826ae82114c791475a999911a89551"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Dec 15 18:10:46 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 15 18:10:46 2024 +0100"
      },
      "message": "[MSHARED-1380] Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#40)\n\nBumps commons-io:commons-io from 2.17.0 to 2.18.0.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: commons-io:commons-io\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": "276513503e826ae82114c791475a999911a89551",
      "tree": "115c2f8102b2ba9cdcac8a2e0a7e45c8798525e9",
      "parents": [
        "f119e21ec3a0c57dd42830d5dcd437e9e79de4ef"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Fri Nov 08 18:03:05 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Nov 26 20:11:51 2024 +0100"
      },
      "message": "[MSHARED-1448] Refresh download page\n"
    },
    {
      "commit": "f119e21ec3a0c57dd42830d5dcd437e9e79de4ef",
      "tree": "95593a9ffd2f128418f03bd2267284a71122fb9b",
      "parents": [
        "b9c9bd88acbbc229d6449831109a4acb1c41a293"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Nov 07 18:56:56 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Nov 07 18:56:56 2024 +0100"
      },
      "message": "[MSHARED-1381] Bump org.apache.maven.shared:maven-shared-components from 42 to 43 (#36)\n\nBumps [org.apache.maven.shared:maven-shared-components](https://github.com/apache/maven-parent) from 42 to 43.\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.shared:maven-shared-components\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": "b9c9bd88acbbc229d6449831109a4acb1c41a293",
      "tree": "97a9d9c1cce49139167b25284559f47694934686",
      "parents": [
        "a293b2fd91488e76d0cc872c6888d93aac686db4"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Oct 28 21:44:20 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 28 21:44:20 2024 +0100"
      },
      "message": "[MSHARED-1380] Bump commons-io:commons-io from 2.16.1 to 2.17.0 (#37)\n\nBumps commons-io:commons-io from 2.16.1 to 2.17.0.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: commons-io:commons-io\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": "a293b2fd91488e76d0cc872c6888d93aac686db4",
      "tree": "788ea10e8f73812c324383d1f8d558e413523308",
      "parents": [
        "0176d645c3051f5617ab8889a0dd5db76d816e82"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Aug 18 23:10:33 2024 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Aug 18 23:10:33 2024 +0200"
      },
      "message": "use new Reproducible Central badge endpoint\n"
    },
    {
      "commit": "0176d645c3051f5617ab8889a0dd5db76d816e82",
      "tree": "733e71eb35dbd8bad583dbfd84f8906d3905e42d",
      "parents": [
        "9fd9cd9eb3a9da3d71c7cb22edb22c8661aaf6c6"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Apr 16 23:49:18 2024 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Apr 16 23:54:09 2024 +0200"
      },
      "message": "[MSHARED-1380] Upgrade commons-io to 2.16.1\n"
    },
    {
      "commit": "9fd9cd9eb3a9da3d71c7cb22edb22c8661aaf6c6",
      "tree": "d321ef1fd4afe2b92140abeecc984aaf87a130bc",
      "parents": [
        "1e77a55c8527811a1e24fe5c3ebdc386c03ae306"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Apr 16 23:44:44 2024 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Apr 16 23:50:11 2024 +0200"
      },
      "message": "[MSHARED-1381] Upgrade parent pom to 42\n"
    },
    {
      "commit": "1e77a55c8527811a1e24fe5c3ebdc386c03ae306",
      "tree": "de1fa88fd43b5198c77fd9da67ada8c4b0f52ddc",
      "parents": [
        "c94fa7d7352dbcbba2846492426c98ff32a1de82"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 04 02:13:09 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Mar 31 15:23:01 2024 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared from 3 to 4\n\nBumps [apache/maven-gh-actions-shared](https://github.com/apache/maven-gh-actions-shared) from 3 to 4.\n- [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: apache/maven-gh-actions-shared\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "c94fa7d7352dbcbba2846492426c98ff32a1de82",
      "tree": "ecd2aff67108ac25fe6a7712c2fc28a633ef768f",
      "parents": [
        "d1d0e7df65bb2702fc4704510ea9063a7bdfea53"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 05 02:58:10 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Mar 31 15:22:50 2024 +0200"
      },
      "message": "Bump org.junit:junit-bom from 5.10.1 to 5.10.2\n\nBumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit:junit-bom\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "d1d0e7df65bb2702fc4704510ea9063a7bdfea53",
      "tree": "f423466b3710429d914c5ec46b22f94b7b4d6156",
      "parents": [
        "9ded36b28094848997d7cf700f7a93f310b3f873"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 06 02:35:25 2023 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Dec 23 02:02:44 2023 +0100"
      },
      "message": "Bump org.junit:junit-bom from 5.10.0 to 5.10.1\n\nBumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit:junit-bom\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "9ded36b28094848997d7cf700f7a93f310b3f873",
      "tree": "312257d7bf7801dfac746ded019bfcf03ca9e25e",
      "parents": [
        "e301d1e0a91d9858fcbc06d8539569b84f2b2d08"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 24 02:12:40 2023 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 11 19:05:56 2023 +0200"
      },
      "message": "Bump org.junit:junit-bom from 5.9.3 to 5.10.0\n\nBumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit:junit-bom\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "e301d1e0a91d9858fcbc06d8539569b84f2b2d08",
      "tree": "39c604e2ff2fa97908d1d5753caabfbfd1fbd0af",
      "parents": [
        "269ee1b190638b810f29067502d1abeabce9e83c"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Jun 14 21:00:08 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 15 01:00:08 2023 +0000"
      },
      "message": "remove duplicate tests and unneeded code (#23)\n\n"
    },
    {
      "commit": "269ee1b190638b810f29067502d1abeabce9e83c",
      "tree": "171083a2f663772c0c1bff8218fcea48beb8ac15",
      "parents": [
        "198b7c07c2f9085a36515f1405d551ca10141a83"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jun 11 21:40:39 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Jun 11 21:40:39 2023 +0200"
      },
      "message": "Ignore reformat commit after parent pom update\n"
    },
    {
      "commit": "198b7c07c2f9085a36515f1405d551ca10141a83",
      "tree": "03b80de282fce31a019b05cb8ed6b48591be4819",
      "parents": [
        "540165da240431b70cc3a8f17e6ce969f3001018"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Jun 11 14:25:49 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jun 11 14:25:49 2023 -0400"
      },
      "message": "fix JUnit dependencies (#25)\n\n"
    },
    {
      "commit": "540165da240431b70cc3a8f17e6ce969f3001018",
      "tree": "7dc844ece04a2e14a92338cf0f1ca822648081e3",
      "parents": [
        "af5229e042131320d55af6a13068eedbdb1190ac"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Jun 11 08:12:02 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jun 11 08:12:02 2023 -0400"
      },
      "message": "[MSHARED-1203] no longer need to shell out to create a symbolic link (#24)\n\n"
    },
    {
      "commit": "af5229e042131320d55af6a13068eedbdb1190ac",
      "tree": "661b3d05013f79c17eaaaacf9e8501b0a54a22f4",
      "parents": [
        "638f36a8e668aa818ba067071a258e1082efbad0"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Jun 10 19:50:28 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 10 23:50:28 2023 +0000"
      },
      "message": "Java 7 has can detect symbolic links (#20)\n\n"
    },
    {
      "commit": "638f36a8e668aa818ba067071a258e1082efbad0",
      "tree": "34b3045c4217f0c91c7daf39006c235520a8715a",
      "parents": [
        "564c257ea9a6b043e5bf49c911fad3556f6e93f1"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Jun 10 19:49:49 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 10 23:49:49 2023 +0000"
      },
      "message": "[MSHARED-1266] upgrade commons-io 2.11.0 --\u003e 2.13.0 (#21)\n\n"
    },
    {
      "commit": "564c257ea9a6b043e5bf49c911fad3556f6e93f1",
      "tree": "4f68f373cae556286013098e0d0ec8f57ab598ff",
      "parents": [
        "4e31ef448248833cc43f181930eb569ae487cdd7"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Jun 10 19:49:27 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jun 10 23:49:27 2023 +0000"
      },
      "message": "[MSHARED-1265] use JUnit assumptions (#22)\n\n"
    },
    {
      "commit": "4e31ef448248833cc43f181930eb569ae487cdd7",
      "tree": "7f437393a76d7db2b56a5e699ef9ae3102f136a5",
      "parents": [
        "ec4e1eb42076b1f353369fe9e4402ccfec13f49a"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu Jun 08 08:36:49 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 08 08:36:49 2023 -0400"
      },
      "message": "use JUnit @TempDir (#19)\n\n"
    },
    {
      "commit": "ec4e1eb42076b1f353369fe9e4402ccfec13f49a",
      "tree": "c3fafc437a70aa79b074b73bea8ef20bc5e0232f",
      "parents": [
        "a1cb60c882535be84fbd599c895df4113902be18"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Jun 06 20:50:01 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Jun 06 20:56:25 2023 +0200"
      },
      "message": "[MSHARED-1264] Convert to JUnit5\n"
    },
    {
      "commit": "a1cb60c882535be84fbd599c895df4113902be18",
      "tree": "82a47e00f4c71347635b581a7e12aaff8ae6c9fc",
      "parents": [
        "8baf14e2da86f41704f493e3806ba5f223108a81"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Jun 06 20:18:13 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Jun 06 20:47:42 2023 +0200"
      },
      "message": "Revert \"MSHARED-1203 use Java 7 symbolic links (#13)\"\n\nThis reverts commit 3a1e97dcb11d3bb8754a9f1d905f6f5ebbdf3da3.\n"
    },
    {
      "commit": "8baf14e2da86f41704f493e3806ba5f223108a81",
      "tree": "d8216aa65a4d112b5c006ac3150d9b66115bc5a3",
      "parents": [
        "fe8d3a1a98c8017198a5a2b4ea8e11c3cacce9a4"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Jun 06 19:30:27 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Jun 06 20:01:19 2023 +0200"
      },
      "message": "Add GitHub Actions setup and Dependabot\n"
    },
    {
      "commit": "fe8d3a1a98c8017198a5a2b4ea8e11c3cacce9a4",
      "tree": "a58252aaa58bc86d36206b59ffaa6d8b2fe74f02",
      "parents": [
        "3a1e97dcb11d3bb8754a9f1d905f6f5ebbdf3da3"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 24 16:43:16 2023 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 24 16:43:16 2023 +0200"
      },
      "message": "Auto-link MSHARED Jira\n"
    },
    {
      "commit": "3a1e97dcb11d3bb8754a9f1d905f6f5ebbdf3da3",
      "tree": "c946ce67206d286d856641ddecdda072e9c08436",
      "parents": [
        "027c5e4f27020480d1d79ec9e8aa8dd8e093518d"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Mar 15 08:17:03 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 15 12:17:03 2023 +0000"
      },
      "message": "MSHARED-1203 use Java 7 symbolic links (#13)\n\n"
    },
    {
      "commit": "027c5e4f27020480d1d79ec9e8aa8dd8e093518d",
      "tree": "bf3bf42a0d5053b39c2adbcff7d8aba238aaf6c6",
      "parents": [
        "c2cb608216ac726a8cb32acdd4c875da8b79911e"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Mar 12 19:51:29 2023 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Mar 12 23:51:29 2023 +0000"
      },
      "message": "update to parent pom 39 (#12)\n\n"
    },
    {
      "commit": "c2cb608216ac726a8cb32acdd4c875da8b79911e",
      "tree": "3430f58f743a32512030b3f2ad893553eda0f5b4",
      "parents": [
        "925d494e3171f88e2cc548d45c3465e67beaa7fd"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Nov 02 18:40:43 2022 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Nov 02 18:40:43 2022 +0100"
      },
      "message": "add Reproducible Builds badge"
    },
    {
      "commit": "925d494e3171f88e2cc548d45c3465e67beaa7fd",
      "tree": "5d7dfab1ac90d45ffcd822c345e501d300be4bc9",
      "parents": [
        "65d0e04f1bb6aee05473e09cf7e26d4093cb115e"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Thu Jun 30 13:07:33 2022 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 30 13:07:33 2022 +0200"
      },
      "message": "Add ciManagement"
    },
    {
      "commit": "65d0e04f1bb6aee05473e09cf7e26d4093cb115e",
      "tree": "15e5b37771a13ec8c724608718675d2e6219364f",
      "parents": [
        "37b3d9e420bbb04fcfd3118b84848d5be2ec3177"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Wed Jun 29 13:20:20 2022 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Wed Jun 29 13:20:20 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n"
    },
    {
      "commit": "37b3d9e420bbb04fcfd3118b84848d5be2ec3177",
      "tree": "9e953ac4e71eb8286859171899cb4f4593cbf558",
      "parents": [
        "2d8c1d27be426af6537d7cdfe41f25aea8a985a4"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Wed Jun 29 13:20:01 2022 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Wed Jun 29 13:20:01 2022 +0200"
      },
      "message": "[maven-release-plugin] prepare release file-management-3.1.0\n"
    },
    {
      "commit": "2d8c1d27be426af6537d7cdfe41f25aea8a985a4",
      "tree": "15011b692e0a323e590c6e0026ed78dea6fdb710",
      "parents": [
        "70c60f90c98a65e2662732e018470f3e6aae1177"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Wed Jun 29 13:18:52 2022 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Wed Jun 29 13:18:52 2022 +0200"
      },
      "message": "Fix GIT URLs\n"
    },
    {
      "commit": "70c60f90c98a65e2662732e018470f3e6aae1177",
      "tree": "1fde5fd085f5bbaa2ea77351a5cdb28c3be4687e",
      "parents": [
        "c7153b197a9124ff8189310589adaf9e9534990a"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Wed Jun 29 12:30:54 2022 +0200"
      },
      "committer": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Wed Jun 29 12:30:54 2022 +0200"
      },
      "message": "Bump version to 3.1.0\n"
    },
    {
      "commit": "c7153b197a9124ff8189310589adaf9e9534990a",
      "tree": "9e66468379f983b56879071d53f9c943a7702cf6",
      "parents": [
        "3af72a95293f4aaed26969da63d9ff73d6efaa0f"
      ],
      "author": {
        "name": "Tamas Cservenak",
        "email": "tamas@cservenak.net",
        "time": "Tue Jun 28 22:49:17 2022 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 28 22:49:17 2022 +0200"
      },
      "message": "[MSHARED-1090] Update module (#11)\n\nUpdate module:\r\n* parent to POM 36\r\n* Maven level to 3.2.5\r\n* Java level to 8\r\n* drop m-shared-utils (deprecated method call replaced with what deprecation suggested)\r\n* drop legacy APIs like plexus logger, all the logger wrapper, settle on slf4j"
    },
    {
      "commit": "3af72a95293f4aaed26969da63d9ff73d6efaa0f",
      "tree": "a8f277acf0372bcacaa72ac0a9bf85efc8c8d3f0",
      "parents": [
        "10f4aad21f0e6f915b71b8d9d5a485b136244bd7"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jul 25 15:43:48 2021 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jul 25 15:43:48 2021 +0200"
      },
      "message": "update CI url\n"
    },
    {
      "commit": "10f4aad21f0e6f915b71b8d9d5a485b136244bd7",
      "tree": "0953e86d29a83273db1f280ff9b5efa76b0df92a",
      "parents": [
        "a6736910a6d5861a480f68415a2f793a3c4d35cb"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Oct 14 21:32:24 2020 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Oct 14 21:32:52 2020 +0200"
      },
      "message": "Bump junit from 4.13 to 4.13.1\n\n"
    },
    {
      "commit": "a6736910a6d5861a480f68415a2f793a3c4d35cb",
      "tree": "6feb0a0c57d5f5e6ee1e2a32a26f63408a0827a3",
      "parents": [
        "741f8f098cd442757b2870481b90bdd68041b955"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Sep 21 12:26:50 2020 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 21 08:26:50 2020 -0400"
      },
      "message": "Remove deprecated methods in favor of Apache Commons IO (#10)\n\n* use Apache Commons IO"
    },
    {
      "commit": "741f8f098cd442757b2870481b90bdd68041b955",
      "tree": "c435cac13a25997ae2d488cc9030a3d959e4a720",
      "parents": [
        "1fdc23bea6c8f3f3bba689db83c59ef067531330"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 19 23:05:41 2020 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 19 23:08:24 2020 +0200"
      },
      "message": "Fix issues reported by IntelliJ\n"
    },
    {
      "commit": "1fdc23bea6c8f3f3bba689db83c59ef067531330",
      "tree": "f5ed99c217a3ee76804fb5efb87b07d434283fa7",
      "parents": [
        "67cbd47dc2f40321e477ffcf8894ad0f226f8ca9"
      ],
      "author": {
        "name": "Piotrek Żygieło",
        "email": "pzygielo@users.noreply.github.com",
        "time": "Sat Sep 19 17:22:07 2020 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 19 22:40:08 2020 +0200"
      },
      "message": "Remove unused field\n\nCloses #9"
    },
    {
      "commit": "67cbd47dc2f40321e477ffcf8894ad0f226f8ca9",
      "tree": "26f78997a379925a93650afcefd67b6427701ed2",
      "parents": [
        "476138eaedd883cd740c61e645b9d3563389911f"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Sep 19 16:00:42 2020 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Sep 19 12:00:42 2020 -0400"
      },
      "message": "Use try with resources (#8)\n\n* use try with resources\r\n* clean up API doc"
    },
    {
      "commit": "476138eaedd883cd740c61e645b9d3563389911f",
      "tree": "6f0366a61b7105badbdb133c7006652f66bfebda",
      "parents": [
        "3f008e701afcf5f6e4b6f7356458142bf8aeecec"
      ],
      "author": {
        "name": "Brian Long",
        "email": "brian.long@alfresco.com",
        "time": "Thu Mar 26 10:31:14 2020 -0400"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 19 11:56:06 2020 +0200"
      },
      "message": "[MSHARED-958] added missing regexp mapper\n\nCloses #2"
    },
    {
      "commit": "3f008e701afcf5f6e4b6f7356458142bf8aeecec",
      "tree": "78d64a78ec2d94b48227d6f8535d8a286522b0e7",
      "parents": [
        "e474af63d1969601f84e6841b6a582bf8f42b0b1"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 19 11:49:37 2020 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 19 11:49:37 2020 +0200"
      },
      "message": "Bump maven-shared-utils from 3.2.1 to 3.3.3\n\n"
    },
    {
      "commit": "e474af63d1969601f84e6841b6a582bf8f42b0b1",
      "tree": "25f2627c4244f19dacf22eae12bea8a50c83542b",
      "parents": [
        "0128115a75553e79880c11dd4e3393e7d55aac55"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 19 11:48:22 2020 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Sep 19 11:48:22 2020 +0200"
      },
      "message": "[MSHARED-944]  update minimum Maven version to 3.1.0\n\n"
    },
    {
      "commit": "0128115a75553e79880c11dd4e3393e7d55aac55",
      "tree": "50eeb66eb012089d41ec80bd1457ac00c2fb5986",
      "parents": [
        "ec6af7e277c2f568aabc67e8ea354492d0b546a1"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Aug 28 13:04:04 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Aug 28 13:04:04 2020 +0200"
      },
      "message": "update ASF CI url\n"
    },
    {
      "commit": "ec6af7e277c2f568aabc67e8ea354492d0b546a1",
      "tree": "c2d9b3b80e69dc028b85fb7efa8fa1e65ee1ff68",
      "parents": [
        "7f93b1d5162590a197e54d6268a02f471db64e4c"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Tue Jul 07 15:45:09 2020 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 07 15:45:09 2020 -0400"
      },
      "message": "Remove dependency on maven-shared-io (#7)\n\n* remove dependency on maven-shared-io"
    },
    {
      "commit": "7f93b1d5162590a197e54d6268a02f471db64e4c",
      "tree": "19079f97cc6eae39b3be63b2d5bed51f5f4af86b",
      "parents": [
        "502ffc427bbf9f243f1e853db675874a4b4a4272",
        "710c71750b8c6114b90b26d9e3d900d993b84ae0"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Fri Jul 03 08:51:10 2020 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jul 03 08:51:10 2020 -0400"
      },
      "message": "Merge pull request #5 from apache/deps\n\nupdate plexus-utils"
    },
    {
      "commit": "502ffc427bbf9f243f1e853db675874a4b4a4272",
      "tree": "e5e47c7be401a198c39200f46259299fbd4c431d",
      "parents": [
        "4b3c194f647702bfb7699f181b48045ebf003a07"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Fri Jul 03 07:34:48 2020 -0400"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Jul 03 14:02:46 2020 +0200"
      },
      "message": "ignore .checkstyle\n"
    },
    {
      "commit": "710c71750b8c6114b90b26d9e3d900d993b84ae0",
      "tree": "25f53708d847267a2a3a26394a71f5b7981afbc8",
      "parents": [
        "4b3c194f647702bfb7699f181b48045ebf003a07"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Fri Jul 03 07:33:51 2020 -0400"
      },
      "committer": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Fri Jul 03 07:33:51 2020 -0400"
      },
      "message": "update plexus-utils\n"
    },
    {
      "commit": "4b3c194f647702bfb7699f181b48045ebf003a07",
      "tree": "1a46343f20a886f5529efa2fc56e4f5b0d187324",
      "parents": [
        "27fb0104985e1eb8a1fd63ae650f6458d1aa328e"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 13 22:25:32 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Apr 13 22:25:32 2020 +0200"
      },
      "message": "README improvement\n"
    },
    {
      "commit": "27fb0104985e1eb8a1fd63ae650f6458d1aa328e",
      "tree": "ff59b6925f79a2b683a5a5c7f3f5ea11b524a767",
      "parents": [
        "d88c0854e6f21f8e36489ff5c31aff834704e504"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Apr 12 10:46:15 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Apr 12 10:48:10 2020 +0200"
      },
      "message": "added README and GitHub configuration\n"
    },
    {
      "commit": "d88c0854e6f21f8e36489ff5c31aff834704e504",
      "tree": "e810f4cde80464442c8527897bc856b2e1641a8d",
      "parents": [
        "912092fbb220cc0e85d4fa8c0f246a3c160d1903"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Apr 08 19:05:23 2020 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 08 19:05:23 2020 -0400"
      },
      "message": "deps: update JUnit (#3)\n\n@michael-o"
    },
    {
      "commit": "912092fbb220cc0e85d4fa8c0f246a3c160d1903",
      "tree": "eb43fb3d87008c7bcfdb2da94196e8100544df47",
      "parents": [
        "e317b2077bfba365b200d9efe42ba4d8e75d2ff5"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Wed Apr 08 19:05:09 2020 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 08 19:05:09 2020 -0400"
      },
      "message": "remove vestigial file (#4)\n\n@hboutemy"
    },
    {
      "commit": "e317b2077bfba365b200d9efe42ba4d8e75d2ff5",
      "tree": "72874c847b2e689b6b7e1e40a33e69f3acf3b91b",
      "parents": [
        "b6376f048c2878a66df2288187fe56a464a0cb2e"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Apr 07 00:32:57 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Apr 07 00:32:57 2020 +0200"
      },
      "message": "[MSHARED-879] make build Reproducible\n"
    },
    {
      "commit": "b6376f048c2878a66df2288187fe56a464a0cb2e",
      "tree": "2ade55c37be5f95b7378c87940e704c24d54407a",
      "parents": [
        "4e0d57b22e7df35eb74baed0e35d6aa542ce5dee"
      ],
      "author": {
        "name": "DB",
        "email": "3823705+dineshbhagat@users.noreply.github.com",
        "time": "Mon Mar 18 21:55:53 2019 +0530"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Mon Mar 18 17:51:52 2019 +0100"
      },
      "message": "[MSHARED-806] - Upgrade plexus-utils 3.2.0\n"
    },
    {
      "commit": "4e0d57b22e7df35eb74baed0e35d6aa542ce5dee",
      "tree": "b0a10a5b1f782e852665e0c731ae59f522db914e",
      "parents": [
        "ffa01a9da3205b9b730313c13a12140b8a6d1f03"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "kama@soebes.de",
        "time": "Sat Feb 16 21:48:08 2019 +0100"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "kama@soebes.de",
        "time": "Sat Feb 16 21:48:08 2019 +0100"
      },
      "message": "[MSHARED-804] - Upgrade shared-component-parent to version 33.\n"
    },
    {
      "commit": "ffa01a9da3205b9b730313c13a12140b8a6d1f03",
      "tree": "522bd091af7530f778db6342edb0244b393408eb",
      "parents": [
        "dd4e2037facd48b4e2b3fd9b20bee32c84863488"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Aug 29 14:53:30 2018 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Aug 29 14:53:30 2018 +0200"
      },
      "message": "[MPOM-205] use sha512 checksums instead of sha1\n"
    },
    {
      "commit": "dd4e2037facd48b4e2b3fd9b20bee32c84863488",
      "tree": "193ddb1ec4d7576cea17af97b9314482d8f39c37",
      "parents": [
        "1ad76d442764b2318a19e93affb7aa48b5ff9dab"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Aug 29 14:43:13 2018 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Wed Aug 29 14:43:13 2018 +0200"
      },
      "message": "[MNGSITE-341] use https for sigs, hashes and KEYS\n"
    },
    {
      "commit": "1ad76d442764b2318a19e93affb7aa48b5ff9dab",
      "tree": "fbc320d28bfdb811f60524609307a2a88d74aa3e",
      "parents": [
        "8573049403f6bf48eb8809d62c2bacab12a70d46"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Fri Aug 10 08:21:12 2018 +0200"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Fri Aug 10 08:21:12 2018 +0200"
      },
      "message": "[MSHARED-754] - Upgrade parent to 32\n"
    },
    {
      "commit": "8573049403f6bf48eb8809d62c2bacab12a70d46",
      "tree": "eb4074e30e08015aeb84844609b1704d3957da47",
      "parents": [
        "715890580c6ab7180d2440a93c983a5a17fb5d00"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sun Jul 08 14:23:57 2018 +0200"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sun Jul 08 14:23:57 2018 +0200"
      },
      "message": "[MSHARED-744] - Change to gitbox url instead of SVN\n"
    },
    {
      "commit": "715890580c6ab7180d2440a93c983a5a17fb5d00",
      "tree": "29263d191af981f0b9456616270993651702348d",
      "parents": [
        "ad3eb793263d180d9780456b0b78b365c8420ff7"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Thu Jun 21 20:07:17 2018 +0200"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Thu Jun 21 20:07:17 2018 +0200"
      },
      "message": "[MSHARED-735] - Lift JDK minimum to JDK 7\n"
    },
    {
      "commit": "ad3eb793263d180d9780456b0b78b365c8420ff7",
      "tree": "50fa711ed39c2c7dc081c0ce9be6dcd2915ce7b3",
      "parents": [
        "a139ee7bdf5e69ab8007e3610b1569eb6f3ea604"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Jun 19 00:02:20 2018 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Jun 19 00:02:20 2018 +0200"
      },
      "message": "[INFRA-16467] move components documentation out of CMS space\n"
    },
    {
      "commit": "a139ee7bdf5e69ab8007e3610b1569eb6f3ea604",
      "tree": "0501aa184abf92874f876d4ebe063f81af7bda0d",
      "parents": [
        "9a60f980e5ab89eb688a2a4baa37ec96def72034"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Mon Jun 04 20:25:12 2018 +0200"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Mon Jun 04 20:25:12 2018 +0200"
      },
      "message": "[MSHARED-733] - Upgrade maven-shared-utils to 3.2.1\n"
    },
    {
      "commit": "9a60f980e5ab89eb688a2a4baa37ec96def72034",
      "tree": "46973f4d7e8a21c5b6154c586f7d78590817e725",
      "parents": [
        "8de0b7b4f8f522f59864d29275d5d46b48f30181"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Thu Mar 29 18:31:05 2018 +0200"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Mon Jun 04 20:03:06 2018 +0200"
      },
      "message": "[MSHARED-555] - Upgrade plexus-utils to 3.1.0\n"
    },
    {
      "commit": "8de0b7b4f8f522f59864d29275d5d46b48f30181",
      "tree": "21c51f93f163e17deb7d095f97063adec88d3dd8",
      "parents": [
        "c31d18257568084f8cb6a386651def4a0a2d2871"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Mon Jun 04 19:57:53 2018 +0200"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Mon Jun 04 19:57:53 2018 +0200"
      },
      "message": "[MSHARED-732] - Upgrade mave-surefire/failsafe-plugin 2.21.0\n"
    },
    {
      "commit": "c31d18257568084f8cb6a386651def4a0a2d2871",
      "tree": "4dcaac6ebc28b08c216b9faf0f3c3f5040496386",
      "parents": [
        "4525661e738f8b45ef3922d0ebb265d879522d40"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri May 11 15:45:47 2018 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri May 11 15:45:47 2018 +0200"
      },
      "message": "[MNGSITE-328] use sha1 checksum instead of md5\n"
    },
    {
      "commit": "4525661e738f8b45ef3922d0ebb265d879522d40",
      "tree": "18e072e84e8f4db42cb731c3983172c8a9c1d279",
      "parents": [
        "e2767cc55113dfaaac7947b58b039c1811760666"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Fri Mar 23 20:02:46 2018 +0100"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Fri Mar 23 20:02:46 2018 +0100"
      },
      "message": "[MSHARED-706] - Upgrade parent to 31\n"
    },
    {
      "commit": "e2767cc55113dfaaac7947b58b039c1811760666",
      "tree": "d8a41e5e2bf76d6c7a41770ed7c7e48b8992bccd",
      "parents": [
        "47b3c924905d115115c8267dfa458e5bd6225728"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Mar 13 18:25:43 2018 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Mar 13 18:25:43 2018 +0100"
      },
      "message": "updated Modello xsd url\n"
    },
    {
      "commit": "47b3c924905d115115c8267dfa458e5bd6225728",
      "tree": "7060ab093005e1dbec89539b29bd860d62f26600",
      "parents": [
        "9906a5ae1a15055405c2d2b25613fb4129013afc"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Dec 30 20:29:33 2017 +0100"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Dec 30 20:29:33 2017 +0100"
      },
      "message": "Added Jenkinsfile and missing .gitignore.\n"
    },
    {
      "commit": "9906a5ae1a15055405c2d2b25613fb4129013afc",
      "tree": "f8dd82853bdbfccf368c31853a36a65043c27e85",
      "parents": [
        "b6dc8d27f5d80312295751d29ac58964e7482574"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Dec 30 20:26:11 2017 +0100"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Dec 30 20:26:11 2017 +0100"
      },
      "message": "[MSHARED-673] Remove prerequisites from component\n"
    },
    {
      "commit": "b6dc8d27f5d80312295751d29ac58964e7482574",
      "tree": "6bb56d1c58eda7a1469b6833ff7a1b8ab0e3a94d",
      "parents": [
        "faa650c590d4f8cbe05e9a5153dc7941db6677eb"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Jun 18 13:34:53 2016 +0000"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Jun 18 13:34:53 2016 +0000"
      },
      "message": "[MSHARED-561] Upgrade plexus-utils to 3.0.24\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1749017 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "faa650c590d4f8cbe05e9a5153dc7941db6677eb",
      "tree": "2f6ba9ffe2f695ada6efe179fcb1a1e964e26ffb",
      "parents": [
        "d5859303560bb1172ed464bf95f7f9d9e1cffd63"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Jun 11 18:27:43 2016 +0000"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat Jun 11 18:27:43 2016 +0000"
      },
      "message": "[MSHARED-554] Upgrade maven-shared-utils to 3.0.1\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1747923 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d5859303560bb1172ed464bf95f7f9d9e1cffd63",
      "tree": "b45db85bbecfa3a84c6aa3eb91ca898274a9e947",
      "parents": [
        "51c0e12fbe5fca1243853ba1c30b8cd5e4c42e3c"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat May 28 16:33:17 2016 +0000"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Sat May 28 16:33:17 2016 +0000"
      },
      "message": "[MSHARED-521] Upgrade maven-shared-components parent to version 30\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1745894 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "51c0e12fbe5fca1243853ba1c30b8cd5e4c42e3c",
      "tree": "876b3a47ab4472d1e10123f3f3f211661d344554",
      "parents": [
        "d07674fe4a5790114e9a7d796c2366780424a855"
      ],
      "author": {
        "name": "Herve Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun May 15 09:15:59 2016 +0000"
      },
      "committer": {
        "name": "Herve Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun May 15 09:15:59 2016 +0000"
      },
      "message": "updated Jira url\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1743896 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d07674fe4a5790114e9a7d796c2366780424a855",
      "tree": "62aedb521ed7bc106a0ed75fd93e82273e6fd10c",
      "parents": [
        "ac7eb5322c6559d2f8956fdda717e10ba40487e9"
      ],
      "author": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Fri Dec 25 13:31:41 2015 +0000"
      },
      "committer": {
        "name": "Karl Heinz Marbaise",
        "email": "khmarbaise@apache.org",
        "time": "Fri Dec 25 13:31:41 2015 +0000"
      },
      "message": "[maven-release-plugin] prepare for next development iteration\n\ngit-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1721678 13f79535-47bb-0310-9956-ffa450edef68\n"
    }
  ],
  "next": "ac7eb5322c6559d2f8956fdda717e10ba40487e9"
}
