Skip to content

Commit

Permalink
Merge branch 'release/4.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanger committed Feb 4, 2024
2 parents fb05d17 + 33a98e6 commit d034e71
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 9 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Change log
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).

## 4.1.0
### Changed
- Upgraded parent project (authzforce-ce-parent): 9.1.0
- Upgraded dependencies:
- Spring Core: 6.1.3


## 4.0.0
### Changed
- Java 17 as minimum required version
- Upgraded parent project (authzforce-ce-parent): 9.0.0
- Upgraded dependences
- Upgraded dependencies
- Spring Core: 6.0.11
- everit-json-schema: 1.14.3

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>org.ow2.authzforce</groupId>
<artifactId>authzforce-ce-parent</artifactId>
<version>9.0.0</version>
<version>9.1.0</version>
</parent>
<artifactId>authzforce-ce-xacml-json-model</artifactId>
<packaging>jar</packaging>
<version>4.0.0</version>
<version>4.1.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>AuthzForce - Data model for JSON Profile of XACML 3.0</description>
<url>${project.url}</url>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2023 THALES.
* Copyright 2012-2024 THALES.
*
* This file is part of AuthzForce CE.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2023 THALES.
* Copyright 2012-2024 THALES.
*
* This file is part of AuthzForce CE.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2023 THALES.
* Copyright 2012-2024 THALES.
*
* This file is part of AuthzForce CE.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2023 THALES.
* Copyright 2012-2024 THALES.
*
* This file is part of AuthzForce CE.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2023 THALES.
* Copyright 2012-2024 THALES.
*
* This file is part of AuthzForce CE.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2023 THALES.
* Copyright 2012-2024 THALES.
*
* This file is part of AuthzForce CE.
*
Expand Down

0 comments on commit d034e71

Please sign in to comment.