Skip to content

Commit

Permalink
set up release
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Aug 29, 2023
1 parent 5cabb76 commit f98b164
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Loader: allow suppress errors scanning content when finding resources
* Validator: Fix problem validating code systems with content = not-present
* Validator: Further development of multi-language support on the tx server, and:
* Validator: Change the validation so that the default language is '*' (all languages) not 'en'
* Fix bug with path going missing in package-registry.json (when publishing to a web site)
* oWASP driven updates to dependencies: graalvm, okhttp3, xpp3, JUnit
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<version>1.4.1-SNAPSHOT</version> <!-- See the note above -->

<properties>
<core_version>6.1.1-SNAPSHOT</core_version>
<core_version>6.1.1</core_version>
<maven_surefire_version>3.0.0-M5</maven_surefire_version>
<apache_poi_version>5.2.1</apache_poi_version>
<okhttp.version>4.11.0</okhttp.version>
Expand Down

0 comments on commit f98b164

Please sign in to comment.