Skip to content

Commit 67b0b11

Browse files
oheger-boschsschuberth
authored andcommittedFeb 25, 2025·
test(Maven): Replace organizations in test projects
Use fictive organization names instead of existing ones to avoid the impression that these organizations are somehow related to this project. Signed-off-by: Oliver Heger <oliver.heger@bosch.io>
1 parent d5f0272 commit 67b0b11

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed
 

‎plugins/package-managers/maven/src/funTest/assets/projects/synthetic/maven-expected-output-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ project:
33
id: "Maven:org.ossreviewtoolkit.maven:maven-app:1.0-SNAPSHOT"
44
definition_file_path: "plugins/package-managers/maven/src/funTest/assets/projects/synthetic/maven/app/pom.xml"
55
authors:
6-
- "Google"
7-
- "The Apache Software Foundation"
6+
- "ACME"
7+
- "Sirius Cybernetics Corporation"
88
declared_licenses:
99
- "Apache License, Version 2.0"
1010
declared_licenses_processed:

‎plugins/package-managers/maven/src/funTest/assets/projects/synthetic/maven-expected-output-lib.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ project:
33
id: "Maven:org.ossreviewtoolkit.maven:maven-lib:1.0-SNAPSHOT"
44
definition_file_path: "plugins/package-managers/maven/src/funTest/assets/projects/synthetic/maven/lib/pom.xml"
55
authors:
6-
- "Google"
7-
- "The Apache Software Foundation"
6+
- "ACME"
7+
- "Sirius Cybernetics Corporation"
88
declared_licenses:
99
- "Apache License, Version 2.0"
1010
declared_licenses_processed:

‎plugins/package-managers/maven/src/funTest/assets/projects/synthetic/maven-expected-output-root.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ project:
33
id: "Maven:org.ossreviewtoolkit.maven:maven-project:1.0-SNAPSHOT"
44
definition_file_path: "plugins/package-managers/maven/src/funTest/assets/projects/synthetic/maven/pom.xml"
55
authors:
6-
- "Google"
7-
- "The Apache Software Foundation"
6+
- "ACME"
7+
- "Sirius Cybernetics Corporation"
88
declared_licenses:
99
- "Apache License, Version 2.0"
1010
declared_licenses_processed:

‎plugins/package-managers/maven/src/funTest/assets/projects/synthetic/maven-expected-output-scope-excludes.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ project:
33
id: "Maven:org.ossreviewtoolkit.maven:maven-lib:1.0-SNAPSHOT"
44
definition_file_path: "plugins/package-managers/maven/src/funTest/assets/projects/synthetic/maven/lib/pom.xml"
55
authors:
6-
- "Google"
7-
- "The Apache Software Foundation"
6+
- "ACME"
7+
- "Sirius Cybernetics Corporation"
88
declared_licenses:
99
- "Apache License, Version 2.0"
1010
declared_licenses_processed:

‎plugins/package-managers/maven/src/funTest/assets/projects/synthetic/maven/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<url>https://example.com/git/repository</url>
1414
</scm>
1515
<organization>
16-
<name>The Apache Software Foundation</name>
16+
<name>ACME</name>
1717
</organization>
1818
<developers>
1919
<developer>
20-
<organization>The Apache Software Foundation</organization>
20+
<organization>ACME</organization>
2121
<name>Dev A</name>
2222
</developer>
2323
<developer>
24-
<organization>Google</organization>
24+
<organization>Sirius Cybernetics Corporation</organization>
2525
<name>Dev B</name>
2626
</developer>
2727
</developers>

0 commit comments

Comments
 (0)
Please sign in to comment.