From d7f0e4c7c9c5009b54678c0a9d32069bd0f6cfe8 Mon Sep 17 00:00:00 2001 From: cdanger <1372580+cdanger@users.noreply.github.com> Date: Sat, 9 Sep 2023 23:43:19 +0200 Subject: [PATCH] updating poms for branch'release/20.3.2' with non-snapshot versions --- pdp-cli/pom.xml | 8 ++++---- pdp-engine/pom.xml | 2 +- pdp-io-xacml-json/pom.xml | 2 +- pdp-testutils/pom.xml | 6 +++--- pom.xml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pdp-cli/pom.xml b/pdp-cli/pom.xml index b40dd135..be0071c6 100644 --- a/pdp-cli/pom.xml +++ b/pdp-cli/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-core - 20.3.2-SNAPSHOT + 20.3.2 ../pom.xml authzforce-ce-core-pdp-cli @@ -30,12 +30,12 @@ org.ow2.authzforce authzforce-ce-core-pdp-engine - 20.3.2-SNAPSHOT + 20.3.2 org.ow2.authzforce authzforce-ce-core-pdp-io-xacml-json - 20.3.2-SNAPSHOT + 20.3.2 org.testng @@ -49,7 +49,7 @@ org.ow2.authzforce authzforce-ce-core-pdp-testutils - 20.3.2-SNAPSHOT + 20.3.2 test diff --git a/pdp-engine/pom.xml b/pdp-engine/pom.xml index e6ec6411..62957f7f 100644 --- a/pdp-engine/pom.xml +++ b/pdp-engine/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-core - 20.3.2-SNAPSHOT + 20.3.2 ../pom.xml authzforce-ce-core-pdp-engine diff --git a/pdp-io-xacml-json/pom.xml b/pdp-io-xacml-json/pom.xml index ab68d670..08fc5e85 100644 --- a/pdp-io-xacml-json/pom.xml +++ b/pdp-io-xacml-json/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-core - 20.3.2-SNAPSHOT + 20.3.2 ../pom.xml authzforce-ce-core-pdp-io-xacml-json diff --git a/pdp-testutils/pom.xml b/pdp-testutils/pom.xml index da1745c7..404b9094 100644 --- a/pdp-testutils/pom.xml +++ b/pdp-testutils/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-core - 20.3.2-SNAPSHOT + 20.3.2 ../pom.xml authzforce-ce-core-pdp-testutils @@ -43,12 +43,12 @@ ${project.groupId} ${artifactId.prefix}-core-pdp-engine - 20.3.2-SNAPSHOT + 20.3.2 org.ow2.authzforce authzforce-ce-core-pdp-io-xacml-json - 20.3.2-SNAPSHOT + 20.3.2 compile diff --git a/pom.xml b/pom.xml index 9c051626..5278cab4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 8.5.0 authzforce-ce-core - 20.3.2-SNAPSHOT + 20.3.2 pom ${project.groupId}:${project.artifactId} AuthzForce - XACML-compliant Core PDP Engine and associated test modules