This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch maven-archiver-3.x in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
commit 8d04c53c06d374ef9faf5a562ba952a9fc15253b Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Dec 20 12:37:32 2025 +0100 Move to match target converter format MARKDOWN with doxia-converter --- src/site/{apt/examples/classpath.apt => markdown/examples/classpath.md} | 0 src/site/{apt/examples/manifest.apt => markdown/examples/manifest.md} | 0 .../examples/manifestEntries.apt => markdown/examples/manifestEntries.md} | 0 .../{apt/examples/manifestFile.apt => markdown/examples/manifestFile.md} | 0 .../manifestSections.apt => markdown/examples/manifestSections.md} | 0 5 files changed, 0 insertions(+), 0 deletions(-) diff --git a/src/site/apt/examples/classpath.apt b/src/site/markdown/examples/classpath.md similarity index 100% rename from src/site/apt/examples/classpath.apt rename to src/site/markdown/examples/classpath.md diff --git a/src/site/apt/examples/manifest.apt b/src/site/markdown/examples/manifest.md similarity index 100% rename from src/site/apt/examples/manifest.apt rename to src/site/markdown/examples/manifest.md diff --git a/src/site/apt/examples/manifestEntries.apt b/src/site/markdown/examples/manifestEntries.md similarity index 100% rename from src/site/apt/examples/manifestEntries.apt rename to src/site/markdown/examples/manifestEntries.md diff --git a/src/site/apt/examples/manifestFile.apt b/src/site/markdown/examples/manifestFile.md similarity index 100% rename from src/site/apt/examples/manifestFile.apt rename to src/site/markdown/examples/manifestFile.md diff --git a/src/site/apt/examples/manifestSections.apt b/src/site/markdown/examples/manifestSections.md similarity index 100% rename from src/site/apt/examples/manifestSections.apt rename to src/site/markdown/examples/manifestSections.md
