Skip to content

Commit a80058d

Browse files
committed
Correct the URI for relationship type AMENDS
This is the root cause of spdx/spdx-spec#656 Signed-off-by: Gary O'Neall <[email protected]>
1 parent a22ea13 commit a80058d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/spdx/library/model/enumerations/RelationshipType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public enum RelationshipType implements IndividualUriValue {
5252
PACKAGE_OF("relationshipType_packageOf"),
5353
PATCH_APPLIED("relationshipType_patchApplied"),
5454
PATCH_FOR("relationshipType_patchFor"),
55-
AMENDS("relationshipType_amends"),
55+
AMENDS("relationshipType_amendment"),
5656
STATIC_LINK("relationshipType_staticLink"),
5757
TEST_CASE_OF("relationshipType_testcaseOf"),
5858
PREREQUISITE_FOR("relationshipType_prerequisiteFor"),

0 commit comments

Comments
 (0)