Skip to content

Commit

Permalink
Uplift schema to v4.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed May 26, 2022
1 parent ff56dad commit dcfd795
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ ext.getMajorVersion = { versionStr ->

// Set this to the desired release version of the event-logging XML schema on github
// *****************************************************************************
def eventLoggingSchemaVer = "v4.0-beta.3"
def eventLoggingSchemaVer = "v4.0-beta.10"
// *****************************************************************************

// Set this to the last release of this repo on this branch, or earlier branches
// It is used to diff the current jaxb code against the last release so you can
// see if/how the java model has changed following schema changes or changes
// to the jaxb code generation.
// *****************************************************************************
ext.previousReleaseVersion = "v5.0-beta.30_schema-v4.0-beta.3"
ext.previousReleaseVersion = "v5.0-beta.31_schema-v4.0-beta.3"
// *****************************************************************************


Expand Down
20 changes: 20 additions & 0 deletions unreleased_changes/20220526_122543_605__0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
* Update schema to schema-v4.0-beta.10 which fixes a number of typos in the schema annotations and thus the event-logging javadoc.



```sh
# ONLY the top line will be included as a change entry in the CHANGELOG.
# The entry should be in GitHub flavour markdown and should be written on a SINGLE
# line with no hard breaks. You can have multiple change files for a single GitHub issue.
# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than
# 'Fixed nasty bug'.
#
# Examples of acceptable entries are:
#
#
# * Issue **123** : Fix bug with an associated GitHub issue in this repository
#
# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository
#
# * Fix bug with no associated GitHub issue.
```

0 comments on commit dcfd795

Please sign in to comment.