Skip to content

Commit d034e71

Browse files
committed
Merge branch 'release/4.1.0'
2 parents fb05d17 + 33a98e6 commit d034e71

File tree

8 files changed

+15
-9
lines changed

8 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Change log
22
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).
33

4+
## 4.1.0
5+
### Changed
6+
- Upgraded parent project (authzforce-ce-parent): 9.1.0
7+
- Upgraded dependencies:
8+
- Spring Core: 6.1.3
9+
410

511
## 4.0.0
612
### Changed
713
- Java 17 as minimum required version
814
- Upgraded parent project (authzforce-ce-parent): 9.0.0
9-
- Upgraded dependences
15+
- Upgraded dependencies
1016
- Spring Core: 6.0.11
1117
- everit-json-schema: 1.14.3
1218

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<parent>
44
<groupId>org.ow2.authzforce</groupId>
55
<artifactId>authzforce-ce-parent</artifactId>
6-
<version>9.0.0</version>
6+
<version>9.1.0</version>
77
</parent>
88
<artifactId>authzforce-ce-xacml-json-model</artifactId>
99
<packaging>jar</packaging>
10-
<version>4.0.0</version>
10+
<version>4.1.0</version>
1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<description>AuthzForce - Data model for JSON Profile of XACML 3.0</description>
1313
<url>${project.url}</url>

src/main/java/org/ow2/authzforce/xacml/json/model/LimitsCheckingJSONObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 THALES.
2+
* Copyright 2012-2024 THALES.
33
*
44
* This file is part of AuthzForce CE.
55
*

src/main/java/org/ow2/authzforce/xacml/json/model/SpringBasedJsonSchemaClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 THALES.
2+
* Copyright 2012-2024 THALES.
33
*
44
* This file is part of AuthzForce CE.
55
*

src/main/java/org/ow2/authzforce/xacml/json/model/XacmlJsonUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 THALES.
2+
* Copyright 2012-2024 THALES.
33
*
44
* This file is part of AuthzForce CE.
55
*

src/test/java/org/ow2/authzforce/xacml/json/model/test/LimitsCheckingJSONObjectTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 THALES.
2+
* Copyright 2012-2024 THALES.
33
*
44
* This file is part of AuthzForce CE.
55
*

src/test/java/org/ow2/authzforce/xacml/json/model/test/TestDataProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 THALES.
2+
* Copyright 2012-2024 THALES.
33
*
44
* This file is part of AuthzForce CE.
55
*

src/test/java/org/ow2/authzforce/xacml/json/model/test/XacmlJsonSchemaValidationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 THALES.
2+
* Copyright 2012-2024 THALES.
33
*
44
* This file is part of AuthzForce CE.
55
*

0 commit comments

Comments
 (0)