Skip to content

Commit f83a7d8

Browse files
committed
chore: set version to 1.0.0
1 parent caf66f7 commit f83a7d8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ image:https://img.shields.io/github/issues/reqstool/reqstool-java-annotations?st
44
image:https://img.shields.io/badge/Java-21-brightgreen.svg?style=for-the-badge["JVM support", link="https://sdkman.io"]
55
image:https://img.shields.io/github/license/reqstool/reqstool-java-annotations?style=for-the-badge&logo=opensourceinitiative["License", link="https://opensource.org/license/mit/"]
66
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"]
7-
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"]
7+
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"]

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
name: reqstool-java-annotations
44
title: Reqstool Java Annotations
5-
version: 0.1.0
5+
version: 1.0.0
66
nav:
77
- modules/ROOT/nav.adoc

docs/modules/ROOT/pages/installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To add dependency using Maven, add the following to your `pom.xml`:
77
<dependency>
88
<groupId>io.github.reqstool</groupId>
99
<artifactId>reqstool-java-annotations</artifactId>
10-
<version>0.1.0</version>
10+
<version>1.0.0</version>
1111
</dependency>
1212
----
1313

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.reqstool</groupId>
88
<artifactId>reqstool-java-annotations</artifactId>
9-
<version>0.1.0</version>
9+
<version>1.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)