diff --git a/README.adoc b/README.adoc index 5c0b269..88bc31e 100644 --- a/README.adoc +++ b/README.adoc @@ -4,4 +4,4 @@ image:https://img.shields.io/github/issues/reqstool/reqstool-java-annotations?st image:https://img.shields.io/badge/Java-21-brightgreen.svg?style=for-the-badge["JVM support", link="https://sdkman.io"] image:https://img.shields.io/github/license/reqstool/reqstool-java-annotations?style=for-the-badge&logo=opensourceinitiative["License", link="https://opensource.org/license/mit/"] image:https://img.shields.io/github/actions/workflow/status/reqstool/reqstool-java-annotations/build.yml?style=for-the-badge&logo=github["Build", link="https://github.com/reqstool/reqstool-java-annotations/actions/workflows/build.yml"] -image:https://img.shields.io/badge/Documentation-blue?style=for-the-badge&link=docs["Static Badge", link="https://reqstool.github.io/reqstool-java-annotations/reqstool-java-annotations/0.1.0/index.html"] +image:https://img.shields.io/badge/Documentation-blue?style=for-the-badge&link=docs["Static Badge", link="https://reqstool.github.io/reqstool-java-annotations/reqstool-java-annotations/1.0.0/index.html"] diff --git a/docs/antora.yml b/docs/antora.yml index cd195cb..a759356 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -2,6 +2,6 @@ name: reqstool-java-annotations title: Reqstool Java Annotations -version: 0.1.0 +version: 1.0.0 nav: - modules/ROOT/nav.adoc diff --git a/docs/modules/ROOT/pages/installation.adoc b/docs/modules/ROOT/pages/installation.adoc index 4dac50b..92f363d 100644 --- a/docs/modules/ROOT/pages/installation.adoc +++ b/docs/modules/ROOT/pages/installation.adoc @@ -7,7 +7,7 @@ To add dependency using Maven, add the following to your `pom.xml`: io.github.reqstool reqstool-java-annotations - 0.1.0 + 1.0.0 ---- diff --git a/pom.xml b/pom.xml index 3d87bff..6cf56ce 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.reqstool reqstool-java-annotations - 0.1.0 + 1.0.0 jar ${project.artifactId}