Skip to content

Commit 89d5813

Browse files
author
David Waltermire
committed
Bumping metaschema-java to 2.2.0. Added NIST version compatibility discussion to readme.
1 parent c6578d7 commit 89d5813

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,5 @@ The [full code](src/test/java/gov/nist/secauto/oscal/java/ExamplesTest.java) for
7373
## Relationship to prior work
7474

7575
The contents of this repository is based on work from the [Metaschema Java repository](https://github.com/usnistgov/liboscal-java/) maintained by the National Institute of Standards and Technology (NIST), the [contents of which have been dedicated in the worldwide public domain](https://github.com/usnistgov/liboscal-java/blob/a56c130fa8d35dff9590065c942ccd5ee7f25ae3/LICENSE.md) using the [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) public domain dedication. This repository builds on this prior work, maintaining the [CCO license](https://github.com/metaschema-framework/liboscal-java/blob/main/LICENSE.md) on any new works in this repository.
76+
77+
This library is maintained to be feature compatible with the NIST [v3.0.3](https://github.com/usnistgov/liboscal-java/releases/tag/v3.0.3) release. As a result, Metaschema-based and OSCAL content produced for either will work with this library. This library version fixes bugs in in the NIST version that were confirmed to be present in this library. This has been noted in related [issues](https://github.com/usnistgov/liboscal-java/issues) in the NIST repository. Unlike its predecessor, this version supports newer releases of the OSCAL models and additional features.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
9494
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
9595

96-
<dependency.metaschema-framework.version>2.2.0-SNAPSHOT</dependency.metaschema-framework.version>
96+
<dependency.metaschema-framework.version>2.2.0</dependency.metaschema-framework.version>
9797

9898
<dependency.commons-lang3.version>3.17.0</dependency.commons-lang3.version>
9999
<dependency.jmock-junit5.version>2.13.1</dependency.jmock-junit5.version>

0 commit comments

Comments
 (0)