Skip to content

Commit

Permalink
Update submodule branch for maven.restlet.org workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Jan 4, 2023
1 parent d670bb6 commit 26f0fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscal
Submodule oscal updated 55 files
+1 −1 .github/workflows/package-release.yml
+2 −2 .github/workflows/workflow-generate-metaschema-resources.yml
+3 −3 .github/workflows/workflow-generate-website-reference.yml
+3 −3 .github/workflows/workflow-generate-website.yml
+1 −1 .github/workflows/workflow-validate-website-content.yml
+1 −1 build/Dockerfile
+2 −2 build/ci-cd/validate-content.sh
+20 −20 build/go.mod
+46 −39 build/go.sum
+9 −4 build/pom.xml
+1,670 −1,670 json/convert/oscal_assessment-plan_xml-to-json-converter.xsl
+3,015 −3,015 json/convert/oscal_assessment-results_xml-to-json-converter.xsl
+1,175 −1,175 json/convert/oscal_catalog_xml-to-json-converter.xsl
+9,580 −9,580 json/convert/oscal_complete_xml-to-json-converter.xsl
+1,046 −1,046 json/convert/oscal_component_xml-to-json-converter.xsl
+790 −790 json/convert/oscal_mapping_xml-to-json-converter.xsl
+2,302 −2,302 json/convert/oscal_poam_xml-to-json-converter.xsl
+1,155 −1,155 json/convert/oscal_profile_xml-to-json-converter.xsl
+1,786 −1,786 json/convert/oscal_ssp_xml-to-json-converter.xsl
+2,780 −2,785 json/schema/oscal_assessment-plan_schema.json
+2,918 −2,923 json/schema/oscal_assessment-results_schema.json
+1,160 −1,165 json/schema/oscal_catalog_schema.json
+5,057 −5,062 json/schema/oscal_complete_schema.json
+1,515 −1,520 json/schema/oscal_component_schema.json
+880 −885 json/schema/oscal_mapping_schema.json
+2,851 −2,856 json/schema/oscal_poam_schema.json
+1,255 −1,260 json/schema/oscal_profile_schema.json
+2,023 −2,028 json/schema/oscal_ssp_schema.json
+16 −16 src/metaschema/oscal_assessment-common_metaschema.xml
+1 −1 src/metaschema/oscal_assessment-plan_metaschema.xml
+1 −1 src/metaschema/oscal_catalog_metaschema.xml
+9 −9 src/metaschema/oscal_component_metaschema.xml
+1 −1 src/metaschema/oscal_control-common_metaschema.xml
+25 −25 src/metaschema/oscal_implementation-common_metaschema.xml
+10 −12 src/metaschema/oscal_metadata_metaschema.xml
+1 −1 src/metaschema/oscal_profile_metaschema.xml
+15 −14 src/metaschema/oscal_ssp_metaschema.xml
+1,666 −1,666 xml/convert/oscal_assessment-plan_json-to-xml-converter.xsl
+3,114 −3,114 xml/convert/oscal_assessment-results_json-to-xml-converter.xsl
+1,238 −1,238 xml/convert/oscal_catalog_json-to-xml-converter.xsl
+10,363 −10,363 xml/convert/oscal_complete_json-to-xml-converter.xsl
+1,010 −1,010 xml/convert/oscal_component_json-to-xml-converter.xsl
+735 −735 xml/convert/oscal_mapping_json-to-xml-converter.xsl
+2,356 −2,356 xml/convert/oscal_poam_json-to-xml-converter.xsl
+1,169 −1,169 xml/convert/oscal_profile_json-to-xml-converter.xsl
+1,796 −1,796 xml/convert/oscal_ssp_json-to-xml-converter.xsl
+572 −572 xml/schema/oscal_assessment-plan_schema.xsd
+602 −602 xml/schema/oscal_assessment-results_schema.xsd
+243 −243 xml/schema/oscal_catalog_schema.xsd
+1,187 −1,187 xml/schema/oscal_complete_schema.xsd
+292 −292 xml/schema/oscal_component_schema.xsd
+181 −181 xml/schema/oscal_mapping_schema.xsd
+579 −579 xml/schema/oscal_poam_schema.xsd
+252 −252 xml/schema/oscal_profile_schema.xsd
+450 −450 xml/schema/oscal_ssp_schema.xsd

0 comments on commit 26f0fe1

Please sign in to comment.