You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://central.sonatype.com/artifact/org.spdx/java-spdx-library)

6
6
@@ -197,7 +197,7 @@ To update Spdx-Java-Library, the following is a very brief checklist:
197
197
1. Create a Java .jar file for the new version which contains an implementation of `ISpdxModelInfo` - typically named `SpdxModelInfoVXXX` - where "XXX" is the version of the spec.
198
198
2. Update the SpdxModelFactory source file to load the model info by adding the line `ModelRegistry.getModelRegistry().registerModel(new SpdxModelInfoVXXX());` in the static block at the very beginning of the class.
199
199
3. If there are any conversions that are needed when copying to or from the new model version, add conversion code to the `ModelCopyConverter` class.
200
-
4. Update SpdxModelFactory unit test for the highest version check
200
+
4. Update SpdxModelFactory unit test for the highest version check.
0 commit comments