From 046c8b27c24c1841bc3f577a57526e551717a8f1 Mon Sep 17 00:00:00 2001 From: Cyril Dangerville <1372580+cdanger@users.noreply.github.com> Date: Sun, 4 Feb 2024 01:41:28 +0100 Subject: [PATCH 1/3] updating poms for 9.1.0 branch with snapshot versions --- atom-model/pom.xml | 2 +- pdp-ext-model/pom.xml | 2 +- pom.xml | 10 +++++----- xacml-model/pom.xml | 2 +- xmlns-model/pom.xml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/atom-model/pom.xml b/atom-model/pom.xml index 4ea970b..b8479ba 100644 --- a/atom-model/pom.xml +++ b/atom-model/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-parent - 9.0.1-SNAPSHOT + 9.1.0-SNAPSHOT authzforce-ce-atom-model jar diff --git a/pdp-ext-model/pom.xml b/pdp-ext-model/pom.xml index 7502843..85dd63e 100644 --- a/pdp-ext-model/pom.xml +++ b/pdp-ext-model/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-parent - 9.0.1-SNAPSHOT + 9.1.0-SNAPSHOT authzforce-ce-pdp-ext-model ${project.groupId}:${project.artifactId} diff --git a/pom.xml b/pom.xml index 6d52404..13ef8f7 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.ow2.authzforce authzforce-ce-parent - 9.0.1-SNAPSHOT + 9.1.0-SNAPSHOT pom ${project.groupId}:${project.artifactId} AuthzForce - Parent of all AuthzForce components @@ -220,25 +220,25 @@ ${project.groupId} ${artifactId.prefix}-xmlns-model - 9.0.1-SNAPSHOT + 9.1.0-SNAPSHOT ${project.groupId} ${artifactId.prefix}-atom-model - 9.0.1-SNAPSHOT + 9.1.0-SNAPSHOT ${project.groupId} ${artifactId.prefix}-xacml-model - 9.0.1-SNAPSHOT + 9.1.0-SNAPSHOT ${project.groupId} ${artifactId.prefix}-pdp-ext-model - 9.0.1-SNAPSHOT + 9.1.0-SNAPSHOT diff --git a/xacml-model/pom.xml b/xacml-model/pom.xml index d28e1c5..d043dc8 100644 --- a/xacml-model/pom.xml +++ b/xacml-model/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-parent - 9.0.1-SNAPSHOT + 9.1.0-SNAPSHOT authzforce-ce-xacml-model ${project.groupId}:${project.artifactId} diff --git a/xmlns-model/pom.xml b/xmlns-model/pom.xml index d854b54..5c1793d 100644 --- a/xmlns-model/pom.xml +++ b/xmlns-model/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-parent - 9.0.1-SNAPSHOT + 9.1.0-SNAPSHOT authzforce-ce-xmlns-model ${project.groupId}:${project.artifactId} From 6550cb93b7d22ec7f62cc90270f998907b62fb39 Mon Sep 17 00:00:00 2001 From: Cyril Dangerville <1372580+cdanger@users.noreply.github.com> Date: Sun, 4 Feb 2024 01:45:32 +0100 Subject: [PATCH 2/3] - Prepared changelog for next release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe1fe8..d18cb64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Change log All notable changes to this project are documented in this file following the [Keep a CHANGELOG](http://keepachangelog.com) conventions. +## 9.1.0 +### Changed +- Upgraded managed dependencies: + - Spring Core: 6.1.3 + - Logback: 1.4.14 +- Removed from managed dependencies: logback-ext-spring + ## 9.0.0 ### Changed From 9ef18a64fded4ea4cc4ea4682b06c3eaf371052d Mon Sep 17 00:00:00 2001 From: Cyril Dangerville <1372580+cdanger@users.noreply.github.com> Date: Sun, 4 Feb 2024 01:45:44 +0100 Subject: [PATCH 3/3] updating poms for branch'release/9.1.0' with non-snapshot versions --- atom-model/pom.xml | 2 +- pdp-ext-model/pom.xml | 2 +- pom.xml | 10 +++++----- xacml-model/pom.xml | 2 +- xmlns-model/pom.xml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/atom-model/pom.xml b/atom-model/pom.xml index b8479ba..e8becbe 100644 --- a/atom-model/pom.xml +++ b/atom-model/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-parent - 9.1.0-SNAPSHOT + 9.1.0 authzforce-ce-atom-model jar diff --git a/pdp-ext-model/pom.xml b/pdp-ext-model/pom.xml index 85dd63e..b42f476 100644 --- a/pdp-ext-model/pom.xml +++ b/pdp-ext-model/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-parent - 9.1.0-SNAPSHOT + 9.1.0 authzforce-ce-pdp-ext-model ${project.groupId}:${project.artifactId} diff --git a/pom.xml b/pom.xml index 13ef8f7..bb5e258 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.ow2.authzforce authzforce-ce-parent - 9.1.0-SNAPSHOT + 9.1.0 pom ${project.groupId}:${project.artifactId} AuthzForce - Parent of all AuthzForce components @@ -220,25 +220,25 @@ ${project.groupId} ${artifactId.prefix}-xmlns-model - 9.1.0-SNAPSHOT + 9.1.0 ${project.groupId} ${artifactId.prefix}-atom-model - 9.1.0-SNAPSHOT + 9.1.0 ${project.groupId} ${artifactId.prefix}-xacml-model - 9.1.0-SNAPSHOT + 9.1.0 ${project.groupId} ${artifactId.prefix}-pdp-ext-model - 9.1.0-SNAPSHOT + 9.1.0 diff --git a/xacml-model/pom.xml b/xacml-model/pom.xml index d043dc8..ce028d4 100644 --- a/xacml-model/pom.xml +++ b/xacml-model/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-parent - 9.1.0-SNAPSHOT + 9.1.0 authzforce-ce-xacml-model ${project.groupId}:${project.artifactId} diff --git a/xmlns-model/pom.xml b/xmlns-model/pom.xml index 5c1793d..48a85cc 100644 --- a/xmlns-model/pom.xml +++ b/xmlns-model/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-parent - 9.1.0-SNAPSHOT + 9.1.0 authzforce-ce-xmlns-model ${project.groupId}:${project.artifactId}