-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Describe versioning in general * Fix up READMEs for the code packages * Specify files for documentation label
- Loading branch information
Showing
5 changed files
with
76 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# ssb-datadoc-model | ||
|
||
Data Model for use in Statistics Norway's Metadata system | ||
|
||
## Purpose | ||
|
||
This package contains Java classes defining the fields and data types used in Statistics Norway's metadata system. The purpose of these models is to: | ||
|
||
- Enable validation of user data | ||
- Enable serialization and deserialization of metadata files | ||
- Support versioning of the metadata format | ||
- Enforce consistency across multiple tools | ||
|
||
## Release | ||
|
||
This packaged is built and released using the Maven Release Plugin and Github Actions. | ||
|
||
To release a new version simply create a branch prefixed with `release-java` and everything else is taken care of, including version increment, tagging, building, pushing artifacts and a GitHub release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters