Skip to content
Snippets Groups Projects
Commit 2c18861d authored by cdanger's avatar cdanger
Browse files

Merge branch 'release/3.0.3'

parents 5c54d6e7 1089ee04
No related branches found
Tags release-3.0.3
No related merge requests found
......@@ -2,6 +2,12 @@
All notable changes to this project are documented in this file following the [Keep a CHANGELOG](http://keepachangelog.com) conventions. This project adheres to [Semantic Versioning](http://semver.org).
## 3.0.3
### Fixed
- Fix for https://github.com/authzforce/server/issues/64 (loading schemas in offline mode)
- CVE-2021-22118: updated parent version to 8.0.2 -> Spring to 5.2.15
## 3.0.2
### Fixed
- Backward compatibility on XacmlJsonUtils#canonicalizeResponse(), i.e. avoid breaking compatibility for reverse dependencies
......
......@@ -3,11 +3,11 @@
<parent>
<groupId>org.ow2.authzforce</groupId>
<artifactId>authzforce-ce-parent</artifactId>
<version>8.0.0</version>
<version>8.0.2</version>
</parent>
<artifactId>authzforce-ce-xacml-json-model</artifactId>
<packaging>jar</packaging>
<version>3.0.2</version>
<version>3.0.3</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>AuthzForce - Data model for JSON Profile of XACML 3.0</description>
<url>${project.url}</url>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment