Skip to content

Commit 3277937

Browse files
committed
chore: update all URLs from Luftfartsverket to reqstool org
- Update pom.xml project, SCM, issue and CI management URLs - Update docs/antora-playbook.yml site URL - Update schema URLs in AbstractAnnotationsProcessor.java and test YAMLs
1 parent 78de43e commit 3277937

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

docs/antora-playbook.yml

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

33
site:
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

88
content:

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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>
@@ -30,16 +30,16 @@
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>

src/main/java/io/github/reqstool/processor/AbstractAnnotationsProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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)