diff --git a/CHANGELOG.md b/CHANGELOG.md index b71656b8712cff66f49b711a376b51b3a2454d7a..714da06c7cc2a141215ade5620cd01ef9e097aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project are documented in this file following the [K Issues reported on [GitHub](https://github.com/authzforce/core/issues) are referenced in the form of `[GH-N]`, where N is the issue number. Issues reported on [OW2](https://jira.ow2.org/browse/AUTHZFORCE/) are mentioned in the form of `[OW2-N]`, where N is the issue number. -## Unreleased +## 9.0.1 ### Fixed - Latest versions in Changelog diff --git a/pdp-engine/pom.xml b/pdp-engine/pom.xml index 8bdc7936413ded7a48b68e6ce2ca4ddc01fa3763..38d17db595bef5013651eef6eba0f859e75fccaa 100644 --- a/pdp-engine/pom.xml +++ b/pdp-engine/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-core - 9.0.0 + 9.0.1 .. authzforce-ce-core-pdp-engine diff --git a/pdp-testutils/pom.xml b/pdp-testutils/pom.xml index a2e0e44495cd6f3fece2a65254839e507b107678..a117bc4d0bcffe46bd443a396a2dc0a53a7adffe 100644 --- a/pdp-testutils/pom.xml +++ b/pdp-testutils/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-core - 9.0.0 + 9.0.1 .. authzforce-ce-core-pdp-testutils diff --git a/pom.xml b/pom.xml index 3ae7a6b47540d7716e21dcf5702fb4bf49e32a82..1247522ed08a7c72ac62a7db0660d16faa3fddfa 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 6.0.0 authzforce-ce-core - 9.0.0 + 9.0.1 pom ${project.groupId}:${project.artifactId} AuthzForce Community Edition - XACML-compliant Core PDP Engine and associated test modules