File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
main/java/io/github/reqstool/processor Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
33site :
44 title : Reqstool Java Annotations Documentation
5- url : https://github.com/luftfartsverket /reqstool-java-annotations
5+ url : https://github.com/reqstool /reqstool-java-annotations
66 start_page : reqstool-java-annotations::index.adoc
77
88content :
Original file line number Diff line number Diff line change 1111
1212 <name >${project.artifactId} </name >
1313 <description >Requirements Tools - Java Annotations</description >
14- <url >https://github.com/Luftfartsverket /reqstool-java-annotations</url >
14+ <url >https://github.com/reqstool /reqstool-java-annotations</url >
1515
1616 <licenses >
1717 <license >
3030 </developers >
3131
3232 <scm >
33- <connection >scm:git:https://github.com/Luftfartsverket /reqstool-java-annotations.git</connection >
34- <url >https://github.com/Luftfartsverket /reqstool-java-annotations</url >
33+ <connection >scm:git:https://github.com/reqstool /reqstool-java-annotations.git</connection >
34+ <url >https://github.com/reqstool /reqstool-java-annotations</url >
3535 </scm >
3636 <issueManagement >
3737 <system >Github</system >
38- <url >https://github.com/Luftfartsverket /reqstool-java-annotations/issues</url >
38+ <url >https://github.com/reqstool /reqstool-java-annotations/issues</url >
3939 </issueManagement >
4040 <ciManagement >
4141 <system >Github</system >
42- <url >https://github.com/Luftfartsverket /reqstool-java-annotations/actions</url >
42+ <url >https://github.com/reqstool /reqstool-java-annotations/actions</url >
4343 </ciManagement >
4444
4545 <properties >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public String getYmlElementKey() {
4545
4646 }
4747
48- private static final String YAML_LANG_SERVER_SCHEMA_INFO = "# yaml-language-server: $schema=https://raw.githubusercontent.com/Luftfartsverket /reqstool-client/main/src/reqstool/resources/schemas/v1/annotations.schema.json" ;
48+ private static final String YAML_LANG_SERVER_SCHEMA_INFO = "# yaml-language-server: $schema=https://raw.githubusercontent.com/reqstool /reqstool-client/main/src/reqstool/resources/schemas/v1/annotations.schema.json" ;
4949
5050 private AnnotationTypes annotationTypes ;
5151
Original file line number Diff line number Diff line change 1- # yaml-language-server: $schema=https://raw.githubusercontent.com/Luftfartsverket /reqstool-client/main/src/reqstool/resources/schemas/v1/annotations.schema.json
1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/reqstool /reqstool-client/main/src/reqstool/resources/schemas/v1/annotations.schema.json
22---
33requirement_annotations :
44 implementations :
Original file line number Diff line number Diff line change 1- # yaml-language-server: $schema=https://raw.githubusercontent.com/Luftfartsverket /reqstool-client/main/src/reqstool/resources/schemas/v1/annotations.schema.json
1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/reqstool /reqstool-client/main/src/reqstool/resources/schemas/v1/annotations.schema.json
22---
33requirement_annotations :
44 tests :
You can’t perform that action at this time.
0 commit comments