Skip to content

Commit df65cf5

Browse files
committed
fix: update GitHub org from Luftfartsverket to reqstool in URLs
Replace all remaining references to the old Luftfartsverket GitHub organization with the new reqstool org across README, Java source, and test resource files. Also remove the outdated reference to mimicking the Maven plugin behavior.
1 parent 06e98b8 commit df65cf5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.adoc

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

55
image:https://img.shields.io/badge/License-MIT-blue.svg[License,link=LICENSE]
66

7-
Gradle plugin for assembling and attaching reqstool ZIP artifacts. This plugin mimics the behavior of the link:https://github.com/Luftfartsverket/reqstool-java-maven-plugin[reqstool-java-maven-plugin].
7+
Gradle plugin for assembling and attaching reqstool ZIP artifacts.
88

99
toc::[]
1010

src/main/java/io/github/reqstool/gradle/RequirementsToolTask.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ public class RequirementsToolTask extends DefaultTask {
8484
public static final String XML_TESTS = "tests";
8585

8686
/** YAML language server schema hint for annotations files. */
87-
protected static final String YAML_LANG_SERVER_SCHEMA_ANNOTATIONS = "# yaml-language-server: $schema=https://raw.githubusercontent.com/Luftfartsverket/reqstool-client/main/src/reqstool/resources/schemas/v1/annotations.schema.json";
87+
protected static final String YAML_LANG_SERVER_SCHEMA_ANNOTATIONS = "# yaml-language-server: $schema=https://raw.githubusercontent.com/reqstool/reqstool-client/main/src/reqstool/resources/schemas/v1/annotations.schema.json";
8888

8989
/** YAML language server schema hint for reqstool config files. */
90-
protected static final String YAML_LANG_SERVER_SCHEMA_CONFIG = "# yaml-language-server: $schema=https://raw.githubusercontent.com/Luftfartsverket/reqstool-client/main/src/reqstool/resources/schemas/v1/reqstool_config.schema.json";
90+
protected static final String YAML_LANG_SERVER_SCHEMA_CONFIG = "# yaml-language-server: $schema=https://raw.githubusercontent.com/reqstool/reqstool-client/main/src/reqstool/resources/schemas/v1/reqstool_config.schema.json";
9191

9292
private static final ObjectMapper yamlMapper;
9393

src/test/resources/yml/requirements_annotations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
---
33
requirement_annotations:
44
implementations:

src/test/resources/yml/svcs_annotations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
---
33
requirement_annotations:
44
tests:

0 commit comments

Comments
 (0)