)]}'
{
  "log": [
    {
      "commit": "e8cb5a2e97f24e7dd696065606031277b7b77ab3",
      "tree": "a4114a45a682ce571ed60d5c59a9e349584db1ad",
      "parents": [
        "168a09d719a36ca44c01e982667971a434ba1b13"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:18:45 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:23:11 2026 +0200"
      },
      "message": "Convert the FAQ from FML to Markdown\n\ndoxia-converter cannot target FML usefully - the questions come out as\nlink-reference syntax rather than headings, the [top] back-links become\nlinks to a nonexistent \u0027top\u0027 page, and the contents links lose their #\nanchors. The page is written out by hand instead.\n\nExplicit \u003ca id\u003e anchors keep the existing deep links working. All 5\nstill resolve. Where an id was not a valid XML name, Doxia rewrote it at\nrender time via DoxiaUtils.encodeId; the anchors written here reproduce\nthat rendered form, not the raw attribute.\n\nVerified by building the site before and after and comparing the set of\nanchors the generated faq.html actually serves: every anchor present\nbefore is still present after, the \u003chead\u003e is byte-identical, and every\nlink target on the page is unchanged.\n\nsite.xml needs no edit: content/fml/faq.fml and\ncontent/markdown/faq.md both render to faq.html.\n\nFML generates a [top] back-link after each answer; those are dropped\nrather than hand-written, which is the only rendering loss.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "168a09d719a36ca44c01e982667971a434ba1b13",
      "tree": "474f10f006f2e7e9d6ffe910a30a4d1a92f4b8fd",
      "parents": [
        "b1bdd6045f7c6892f20784d955fbdffe84dbfbf7"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:16:56 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Aug 10 02:23:11 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": "b1bdd6045f7c6892f20784d955fbdffe84dbfbf7",
      "tree": "c984c3faffa2ab92d7ed4ff165cdf862db2d34ad",
      "parents": [
        "9b67f5c42d70f051d60fb4da636cb3b0664cdf7f"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 09 13:05:04 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 09 13:08:15 2026 +0200"
      },
      "message": "Answer the PDF FAQ with what Doxia can actually do now\n\nEvery renderer the answer named is gone. The iText and FO modules were removed in\n2.0.0-M1 by DOXIA-630, and the Maven PDF Plugin that built on them was retired in\nMarch 2025, so the entry sent readers to two deleted modules and one dead plugin.\n\nIt stays a FAQ rather than being deleted — \"how do I get a PDF\" is still asked,\nand the useful answer is that Doxia 2.x has no PDF output at all, with the last\npdf-plugin release named so nobody has to go digging for why it stopped working.\n\nGenerated-by: Claude Opus 5 (1M context)\n"
    },
    {
      "commit": "9b67f5c42d70f051d60fb4da636cb3b0664cdf7f",
      "tree": "92c32fddf43efcc86b268318cf1cc8bd95b5bf58",
      "parents": [
        "4e55797d5f6007eb0fb780055f1e0abd583f18eb"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 09 11:51:35 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Aug 09 12:39:10 2026 +0200"
      },
      "message": "Build the site through the fail-fast job instead of a one-cell matrix\n\nEvery pull request opened from a branch in this repository currently\nfails, which is every Dependabot pull request: #65, #66 and #67 all had\na red Verify. The shared workflow runs setup-maven-version for a push,\nor for a pull request whose head is a fork, so a same-repo pull request\nskips it -- and verify should skip with it. With ff-run false it does\nnot, because its condition\n\n  (!cancelled()) \u0026\u0026 matrix-enabled \u0026\u0026 ( !ff-run || fail-fast-build.result \u003d\u003d \u0027success\u0027 )\n\nis satisfied by !ff-run alone while !cancelled() stops the skipped\ndependency from propagating. verify is attempted, its matrix asks for\nfromJSON of setup-maven-version\u0027s empty output, and the run dies during\nstrategy evaluation -- run 29306636392 shows the shape: both jobs\nskipped, fail-fast-build\u0027s name never expanded, no verify job at all.\nPull requests from a fork were fine, which is why this went unnoticed.\n\nAsk for the fail-fast job and turn the matrix off. That job needs\nsetup-maven-version with no status function in its own condition, so it\nskips cleanly. ff-os and ff-jdk already default to ubuntu-latest and\n17, so the build and even the check name are unchanged.\n\nSkip the site step: it runs site:stage, which cannot copy the symlinks\nthe antrun execution creates in target/site, and the pom already says\nsite:stage is not needed here. ff-goal runs site in any case.\n"
    },
    {
      "commit": "4e55797d5f6007eb0fb780055f1e0abd583f18eb",
      "tree": "f85f2debb2340062826cc4bf61fc25525c39fae1",
      "parents": [
        "f4a1a142104a7003cc53506421f920cc9ffc1d2c"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Aug 08 18:55:50 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Aug 08 23:14:23 2026 +0200"
      },
      "message": "Say what +-- actually does to a verbatim block\n\nThe APT reference still describes +-- as drawing a box, which is how the\nattribute was named before Doxia 2 renamed BOXED to SOURCE. It does not\ndraw a box: it marks the block as source code, which the XHTML5 Sink\nrenders as \u003cpre\u003e\u003ccode\u003e rather than plain \u003cpre\u003e, and which is what skins\nkey on to decide what to syntax highlight.\n\nDescribe the distinction and what each form emits, so it is clear which\none to reach for, and correct the sample document that repeated the same\nwording.\n"
    },
    {
      "commit": "f4a1a142104a7003cc53506421f920cc9ffc1d2c",
      "tree": "b4b4ffd2b3819e471012a878850a8a3053a4f61d",
      "parents": [
        "0048c9dc7351979505526b6a80b256a33b10f1d1"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 22:52:49 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 22:55:47 2026 +0200"
      },
      "message": "Add a Markdown format reference\n\nMarkdown is the format Maven documentation should use now, and it was the only\nsupported format without a reference page: the format table pointed at a section\nof the modules guide, which describes the module rather than the format.\n\nThe page covers what is specific to Doxia rather than restating CommonMark: which\nflexmark extensions are enabled, the YAML front matter keys that become the\ndocument title and meta tags, the MACRO comment syntax, what Velocity does to a\n*.md.vm page - including reading ## as a line comment inside fenced blocks - and\nthe handful of things APT could express that Markdown cannot.\n\nAlso notes in the format table that Apt predates Doxia\u0027s Markdown support, and\nlinks doxia-converter for anyone converting an existing document.\n"
    },
    {
      "commit": "0048c9dc7351979505526b6a80b256a33b10f1d1",
      "tree": "4bbf013d3fb0062e57f99b70ac7a601e509a829f",
      "parents": [
        "f9653a5612d0b344885f535c77349b7a6bd0df0c"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 11:57:08 2026 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Aug 07 16:20:39 2026 +0200"
      },
      "message": "Drop backslash escapes that Markdown does not need\n\nPages converted from APT with an older doxia-converter carry an escape in front of\npunctuation that is not markup where it stands: a hyphen or underscore inside a word,\na parenthesis, a full stop after a letter. The backslash renders as nothing and only\nmakes the source harder to read and to edit.\n\nOnly positions where the bare character can never be markup are touched. A full stop\nafter a digit keeps its escape, so an ordered list marker cannot appear by accident,\nand angle brackets keep theirs, since \u003cescapeString\u003e would otherwise be read as a tag.\nCode spans, fenced blocks and link destinations are left alone.\n"
    },
    {
      "commit": "f9653a5612d0b344885f535c77349b7a6bd0df0c",
      "tree": "562e61ef4c73a8335971af9a7aee5a5eb46b28f6",
      "parents": [
        "089016bedd485b39672b1e5dcda1ffa000c5d2f0"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 15 07:27:51 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 15 07:27:51 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml (#65)\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": "089016bedd485b39672b1e5dcda1ffa000c5d2f0",
      "tree": "c09867dd17642ae745dd92548f7ff4d8803f3cc4",
      "parents": [
        "97af372ea27466d042b062620cae9bfc490bef12"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 15 07:27:45 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 15 07:27:45 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml (#66)\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": "97af372ea27466d042b062620cae9bfc490bef12",
      "tree": "df103b7e1907af2158464bfcc17eb9639cb5bab4",
      "parents": [
        "0452ed2ff032799827f0686e7b45f5e89dee5d61"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 15 07:27:30 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 15 07:27:30 2026 +0200"
      },
      "message": "Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml (#67)\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": "0452ed2ff032799827f0686e7b45f5e89dee5d61",
      "tree": "9905671ae13fcdc066fbb4be9c9158f8b0c1bc6a",
      "parents": [
        "27d1b96d4744974c45ab63c22bcd4b663c7345aa"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jun 29 17:26:09 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 29 17:26:09 2026 +0200"
      },
      "message": "Bump org.apache.maven:maven-parent from 48 to 49 (#64)\n\nBumps [org.apache.maven:maven-parent](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:maven-parent\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": "27d1b96d4744974c45ab63c22bcd4b663c7345aa",
      "tree": "9cd47416c8ddf3e18b827a9e2b14a7df505aeb42",
      "parents": [
        "f497b32895dbcc2d9415e8df239704d4c8da1886"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Wed May 27 23:10:11 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 27 23:10:11 2026 +0200"
      },
      "message": "Update doxia-site retired tools (book-m-p, linkcheck, renderer) (#63)"
    },
    {
      "commit": "f497b32895dbcc2d9415e8df239704d4c8da1886",
      "tree": "5bbf2615b2cedaf99830209168b3cf43ca47c785",
      "parents": [
        "3aaf83021fe1a549762696071f496c44236716f4"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon May 11 05:18:40 2026 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue May 12 22:01:09 2026 +0200"
      },
      "message": "Bump org.apache.maven:maven-parent from 47 to 48\n\nBumps [org.apache.maven:maven-parent](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:maven-parent\n  dependency-version: \u002748\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "3aaf83021fe1a549762696071f496c44236716f4",
      "tree": "43b0c5e6ebaab9d5ebfa59b7bf518b183a21baa9",
      "parents": [
        "209b9c018d47e5c8e93aecbd7180f1d9c994a8da"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Wed Mar 11 21:15:39 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 11 21:15:39 2026 +0100"
      },
      "message": "Remove unsupported markup formats"
    },
    {
      "commit": "209b9c018d47e5c8e93aecbd7180f1d9c994a8da",
      "tree": "14059870f65352f429a01f8fa2ed027618e61872",
      "parents": [
        "e771a6798c90bb35536f17aa444d699449375f51"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Wed Mar 11 21:10:58 2026 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Wed Mar 11 21:10:58 2026 +0100"
      },
      "message": "Restore used property \"maven.site.path\""
    },
    {
      "commit": "e771a6798c90bb35536f17aa444d699449375f51",
      "tree": "3508e2369bcba9e397901aea44c2b5181036e6a5",
      "parents": [
        "565dc3ceb26f2bbede3f64188543e3a9df1d456f"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Tue Mar 10 15:36:43 2026 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Wed Mar 11 20:51:16 2026 +0100"
      },
      "message": "Inherit managed plugin versions from parent\n\nRemove unused m-pdf-p and unused properties"
    },
    {
      "commit": "565dc3ceb26f2bbede3f64188543e3a9df1d456f",
      "tree": "195816e38e2c0b4820ca7732eed69ce244ebfbb9",
      "parents": [
        "f096f9bf12f627dd87a88a7c29c1993939a53c3e"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Wed Mar 11 20:51:04 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 11 20:51:04 2026 +0100"
      },
      "message": "Fix link"
    },
    {
      "commit": "f096f9bf12f627dd87a88a7c29c1993939a53c3e",
      "tree": "aa5d14725133a287f186d79907a495c889c12ebe",
      "parents": [
        "72cd5cf20e09925ecddcfcc4694383fc19cd2b32"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Wed Mar 11 20:46:25 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Mar 11 20:46:25 2026 +0100"
      },
      "message": "Move no longer supported formats to according section (#60)\n\nClean up references for markup languages\nClarify missing sink support for AsciiDoc\n\nThis closes #58"
    },
    {
      "commit": "72cd5cf20e09925ecddcfcc4694383fc19cd2b32",
      "tree": "608252a53a49df70251c2735be0fe9c0a89d8d47",
      "parents": [
        "32fd073f3fbe9c27c0d31b05133c79914edff04e"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Tue Mar 10 11:33:53 2026 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Tue Mar 10 11:46:23 2026 +0100"
      },
      "message": "Convert XDoc to Markdown (with doxia-converter)"
    },
    {
      "commit": "32fd073f3fbe9c27c0d31b05133c79914edff04e",
      "tree": "2861355ff922f77300a5ed699871b4b3785be8f0",
      "parents": [
        "43eab5ebbf748a3f597f3c170e3fd8a8c8c9248f"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Tue Mar 10 11:31:19 2026 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Tue Mar 10 11:46:23 2026 +0100"
      },
      "message": "Move to match target converter format MARKDOWN with doxia-converter\n"
    },
    {
      "commit": "43eab5ebbf748a3f597f3c170e3fd8a8c8c9248f",
      "tree": "dd0e31b06d30a8826c7af05bc60e7c7dfa8fc393",
      "parents": [
        "4be68af7b85acdd0075b40f5adc43d5e8f5b097f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 14 10:20:00 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 14 10:20:00 2026 +0100"
      },
      "message": "Bump org.apache.maven:maven-parent from 46 to 47 (#57)\n\nBumps [org.apache.maven:maven-parent](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:maven-parent\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": "4be68af7b85acdd0075b40f5adc43d5e8f5b097f",
      "tree": "ae4def07b5925b8cada05cd9861a0503af5c5a92",
      "parents": [
        "624a7ba928beaf38f00790c17febfbe65785d187"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 07 06:35:11 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 07 06:35:11 2026 +0100"
      },
      "message": "Bump org.apache.maven:maven-parent from 45 to 46 (#56)\n\nBumps [org.apache.maven:maven-parent](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:maven-parent\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": "624a7ba928beaf38f00790c17febfbe65785d187",
      "tree": "a0d9a47c6d33aeab221cf84f2c94c0548c771cae",
      "parents": [
        "1ddcd8165320862004ee9f2c4e1e9964a2e8c012"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Oct 21 04:01:19 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Nov 10 04:03:31 2025 +0100"
      },
      "message": "Bump org.apache.maven.plugins:maven-antrun-plugin from 3.1.0 to 3.2.0\n\nBumps [org.apache.maven.plugins:maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) from 3.1.0 to 3.2.0.\n- [Release notes](https://github.com/apache/maven-antrun-plugin/releases)\n- [Commits](https://github.com/apache/maven-antrun-plugin/compare/maven-antrun-plugin-3.1.0...maven-antrun-plugin-3.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-antrun-plugin\n  dependency-version: 3.2.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": "1ddcd8165320862004ee9f2c4e1e9964a2e8c012",
      "tree": "41549f8c48e317d29e49044983e7b260a4add2c1",
      "parents": [
        "9e024be1d9a147fc4a0bf67dd7dc38fb9f7aa722"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Sep 16 20:14:29 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 16 20:14:29 2025 +0200"
      },
      "message": "Add doxia-book-renderer link to components.links"
    },
    {
      "commit": "9e024be1d9a147fc4a0bf67dd7dc38fb9f7aa722",
      "tree": "5ed003798b39cb51d57c9f715617325bbe22f7ab",
      "parents": [
        "eb7adaae47b9f13d66fba35f979e35b1e4f8bc94"
      ],
      "author": {
        "name": "Sebastian Tiemann",
        "email": "setie@mailbox.org",
        "time": "Mon Sep 01 02:10:33 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 01 10:10:33 2025 +1000"
      },
      "message": "feat: enable prevent branch protection rules (#53)\n\n"
    },
    {
      "commit": "eb7adaae47b9f13d66fba35f979e35b1e4f8bc94",
      "tree": "a7ba92165f3524b0d56426944d1579a5ff19c6cf",
      "parents": [
        "356742c4a369602d527057134c91ebd508d955b6"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Aug 23 13:01:39 2025 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Aug 23 13:31:14 2025 +0200"
      },
      "message": "Doxia books is no longer in use\n"
    },
    {
      "commit": "356742c4a369602d527057134c91ebd508d955b6",
      "tree": "088abf95897eb6b9e2304ba8bbb85fdc37382246",
      "parents": [
        "d5458d2be5e539dfc596ff33d7b9c3f09bb14600"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 18 04:48:19 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed Jul 16 21:07:37 2025 +0200"
      },
      "message": "Bump org.apache.maven:maven-parent from 44 to 45\n\nBumps [org.apache.maven:maven-parent](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:maven-parent\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": "d5458d2be5e539dfc596ff33d7b9c3f09bb14600",
      "tree": "212bd14cb3976ffd75f898ba2c1d0da148d29534",
      "parents": [
        "75cb30dad46fe63b605c60f475385e59aa844c42"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Mar 19 04:13:44 2025 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu May 29 23:28:03 2025 +0200"
      },
      "message": "Bump org.apache.maven:maven-parent from 43 to 44\n\nBumps [org.apache.maven:maven-parent](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:maven-parent\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "75cb30dad46fe63b605c60f475385e59aa844c42",
      "tree": "0b9fe4d6855341d7fb4f56bfc9af9d62364985aa",
      "parents": [
        "52c3be9a3478cd532b38eeab6c665672dca4cd53"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Thu May 29 21:33:38 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu May 29 21:33:38 2025 +0200"
      },
      "message": "Update links for Github issues of DOXIA tools\n\n"
    },
    {
      "commit": "52c3be9a3478cd532b38eeab6c665672dca4cd53",
      "tree": "8ca5c9de6db202feca8b52d44147aedb81dab8e8",
      "parents": [
        "38787a6e84b8dc1ab379a6279004aae79c50cadd"
      ],
      "author": {
        "name": "Matthias Bünger",
        "email": "Bukama@users.noreply.github.com",
        "time": "Thu May 29 21:28:46 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu May 29 21:28:46 2025 +0200"
      },
      "message": "Enable Github Issues\n\n"
    },
    {
      "commit": "38787a6e84b8dc1ab379a6279004aae79c50cadd",
      "tree": "611d2b6115cf7f8ea905892bbd6ecc547d3de22b",
      "parents": [
        "e1e6b88a119566bc9dc69274d4d8cc7d9fed6b6a"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Feb 24 11:49:16 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Feb 24 11:49:16 2025 +0000"
      },
      "message": "Remvoe link to old Maven repo (#45)\n\n"
    },
    {
      "commit": "e1e6b88a119566bc9dc69274d4d8cc7d9fed6b6a",
      "tree": "7f9e5b971ad9623e0ad943cda4e695cf6fccfe91",
      "parents": [
        "7591b59cb5d86048ad69b73811da53848e86980d"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Sat Dec 21 11:23:57 2024 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Sat Dec 21 11:23:57 2024 +0100"
      },
      "message": "Add link to  m-site-p"
    },
    {
      "commit": "7591b59cb5d86048ad69b73811da53848e86980d",
      "tree": "0d0309a4eb04909aad2ab9d390f7bbee8e952a7a",
      "parents": [
        "1365c6c086f116b2ab2d0a658b56468e87859157"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Thu Dec 19 13:29:35 2024 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Thu Dec 19 17:57:13 2024 +0100"
      },
      "message": "[DOXIA-766] Show all relevant Doxia projects in sidebar\n\nThis eases navigating back (via breadcrumb) and forth (via sidebar)\nbetween the individual Doxia projects"
    },
    {
      "commit": "1365c6c086f116b2ab2d0a658b56468e87859157",
      "tree": "f8e51f52b71c8735f85209bb31d36066cac75af2",
      "parents": [
        "845ebb8e3991c731c731fd0ac00b3c22b0021b06"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Thu Dec 19 13:39:14 2024 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Thu Dec 19 17:56:29 2024 +0100"
      },
      "message": "[DOXIA-765] Clarify relation between FML and XDoc"
    },
    {
      "commit": "845ebb8e3991c731c731fd0ac00b3c22b0021b06",
      "tree": "2dd0c0431b61a111efc18e4b6a1cf6df427df1ee",
      "parents": [
        "a3512e44fe13496f0db3ae562ab74b02a30dc2fd"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Thu Dec 19 13:50:31 2024 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Thu Dec 19 13:55:05 2024 +0100"
      },
      "message": "Upgrade to Site Descriptor v2\n\nDon\u0027t display both title and image for the right banner"
    },
    {
      "commit": "a3512e44fe13496f0db3ae562ab74b02a30dc2fd",
      "tree": "a2d6d64d6c8cd6d8d4032fc78821bc4a9f6e945d",
      "parents": [
        "563b63a6cc6a2a9603ebc1a95eb2768d216449b3"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "konrad.windszus@netcentric.biz",
        "time": "Thu Dec 12 18:54:13 2024 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Mon Dec 16 19:29:42 2024 +0100"
      },
      "message": "Convert from APT to MD with doxia-converter 1.4-SNAPSHOT"
    },
    {
      "commit": "563b63a6cc6a2a9603ebc1a95eb2768d216449b3",
      "tree": "2b1de39bbea139b8d8e0ea9ab45703ba29e7c9cb",
      "parents": [
        "fd5b1f232629bf5e3dcbe0960da8faad9dfe1ea4"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Thu Dec 12 18:49:01 2024 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Mon Dec 16 19:29:42 2024 +0100"
      },
      "message": "Move to match target converter format MARKDOWN with doxia-converter\n"
    },
    {
      "commit": "fd5b1f232629bf5e3dcbe0960da8faad9dfe1ea4",
      "tree": "66e2c837482f73f5d31ebf2d65b01c2932cfaa47",
      "parents": [
        "2e94fb29ad21a73a1dd8b8d88bcea7d18a563863"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Thu Dec 12 14:36:04 2024 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Thu Dec 12 17:12:58 2024 +0100"
      },
      "message": "Workaround for DOXIA-764\n\nRemove newlines directly following \u003csource\u003e tags"
    },
    {
      "commit": "2e94fb29ad21a73a1dd8b8d88bcea7d18a563863",
      "tree": "d747b24e7fc24a7292f82fede7fc987310578555",
      "parents": [
        "8e1018c3c6975ebaf902fbd7cf3e2466fd9def01"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Wed Dec 11 23:11:18 2024 +0100"
      },
      "committer": {
        "name": "Konrad Windszus",
        "email": "konrad@windszus.net",
        "time": "Thu Dec 12 17:12:58 2024 +0100"
      },
      "message": "Update to m-site-p 3.21.0\n\nLeverage Doxia 2.0.0 and Fluido Skin 2.0.1"
    },
    {
      "commit": "8e1018c3c6975ebaf902fbd7cf3e2466fd9def01",
      "tree": "396dd86a7406789e1739e8588480b8399de405d0",
      "parents": [
        "4c1533864bd5e129fac170a0f52cbacdd6934471"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Tue Nov 05 08:25:04 2024 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 05 08:25:04 2024 +0100"
      },
      "message": "Fix link to Plexus"
    },
    {
      "commit": "4c1533864bd5e129fac170a0f52cbacdd6934471",
      "tree": "8f08c0d7919fbb4c5c6cd827c47b11e01e63f56e",
      "parents": [
        "b460a86a2d1f48cd21b422c971efcb64bbd51877"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 30 04:03:14 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Aug 31 19:17:34 2024 +0200"
      },
      "message": "Bump org.apache.ant:ant from 1.10.14 to 1.10.15\n\nBumps org.apache.ant:ant from 1.10.14 to 1.10.15.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.ant:ant\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "b460a86a2d1f48cd21b422c971efcb64bbd51877",
      "tree": "0e131f8968eca347373337b9211981b36bed6066",
      "parents": [
        "51287112f19b80140f8d341f245b20b18cbf8b7f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 10 04:20:31 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Jul 27 19:04:22 2024 +0200"
      },
      "message": "Bump org.apache.maven:maven-parent from 42 to 43\n\nBumps [org.apache.maven:maven-parent](https://github.com/apache/maven-parent) from 42 to 43.\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:maven-parent\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "51287112f19b80140f8d341f245b20b18cbf8b7f",
      "tree": "021de754fbf8337f44896388d56895b6e69e84af",
      "parents": [
        "18932f0133f1fd84223be0f7e86627a44b34ef50"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Jun 21 04:24:19 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Jul 05 09:32:37 2024 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-scm-publish-plugin\n\nBumps [org.apache.maven.plugins:maven-scm-publish-plugin](https://github.com/apache/maven-scm-publish-plugin) from 3.2.1 to 3.3.0.\n- [Commits](https://github.com/apache/maven-scm-publish-plugin/compare/maven-scm-publish-plugin-3.2.1...maven-scm-publish-plugin-3.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-scm-publish-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "18932f0133f1fd84223be0f7e86627a44b34ef50",
      "tree": "74ae52aa7f0baaabc05a99e17af4b073ffb4bdfb",
      "parents": [
        "bd1da60120be2660f892fb2633e46db1c5c1b20b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Apr 17 04:08:02 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue May 14 23:30:43 2024 +0200"
      },
      "message": "Bump org.apache.maven:maven-parent from 41 to 42\n\nBumps [org.apache.maven:maven-parent](https://github.com/apache/maven-parent) from 41 to 42.\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:maven-parent\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "bd1da60120be2660f892fb2633e46db1c5c1b20b",
      "tree": "5cbd8288acb616d2ea80b12cdfe97598be9afc3d",
      "parents": [
        "8e83287b8512d2241f9d9a21eaf18bd6d74e34d1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 04 04:24:05 2024 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Mar 19 22:13:46 2024 +0100"
      },
      "message": "Bump apache/maven-gh-actions-shared from 3 to 4\n\nBumps [apache/maven-gh-actions-shared](https://github.com/apache/maven-gh-actions-shared) from 3 to 4.\n- [Commits](https://github.com/apache/maven-gh-actions-shared/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: apache/maven-gh-actions-shared\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "8e83287b8512d2241f9d9a21eaf18bd6d74e34d1",
      "tree": "6619f738ea742b7efa4802c146668f68ead032dc",
      "parents": [
        "8089e3ea30371de3d36cb54e8ef68e85e6f11ddb"
      ],
      "author": {
        "name": "Abel Salgado Romero",
        "email": "abelromero@gmail.com",
        "time": "Sat Feb 17 18:02:06 2024 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Feb 24 22:18:33 2024 +0100"
      },
      "message": "[DOXIA-730] Update Asciidoctor Doxia Modules information\n\n* Replaced current \u0027asciidoctor-maven-plugin\u0027 with \u0027asciidoctor-converted-doxia-module\u0027\n* Addnew \u0027asciidoctor-parser-doxia-module\u0027\n"
    },
    {
      "commit": "8089e3ea30371de3d36cb54e8ef68e85e6f11ddb",
      "tree": "db4759d97c09276d5ce49ca60e5cf27152f48ae8",
      "parents": [
        "1968569cd11a856a920112cb85b0f032d08f7fc1"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Jan 08 08:40:34 2024 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Jan 08 08:40:34 2024 +0100"
      },
      "message": "remove doxia-tools symlink: there is a directory with an index\n"
    },
    {
      "commit": "1968569cd11a856a920112cb85b0f032d08f7fc1",
      "tree": "0fb3f2d0419690ff271a290851492bedc8b6167e",
      "parents": [
        "00532552383442fa7dde9e93326acf40be99df8e"
      ],
      "author": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Sun Jan 07 12:44:02 2024 +0100"
      },
      "committer": {
        "name": "Michael Osipov",
        "email": "michaelo@apache.org",
        "time": "Sun Jan 07 12:44:02 2024 +0100"
      },
      "message": "Update component links\n"
    },
    {
      "commit": "00532552383442fa7dde9e93326acf40be99df8e",
      "tree": "7a0b3173ee3585e9582109dd1c3ed1d8f7c4e9e8",
      "parents": [
        "d20561fda2fe2c30ba9fc01d782380ede49e16a2"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jan 03 20:58:35 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jan 03 20:58:35 2024 +0100"
      },
      "message": "Add symlink for doxia-tools\n"
    },
    {
      "commit": "d20561fda2fe2c30ba9fc01d782380ede49e16a2",
      "tree": "381466716120962bfb842b4ab21e567fa8c7ec4b",
      "parents": [
        "444454130bfc08838efe75232a72bd74f6340246"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jan 03 20:45:16 2024 +0100"
      },
      "committer": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Wed Jan 03 20:45:16 2024 +0100"
      },
      "message": "Add symlink for doxia-sitetools\n"
    },
    {
      "commit": "444454130bfc08838efe75232a72bd74f6340246",
      "tree": "3c429e219fc6f7ed23204508831311945531abfb",
      "parents": [
        "afe1163c4af0b44a5c9d9eb96c817dcbb5884f7f"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Dec 30 13:30:50 2023 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Dec 30 13:30:50 2023 +0000"
      },
      "message": "[DOXIA-540] remove markmail links (#32)\n\n* remove markmail links"
    },
    {
      "commit": "afe1163c4af0b44a5c9d9eb96c817dcbb5884f7f",
      "tree": "dae8b7726b9bae6ac34c736c881cb47c2194f364",
      "parents": [
        "ecd62ed94b6e9445237e780171edff8f437a4895"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Dec 30 13:30:19 2023 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Dec 30 13:30:19 2023 +0000"
      },
      "message": "[DOXIA-540] Remove IDE integration (#33)\n\nPer @mosipov none of this is working"
    },
    {
      "commit": "ecd62ed94b6e9445237e780171edff8f437a4895",
      "tree": "74e9a9b91c190ae73d4d5d49e53dc903b7818b8d",
      "parents": [
        "3764390101cfa0ca17bdbb9657fac6650cb5d473"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sat Dec 30 13:14:44 2023 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Dec 30 13:14:44 2023 +0000"
      },
      "message": "Try to unbreak CI (#28)\n\n* run-on sentence\\\r\n* remove book renderer vestiges\r\n* failonerror\u003dFalse\r\n* simplify language"
    },
    {
      "commit": "3764390101cfa0ca17bdbb9657fac6650cb5d473",
      "tree": "b43865bbbfe26ff1de45bad01c3ec1936f61f575",
      "parents": [
        "5c5461debae10331ce70ec3ec68fe1db9e14dec3"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Sat Dec 30 13:04:04 2023 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Sat Dec 30 13:04:04 2023 +0100"
      },
      "message": "Fix dependabot config\n"
    },
    {
      "commit": "5c5461debae10331ce70ec3ec68fe1db9e14dec3",
      "tree": "017e0ffd28fd4d00cf7ed1bbd7dd41ba2cc7826c",
      "parents": [
        "cc0ba52b6336afe84f039f7bb5c16966c7e05418"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Sat Dec 30 12:42:07 2023 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Dec 30 12:55:44 2023 +0100"
      },
      "message": "Adjust GHA setup\n"
    },
    {
      "commit": "cc0ba52b6336afe84f039f7bb5c16966c7e05418",
      "tree": "4f36d17399b090da85452396493c6e06f84418f3",
      "parents": [
        "102c02793b0b43119e1a0c7dc284d25d6c2256e9"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Tue Nov 28 20:18:28 2023 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Sat Dec 30 12:31:27 2023 +0100"
      },
      "message": "Use latest maven-parent 41 release"
    },
    {
      "commit": "102c02793b0b43119e1a0c7dc284d25d6c2256e9",
      "tree": "bfade1361b2984f2c8831dc644da3e0f20169820",
      "parents": [
        "f0b6e36e90f2572b4edba522230e2b72640441bb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 21 04:54:59 2023 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Sat Dec 30 12:31:22 2023 +0100"
      },
      "message": "Bump org.apache.ant:ant from 1.10.13 to 1.10.14\n\nBumps org.apache.ant:ant from 1.10.13 to 1.10.14.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.ant:ant\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "f0b6e36e90f2572b4edba522230e2b72640441bb",
      "tree": "121d1c987ab7366874b596fb1554f6a7fcf30c99",
      "parents": [
        "e2936f3b4e2605d2c9f3f7793f307d3508eac11c"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Sep 29 08:22:56 2023 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Sep 29 08:22:56 2023 +0200"
      },
      "message": "upgrade parent POM\n"
    },
    {
      "commit": "e2936f3b4e2605d2c9f3f7793f307d3508eac11c",
      "tree": "3dd91cdba2333d2cd72db133ae639a065827f383",
      "parents": [
        "5c1b79a55a92e8157b849b93f8ab618bf5811de6"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Jun 08 11:35:35 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Jun 08 11:35:35 2023 +0200"
      },
      "message": "maven-scm-publish-plugin force update\n"
    },
    {
      "commit": "5c1b79a55a92e8157b849b93f8ab618bf5811de6",
      "tree": "ba773e7c267325dab4e53adcd2fe6df92ba4b061",
      "parents": [
        "b4d44e7bf214596634ebb183f13f0477ef71457d"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Jun 08 11:31:24 2023 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Jun 08 11:31:24 2023 +0200"
      },
      "message": "Bump maven-scm-publish-plugin to 3.2.1\n"
    },
    {
      "commit": "b4d44e7bf214596634ebb183f13f0477ef71457d",
      "tree": "5a13df40c460b37233265b318303bec259af4c52",
      "parents": [
        "29f9cda44e3aaf1628fd73643ef99f7a161245da"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Feb 18 19:33:57 2023 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sat Feb 18 19:33:57 2023 +0100"
      },
      "message": "(doc) sync Jenkinsfile with Maven Site\n"
    },
    {
      "commit": "29f9cda44e3aaf1628fd73643ef99f7a161245da",
      "tree": "237ebd3ce77d022ca05fd09b32d07c7def516538",
      "parents": [
        "536b9e2ba3b6450a6bfeec237e5830c75db48a6f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Apr 22 04:33:24 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Feb 09 21:24:09 2023 +0100"
      },
      "message": "Bump maven-antrun-plugin from 3.0.0 to 3.1.0\n\nBumps [maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) from 3.0.0 to 3.1.0.\n- [Release notes](https://github.com/apache/maven-antrun-plugin/releases)\n- [Commits](https://github.com/apache/maven-antrun-plugin/compare/maven-antrun-plugin-3.0.0...maven-antrun-plugin-3.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-antrun-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "536b9e2ba3b6450a6bfeec237e5830c75db48a6f",
      "tree": "588d567353a872d41bf64fd97078921c7557ca0d",
      "parents": [
        "4bb3f8ef3564803493520f529c2ccfa614f01d4f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jan 11 04:01:10 2023 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Thu Feb 09 21:23:19 2023 +0100"
      },
      "message": "Bump ant from 1.10.12 to 1.10.13\n\nBumps ant from 1.10.12 to 1.10.13.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.ant:ant\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "4bb3f8ef3564803493520f529c2ccfa614f01d4f",
      "tree": "c5d2411df7d01983516e5715fedb7db8b39f84b8",
      "parents": [
        "e92a727caa4ebe44baa7d814a53a9779a4eb40c2"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Thu Feb 09 21:08:23 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 09 21:08:23 2023 +0100"
      },
      "message": "Switch to shared-workflow v3"
    },
    {
      "commit": "e92a727caa4ebe44baa7d814a53a9779a4eb40c2",
      "tree": "f324ed393876577821e13656c724e85d2d86dab7",
      "parents": [
        "5ebd78e69615c62102646e47a67d4ae8248fb4d7"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Mon Jan 30 15:39:08 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 30 15:39:08 2023 +0100"
      },
      "message": "[DOXIA-691] Clarify multiple author line semantics (#27)\n\n"
    },
    {
      "commit": "5ebd78e69615c62102646e47a67d4ae8248fb4d7",
      "tree": "f8e93abdf5482d9632b57014dd00c67275b61a46",
      "parents": [
        "6a37ac914a980d30ad956b0c2f250519c87baff9"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jan 22 10:44:02 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jan 22 10:44:02 2023 +0100"
      },
      "message": "fix typo"
    },
    {
      "commit": "6a37ac914a980d30ad956b0c2f250519c87baff9",
      "tree": "daea80fb9f1b0a22af8664fb49bae473d3bde3f8",
      "parents": [
        "dbbee184f3ca06cac566ddfd5422fb57d93ca293"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Sat Jan 21 12:43:18 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jan 21 12:43:18 2023 +0100"
      },
      "message": "[DOXIA-569] Document Markdown Sink"
    },
    {
      "commit": "dbbee184f3ca06cac566ddfd5422fb57d93ca293",
      "tree": "3514020f1aac11398756fdbc14eae0d5a507b701",
      "parents": [
        "34495ded3ab2880607d5f4cf891328d0b211f181"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Jan 16 08:44:37 2023 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Jan 16 08:44:37 2023 +0100"
      },
      "message": "Doxia 1.12.0 released\n"
    },
    {
      "commit": "34495ded3ab2880607d5f4cf891328d0b211f181",
      "tree": "e6580d2e0301ff0775954a28c71c9d348b690aab",
      "parents": [
        "99a5ea328de7aaaa72963b0133a4d453df7ba035"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Jan 14 18:49:22 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jan 14 18:49:22 2023 +0100"
      },
      "message": "Doxia Converter 1.3 released"
    },
    {
      "commit": "99a5ea328de7aaaa72963b0133a4d453df7ba035",
      "tree": "8e0e666ad875db4691cd62b070b1642afda18d25",
      "parents": [
        "d60dc7e64753ca7ab0cd2e00b6584e2a507fd8dc"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Jan 14 17:29:38 2023 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Jan 14 17:29:44 2023 +0100"
      },
      "message": "reformat\n"
    },
    {
      "commit": "d60dc7e64753ca7ab0cd2e00b6584e2a507fd8dc",
      "tree": "c96f5c91b9b130210afd85f6de3e0a8e479b0e01",
      "parents": [
        "5ebc2685126136226d748e9fedcfdb2b0afe46eb"
      ],
      "author": {
        "name": "Konrad Windszus",
        "email": "kwin@apache.org",
        "time": "Tue Jan 10 08:47:04 2023 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 10 08:47:04 2023 +0100"
      },
      "message": "fix central repository link"
    },
    {
      "commit": "5ebc2685126136226d748e9fedcfdb2b0afe46eb",
      "tree": "f672f65e6575f39772829d315ce2284ddee61db0",
      "parents": [
        "7d729203990b69f8a6cbf1d43f46a1f79c757938"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jan 08 19:11:25 2023 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jan 08 19:11:25 2023 +0100"
      },
      "message": "force links"
    },
    {
      "commit": "7d729203990b69f8a6cbf1d43f46a1f79c757938",
      "tree": "a97624b7d4a59782d54329074dcd8a91b3b72ca9",
      "parents": [
        "466b6a687b87825272db429d97e9be3523e2243d"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jan 08 18:50:41 2023 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jan 08 18:50:41 2023 +0100"
      },
      "message": "upgrade parent POM"
    },
    {
      "commit": "466b6a687b87825272db429d97e9be3523e2243d",
      "tree": "2e73971b91beccfa3c6f4fe6389fde9b31e31f4b",
      "parents": [
        "056cc91ebce24c2709e31b97d4678dab17eef282"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jan 08 18:43:13 2023 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jan 08 18:43:13 2023 +0100"
      },
      "message": "update Doxia Tools switch to Git\n"
    },
    {
      "commit": "056cc91ebce24c2709e31b97d4678dab17eef282",
      "tree": "bf07c60aa82db01d2d5b1593d2656726024002cc",
      "parents": [
        "a82dd460761128b0f8542f3dcdba7d82ec39c4cd"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Mar 07 08:08:23 2022 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 07 08:08:23 2022 +0100"
      },
      "message": "use latest SNAPSHOT parent pom"
    },
    {
      "commit": "a82dd460761128b0f8542f3dcdba7d82ec39c4cd",
      "tree": "9ba048eed7b225c51ce54e74fe7606d05a1838d1",
      "parents": [
        "75d278802099ecf9f51c921416c68a48b5406799"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Mar 04 04:07:00 2022 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Mar 04 08:28:03 2022 +0100"
      },
      "message": "Bump maven-parent from 35-SNAPSHOT to 35\n\nBumps [maven-parent](https://github.com/apache/maven-parent) from 35-SNAPSHOT to 35.\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:maven-parent\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "75d278802099ecf9f51c921416c68a48b5406799",
      "tree": "90f2676ae11664941ef385fc0dcdf3cb5adaf652",
      "parents": [
        "8933dada8e6f3e15af380dc302b6abb7111bfa5d"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Mon Jan 24 23:30:42 2022 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jan 24 23:30:42 2022 +0100"
      },
      "message": "send PR notifications to issues@ instead of dev@"
    },
    {
      "commit": "8933dada8e6f3e15af380dc302b6abb7111bfa5d",
      "tree": "78905cbcf36cb4dc85acdb48bd24fc7fd269567b",
      "parents": [
        "87bf711b506b993b5ac7674a72f60f8d68e15a52"
      ],
      "author": {
        "name": "Piotrek Żygieło",
        "email": "pzygielo@users.noreply.github.com",
        "time": "Mon Jan 24 20:11:07 2022 +0100"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Mon Jan 24 20:40:21 2022 +0100"
      },
      "message": "(doc) Fix typo\n"
    },
    {
      "commit": "87bf711b506b993b5ac7674a72f60f8d68e15a52",
      "tree": "71bafc508ba9bd6f92c8b69152c9b908bc0a227e",
      "parents": [
        "03fc7132a04645dfbb54a8e29d2db1b7343cf827"
      ],
      "author": {
        "name": "Slawomir Jaranowski",
        "email": "s.jaranowski@gmail.com",
        "time": "Tue Jan 04 22:23:15 2022 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 04 22:23:15 2022 +0100"
      },
      "message": "Add Shared GitHub Actions"
    },
    {
      "commit": "03fc7132a04645dfbb54a8e29d2db1b7343cf827",
      "tree": "8cb029674dc6456b5df889b2fd9a34a546c8d734",
      "parents": [
        "f3806b1c1ea1ccddc25ac269c0aee4ae580a6c39"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Jan 04 18:53:52 2022 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Tue Jan 04 18:53:52 2022 +0100"
      },
      "message": "separate table for page-oriented output-only formats"
    },
    {
      "commit": "f3806b1c1ea1ccddc25ac269c0aee4ae580a6c39",
      "tree": "4ccb25fae1c570c7cddb25219d30b806aafb7665",
      "parents": [
        "a58f8e87b72d2fbafd8110b4d5ebfb3da7441833"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Thu Dec 23 21:58:57 2021 +0100"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Thu Dec 23 21:58:57 2021 +0100"
      },
      "message": "update GitHub notifications scheme\n"
    },
    {
      "commit": "a58f8e87b72d2fbafd8110b4d5ebfb3da7441833",
      "tree": "7209170a80793b73be1827b5f4b4890075a4f0ba",
      "parents": [
        "da4655738c108f38880aeca29264e597160e975d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Dec 06 04:06:51 2021 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Dec 07 02:26:19 2021 +0100"
      },
      "message": "Bump maven-pdf-plugin from 1.4 to 1.5.1\n\nBumps [maven-pdf-plugin](https://github.com/apache/maven-pdf-plugin) from 1.4 to 1.5.1.\n- [Release notes](https://github.com/apache/maven-pdf-plugin/releases)\n- [Commits](https://github.com/apache/maven-pdf-plugin/compare/maven-pdf-plugin-1.4...maven-pdf-plugin-1.5.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-pdf-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "da4655738c108f38880aeca29264e597160e975d",
      "tree": "e3e1fdfe6dead14944fa5be3343a620eed1fde8c",
      "parents": [
        "d277e0ad4b887541130eb978ba997814197ab684"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Oct 21 04:41:02 2021 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Tue Dec 07 02:26:05 2021 +0100"
      },
      "message": "Bump ant from 1.10.11 to 1.10.12\n\nBumps ant from 1.10.11 to 1.10.12.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.ant:ant\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "d277e0ad4b887541130eb978ba997814197ab684",
      "tree": "154d31e0fcb26099aee6aeca4ebb9b92f2718ad4",
      "parents": [
        "5c037e4d60b4323c959d7c6c7dbe50dc2e86547b"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jul 25 11:19:37 2021 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sun Jul 25 11:19:37 2021 +0200"
      },
      "message": "update CI url\n"
    },
    {
      "commit": "5c037e4d60b4323c959d7c6c7dbe50dc2e86547b",
      "tree": "0d61b89cec53c1399ea7f414cb1731d62a64b1ac",
      "parents": [
        "39a25402153bc1bd7641bfc94066317570a827dc"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 14 10:32:43 2021 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 14 10:32:43 2021 +0000"
      },
      "message": "Bump ant from 1.10.9 to 1.10.11 (#12)\n\nBumps ant from 1.10.9 to 1.10.11.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: org.apache.ant:ant\r\n  dependency-type: direct:production\r\n  update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\r\n\r\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "39a25402153bc1bd7641bfc94066317570a827dc",
      "tree": "89901bbdd2d6e769b6e660a5f9e392ee0db0d7f2",
      "parents": [
        "f51d37e32c82745ada0330d3df7e403e409a196b"
      ],
      "author": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Sun Nov 15 16:56:15 2020 +0100"
      },
      "committer": {
        "name": "rfscholte",
        "email": "rfscholte@apache.org",
        "time": "Sun Nov 15 17:38:43 2020 +0100"
      },
      "message": "Adjust tool labels\n"
    },
    {
      "commit": "f51d37e32c82745ada0330d3df7e403e409a196b",
      "tree": "eb18de7ca42e8f362fc587b0522fb6fe2585b16b",
      "parents": [
        "f159e9aad030938cf0f922b023b44b4f9a5dbdc1"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Tue Oct 06 23:01:30 2020 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@gmail.com",
        "time": "Tue Oct 06 23:01:30 2020 +0200"
      },
      "message": "Bump ant from 1.10.8 to 1.10.9\n\n"
    },
    {
      "commit": "f159e9aad030938cf0f922b023b44b4f9a5dbdc1",
      "tree": "78ae9bf7397a628b5445ae9acceb13dd3f12ed46",
      "parents": [
        "08936b4076822f4e6ac212f66b75578e4550cfe6"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Aug 29 09:00:22 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Sat Aug 29 09:00:22 2020 +0200"
      },
      "message": "update ASF CI url\n"
    },
    {
      "commit": "08936b4076822f4e6ac212f66b75578e4550cfe6",
      "tree": "cb81c0ceaefc3e41414d81957bfcd61054f451d5",
      "parents": [
        "a516d9989c89ea342d61f818d178a8ff3c5af007"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Aug 28 08:47:30 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Aug 28 08:47:30 2020 +0200"
      },
      "message": "update ASF CI url\n"
    },
    {
      "commit": "a516d9989c89ea342d61f818d178a8ff3c5af007",
      "tree": "c7ee920e9e1b3ee4bc85ea934890b27e5cbb5bd2",
      "parents": [
        "b74072c2c1a2db7db101cd6fb2251c8ebe85c638"
      ],
      "author": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Jul 31 08:17:12 2020 +0200"
      },
      "committer": {
        "name": "Hervé Boutemy",
        "email": "hboutemy@apache.org",
        "time": "Fri Jul 31 08:17:12 2020 +0200"
      },
      "message": "disable option currently not available on ci-builds.a.o"
    },
    {
      "commit": "b74072c2c1a2db7db101cd6fb2251c8ebe85c638",
      "tree": "0cf2ea2f11e004c2ab07367b7570c4faffd8c036",
      "parents": [
        "a74c6e351af682aea3cecfaa866243de4dd7f82c"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Thu Jun 18 15:34:46 2020 -0400"
      },
      "committer": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Thu Jun 18 15:34:46 2020 -0400"
      },
      "message": "remove 404 mail list archives and upgrade others to https\n"
    },
    {
      "commit": "a74c6e351af682aea3cecfaa866243de4dd7f82c",
      "tree": "f3a66dc72f3f0085107c27bee388b2347ea5cbcb",
      "parents": [
        "5ffe3f3405fb8a52040fd36abd9f9238351f40df"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Thu Jun 18 14:52:19 2020 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 18 14:52:19 2020 -0400"
      },
      "message": "remove old versions and update links (#8)\n\nto https"
    },
    {
      "commit": "5ffe3f3405fb8a52040fd36abd9f9238351f40df",
      "tree": "7002f5b6ed88e6dd9c50ce4e8b939dcb54ff41e5",
      "parents": [
        "f4b141e355049642fc4f3ea645ea8dbef00eb58f"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Mon Jun 15 17:04:08 2020 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 15 17:04:08 2020 -0400"
      },
      "message": "we don\u0027t use sibversion any more (#7)\n\n@hboutemy"
    },
    {
      "commit": "f4b141e355049642fc4f3ea645ea8dbef00eb58f",
      "tree": "ee5de9ddb2e6c0e7cc9b0bfe193407dc8bc67bd0",
      "parents": [
        "8fb7707991daeffdadead5a2f3141a2a5c00755d"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Jun 12 16:07:03 2020 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Jun 12 16:07:03 2020 +0200"
      },
      "message": "Use 35-SNAPSHOT parent\n\n"
    },
    {
      "commit": "8fb7707991daeffdadead5a2f3141a2a5c00755d",
      "tree": "6862491a5e966e1ce53edb8991500c1ae475b02d",
      "parents": [
        "c918f588009738b5da46d9c992215677769aa513"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Jun 12 16:04:44 2020 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Fri Jun 12 16:04:44 2020 +0200"
      },
      "message": "Create Dependabot config file\n\n"
    },
    {
      "commit": "c918f588009738b5da46d9c992215677769aa513",
      "tree": "2063826b65a73080a8749e0e160c849671b549a4",
      "parents": [
        "e654fa9637434891e63b13fc69a736f7a7cad16d"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@users.noreply.github.com",
        "time": "Sun Jun 07 07:54:39 2020 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jun 07 07:54:39 2020 -0400"
      },
      "message": "[MNGSITE-393] Remove maven 2 info \n\n@hboutemy"
    },
    {
      "commit": "e654fa9637434891e63b13fc69a736f7a7cad16d",
      "tree": "535cdcb0a57b7eae82d4b2c4984759281810a4bd",
      "parents": [
        "4a2ee13c18540bc252e8edb6e76fb6f6056de80d"
      ],
      "author": {
        "name": "dependabot-preview[bot]",
        "email": "27856297+dependabot-preview[bot]@users.noreply.github.com",
        "time": "Thu May 14 05:06:11 2020 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed May 27 23:46:45 2020 +0200"
      },
      "message": "Bump ant from 1.10.7 to 1.10.8\n\nBumps ant from 1.10.7 to 1.10.8.\n\nSigned-off-by: dependabot-preview[bot] \u003csupport@dependabot.com\u003e"
    },
    {
      "commit": "4a2ee13c18540bc252e8edb6e76fb6f6056de80d",
      "tree": "391bc05a8cc4fab0affcbcac8b8a6f140e608378",
      "parents": [
        "1f68c75f2a98be884a65b53a664b6337a75d3557"
      ],
      "author": {
        "name": "Elliotte Rusty Harold",
        "email": "elharo@ibiblio.org",
        "time": "Thu Feb 06 07:54:19 2020 -0500"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Wed May 27 23:45:09 2020 +0200"
      },
      "message": "[DOXIA-608] Add licenses to make RAT happy\n\nCloses #1"
    },
    {
      "commit": "1f68c75f2a98be884a65b53a664b6337a75d3557",
      "tree": "b5f4fab52225ab1bc36da7d28a759b806caab478",
      "parents": [
        "9eea93c94045a1bc3162f7aedcb350810ab8888d"
      ],
      "author": {
        "name": "dependabot-preview[bot]",
        "email": "27856297+dependabot-preview[bot]@users.noreply.github.com",
        "time": "Wed Feb 12 23:39:14 2020 +0000"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Apr 26 22:36:20 2020 +0200"
      },
      "message": "Bump maven-linkcheck-plugin from 1.1 to 1.2\n\n"
    },
    {
      "commit": "9eea93c94045a1bc3162f7aedcb350810ab8888d",
      "tree": "179483e56b07696d42b7eb7c41addf92bfea26d6",
      "parents": [
        "2781f50f99b4ed75ed08a6ed30bf4f314b4325dc"
      ],
      "author": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Apr 26 22:24:43 2020 +0200"
      },
      "committer": {
        "name": "Sylwester Lachiewicz",
        "email": "slachiewicz@apache.org",
        "time": "Sun Apr 26 22:28:22 2020 +0200"
      },
      "message": "Upgrade maven-antrun-plugin to 3.0.0\n\nBump ant from 1.10.3 to 1.10.7\n\n"
    }
  ],
  "next": "2781f50f99b4ed75ed08a6ed30bf4f314b4325dc"
}
