Skip to content

Commit d5129e2

Browse files
committed
Moved supported Java versions to own section
Signed-off-by: Patrick Reinhart <patrick@reini.net>
1 parent 9a61700 commit d5129e2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,22 @@ Patrick Reinhart <https://github.com/reinhapa[@reinhapa]>
77
:github-branch: master
88

99
image: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/"]
1310
image:https://img.shields.io/github/release/{project-full-path}.svg["Release", link="https://github.com/{project-full-path}/releases"]
1411
image: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"]
1512
image: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}"]
1613
image:https://javadoc.io/badge2/{group-name}/{project-name}/javadoc.svg["javadoc", link="https://javadoc.io/doc/{group-name}/{project-name}"]
1714
image: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+
1917
This is a conversion to Git of the `xapi` module from the XML:DB CVS repositiory
2018
via `anonymous@a.cvs.sourceforge.net:/cvsroot/xmldb-org`.
2119

2220
The 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
2628
The API interfaces are what driver developers must implement when creating a

0 commit comments

Comments
 (0)