From 9494890cd0a098f3354c6d9a67dba328da38c1b6 Mon Sep 17 00:00:00 2001 From: David M Date: Fri, 26 Jan 2024 15:05:16 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a78cbec3..f7fde2d4 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ [![Maven Build/Test JDK 21](https://github.com/hypfvieh/dbus-java/actions/workflows/maven_jdk21.yml/badge.svg)](https://github.com/hypfvieh/dbus-java/actions/workflows/maven_jdk21.yml) # dbus-java - - Legacy 4.x: [![Maven Central](https://img.shields.io/maven-central/v/com.github.hypfvieh/dbus-java-core?versionPrefix=4)](https://search.maven.org/search?q=g:com.github.hypfvieh%20AND%20a:dbus-java-core%20AND%20v:4*) - - Javadoc 4.x: [![Javadoc](https://javadoc.io/badge2/com.github.hypfvieh/dbus-java-core/javadoc.svg?version=4)](https://javadoc.io/doc/com.github.hypfvieh/dbus-java-core) - - Current 5.x: [![Maven Central](https://img.shields.io/maven-central/v/com.github.hypfvieh/dbus-java-core?versionPrefix=5)](https://search.maven.org/search?q=g:com.github.hypfvieh%20AND%20a:dbus-java-core%20AND%20v:5*) - - Javadoc 5.x: [![Javadoc](https://javadoc.io/badge2/com.github.hypfvieh/dbus-java-core/javadoc.svg?versionPrefix=5)](https://javadoc.io/doc/com.github.hypfvieh/dbus-java-core) + - Legacy 4.x: [![Maven Central](https://img.shields.io/maven-central/v/com.github.hypfvieh/dbus-java-core?versionPrefix=4&color=%2300AA00)](https://search.maven.org/search?q=g:com.github.hypfvieh%20AND%20a:dbus-java-core%20AND%20v:4*) + - Javadoc 4.x: [![Javadoc](https://img.shields.io/maven-central/v/com.github.hypfvieh/dbus-java-core?versionPrefix=4&label=javadoc)](https://javadoc.io/doc/com.github.hypfvieh/dbus-java-core) + - Current 5.x: [![Maven Central](https://img.shields.io/maven-central/v/com.github.hypfvieh/dbus-java-core?versionPrefix=5&color=%2300AA00)](https://search.maven.org/search?q=g:com.github.hypfvieh%20AND%20a:dbus-java-core%20AND%20v:5*) + - Javadoc 5.x: [![Javadoc](https://img.shields.io/maven-central/v/com.github.hypfvieh/dbus-java-core?versionPrefix=5&label=javadoc)](https://javadoc.io/doc/com.github.hypfvieh/dbus-java-core) - Site: [Maven Site](https://hypfvieh.github.io/dbus-java/) Improved version of [Java-DBus library provided by freedesktop.org](https://dbus.freedesktop.org/doc/dbus-java/) with support for Java 17+.