Skip to content

Commit

Permalink
Change next version to 1.1.0. Bumped commons-cli version to 1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Aug 5, 2024
1 parent ca1044d commit a5eb5c5
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OSCAL GitHub Issue Template Files
# GitHub Issue Template Files

This directory contains templates for creating new project issues in GitHub. The structure and contents of the directory are as follows:

Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/issue-triage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Triage Board Management
on:
issues:
types:
- opened
- reopened
- transferred
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-20.04
steps:
- uses: actions/add-to-project@31b3f3ccdc584546fc445612dec3f38ff5edb41c
with:
project-url: https://github.com/orgs/metaschema-framework/projects/1
github-token: ${{ secrets.COMMIT_TOKEN }}
3 changes: 1 addition & 2 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ https://opensource.org/licenses/Apache-2.0,https://opensource.org/licenses/EPL-2
# prone to long timeouts
http://nexus.sonatype.org/oss-repository-hosting.html/.*
https://glassfish.dev.java.net/.*
# fix later
https://github.com/metaschema-framework/liboscal-java/


2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ As stated in [CONTRIBUTING](CONTRIBUTING.md), all contributions to this project

## Related prior work

The contents of this repository is based on work from the [Metaschema Java repository](https://github.com/usnistgov/metaschema-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/metaschema-java/blob/1a496e4bcf905add6b00a77a762ed3cc31bf77e6/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/metaschema-java/blob/main/LICENSE.md) on any new works in this repository.
The contents of this repository is based on work from the [Metaschema Java repository](https://github.com/usnistgov/metaschema-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/metaschema-java/blob/1a496e4bcf905add6b00a77a762ed3cc31bf77e6/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/metaschema-java/blob/main/LICENSE.md) on any new works in this repository.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ The Metaschema Java framework provides:
- A Java parser for reading and writing XML, JSON, or YAML into Java beans generated by this framework. This functionality is provided by the [Metaschema Java Binding Parser](databind/).
- XML and JSON schema generation based on a Metaschema provided by [Netaschema Schema Generator](schemagen/).

## License
## Public domain

See the [project license](LICENSE.md) in this repository.

This project is in the worldwide [public domain](LICENSE.md). As stated in [CONTRIBUTING.md](CONTRIBUTING.md).
This project is in the worldwide [public domain](LICENSE.md) and as stated in [CONTRIBUTING.md](CONTRIBUTING.md).

## Contributing to this code base

Expand Down
2 changes: 1 addition & 1 deletion cli-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>cli-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>metaschema-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion databind-metaschema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>metaschema-databind-modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion databind/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>metaschema-databind</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metaschema-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>metaschema-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metaschema-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<artifactId>metaschema-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metaschema-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>metaschema-testing</artifactId>
<name>Metaschema Unit Testing Support</name>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>Metaschema Framework Parent</name>
Expand All @@ -26,6 +26,9 @@
<scm.url>https://github.com/metaschema-framework/metaschema-java</scm.url>
<issueManagement.url>https://github.com/metaschema-framework/metaschema-java/issues</issueManagement.url>

<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
Expand All @@ -37,12 +40,9 @@

<mojo.maven.version>3.8.1</mojo.maven.version>

<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>

<dependency.antlr4.version>4.13.1</dependency.antlr4.version>
<dependency.auto-service.version>1.1.1</dependency.auto-service.version>
<dependency.commons-cli.version>1.6.0</dependency.commons-cli.version>
<dependency.commons-cli.version>1.7.0</dependency.commons-cli.version>
<dependency.commons-collections4.version>4.4</dependency.commons-collections4.version>
<dependency.commons-io.version>2.16.1</dependency.commons-io.version>
<dependency.commons-lang3.version>3.14.0</dependency.commons-lang3.version>
Expand Down
2 changes: 1 addition & 1 deletion schemagen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.metaschema.java</groupId>
<artifactId>metaschema-framework</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>metaschema-schema-generator</artifactId>
<name>Metaschema XML and JSON Schema Generator</name>
Expand Down
Binary file removed src/site/images/nist_logo.png
Binary file not shown.

0 comments on commit a5eb5c5

Please sign in to comment.