File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
2- image:https://img.shields.io/github/commit-activity/m/Luftfartsverket /reqstool-java-annotations?label=commits&style=for-the-badge["Commit Activity", link="https://github.com/Luftfartsverket /reqstool-java-annotations/pulse"]
3- image:https://img.shields.io/github/issues/Luftfartsverket /reqstool-java-annotations?style=for-the-badge&logo=github["GitHub Issues", link="https://github.com/Luftfartsverket /reqstool-java-annotations/issues"]
2+ image:https://img.shields.io/github/commit-activity/m/reqstool /reqstool-java-annotations?label=commits&style=for-the-badge["Commit Activity", link="https://github.com/reqstool /reqstool-java-annotations/pulse"]
3+ image:https://img.shields.io/github/issues/reqstool /reqstool-java-annotations?style=for-the-badge&logo=github["GitHub Issues", link="https://github.com/reqstool /reqstool-java-annotations/issues"]
44image:https://img.shields.io/badge/Java-21-brightgreen.svg?style=for-the-badge["JVM support", link="https://sdkman.io"]
5- image:https://img.shields.io/github/license/Luftfartsverket /reqstool-java-annotations?style=for-the-badge&logo=opensourceinitiative["License", link="https://opensource.org/license/mit/"]
6- image:https://img.shields.io/github/actions/workflow/status/Luftfartsverket /reqstool-java-annotations/build.yml?style=for-the-badge&logo=github["Build", link="https://github.com/Luftfartsverket /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://luftfartsverket .github.io/reqstool-java-annotations/reqstool-java-annotations/0.0.1 /index.html"]
5+ image:https://img.shields.io/github/license/reqstool /reqstool-java-annotations?style=for-the-badge&logo=opensourceinitiative["License", link="https://opensource.org/license/mit/"]
6+ 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"]
Original file line number Diff line number Diff line change 22
33name : reqstool-java-annotations
44title : Reqstool Java Annotations
5- version : 0.0.1
5+ version : 0.1.0
66nav :
77 - modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ To add dependency using Maven, add the following to your `pom.xml`:
55[source,xml]
66----
77<dependency>
8- <groupId>se.lfv .reqstool</groupId>
9- <artifactId>reqstool-annotations- java</artifactId>
10- <version>0.0.6 </version>
8+ <groupId>io.github .reqstool</groupId>
9+ <artifactId>reqstool-java-annotations </artifactId>
10+ <version>0.1.0 </version>
1111</dependency>
1212----
1313
You can’t perform that action at this time.
0 commit comments