@@ -7,20 +7,22 @@ Patrick Reinhart <https://github.com/reinhapa[@reinhapa]>
77:github-branch: master
88
99image:https://img.shields.io/badge/license-XML:DB-blue.svg["XML:DB Initiative Software License", link="https://github.com/{project-full-path}/blob/{github-branch}/LICENSE"]
10- image:https://img.shields.io/badge/Java-8-blue.svg["Java 8", link="https://adoptium.net/"]
11- image:https://img.shields.io/badge/Java-11-blue.svg["Java 11", link="https://adoptium.net/"]
12- image:https://img.shields.io/badge/Java-17-blue.svg["Java 17", link="https://adoptium.net/"]
1310image:https://img.shields.io/github/release/{project-full-path}.svg["Release", link="https://github.com/{project-full-path}/releases"]
1411image:https://img.shields.io/maven-central/v/{group-name}/{project-name}.svg?label=Maven%20Central["Maven Central", link="https://search.maven.org/search?q=g:%22{group-name}%22%20AND%20a:%22{project-name}%22"]
1512image:https://sonarcloud.io/api/project_badges/measure?project={project-org}_{project-name}&metric=alert_status["Quality Gate Status", link ="https://sonarcloud.io/summary/new_code?id={project-org}_{project-name}"]
1613image:https://javadoc.io/badge2/{group-name}/{project-name}/javadoc.svg["javadoc", link="https://javadoc.io/doc/{group-name}/{project-name}"]
1714image:https://github.com/{project-full-path}/actions/workflows/gradle.yml/badge.svg["CI", link="https://github.com/{project-full-path}/actions/workflows/gradle.yml"]
1815
16+
1917This is a conversion to Git of the `xapi` module from the XML:DB CVS repositiory
2018via `anonymous@a.cvs.sourceforge.net:/cvsroot/xmldb-org` .
2119
2220The archived project and code can be found at https://sourceforge.net/projects/xmldb-org/
2321
22+ Supported Java versions:
23+ image:https://img.shields.io/badge/Java-8-blue.svg["Java 8", link="https://adoptium.net/"]
24+ image:https://img.shields.io/badge/Java-11-blue.svg["Java 11", link="https://adoptium.net/"]
25+ image:https://img.shields.io/badge/Java-17-blue.svg["Java 17", link="https://adoptium.net/"]
2426
2527== Content
2628The API interfaces are what driver developers must implement when creating a
0 commit comments