diff --git a/README.md b/README.md index b33c98c..852bdbb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Takari Smart Builder +[![Maven Central](https://img.shields.io/maven-central/v/io.takari.maven/takari-smart-builder.svg?label=Maven%20Central)](https://search.maven.org/artifact/io.takari.maven/takari-smart-builder) +[![Verify](https://github.com/takari/takari-smart-builder/actions/workflows/ci.yml/badge.svg)](https://github.com/takari/maven-smart-builder/actions/workflows/ci.yml) +[![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/io/takari/maven/takari-smart-builder/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/io/takari/maven/takari-smart-builder/README.md) + ## Set it up with latest Maven 3.9.x line setting it up is simple. @@ -12,7 +16,7 @@ Create in project root a file `.mvn/extensions.xml` with following content: io.takari.maven takari-smart-builder - 1.0.0 + 1.0.1 ```