diff --git a/pdp-cli/pom.xml b/pdp-cli/pom.xml index ef2b506b..3d7e6919 100644 --- a/pdp-cli/pom.xml +++ b/pdp-cli/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-core - 21.0.0 + 21.0.1-SNAPSHOT ../pom.xml authzforce-ce-core-pdp-cli @@ -30,12 +30,12 @@ org.ow2.authzforce authzforce-ce-core-pdp-engine - 21.0.0 + 21.0.1-SNAPSHOT org.ow2.authzforce authzforce-ce-core-pdp-io-xacml-json - 21.0.0 + 21.0.1-SNAPSHOT junit @@ -54,7 +54,7 @@ org.ow2.authzforce authzforce-ce-core-pdp-testutils - 21.0.0 + 21.0.1-SNAPSHOT test diff --git a/pdp-engine/pom.xml b/pdp-engine/pom.xml index 82275d84..e76846fb 100644 --- a/pdp-engine/pom.xml +++ b/pdp-engine/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-core - 21.0.0 + 21.0.1-SNAPSHOT ../pom.xml authzforce-ce-core-pdp-engine diff --git a/pdp-io-xacml-json/pom.xml b/pdp-io-xacml-json/pom.xml index e6241446..b9cbfd93 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 - 21.0.0 + 21.0.1-SNAPSHOT ../pom.xml authzforce-ce-core-pdp-io-xacml-json diff --git a/pdp-testutils/pom.xml b/pdp-testutils/pom.xml index 69ece747..339e342b 100644 --- a/pdp-testutils/pom.xml +++ b/pdp-testutils/pom.xml @@ -3,7 +3,7 @@ org.ow2.authzforce authzforce-ce-core - 21.0.0 + 21.0.1-SNAPSHOT ../pom.xml authzforce-ce-core-pdp-testutils @@ -23,12 +23,12 @@ ${project.groupId} ${artifactId.prefix}-core-pdp-engine - 21.0.0 + 21.0.1-SNAPSHOT org.ow2.authzforce authzforce-ce-core-pdp-io-xacml-json - 21.0.0 + 21.0.1-SNAPSHOT compile diff --git a/pom.xml b/pom.xml index 33268708..80511c93 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 9.0.0 authzforce-ce-core - 21.0.0 + 21.0.1-SNAPSHOT pom ${project.groupId}:${project.artifactId} AuthzForce - XACML-compliant Core PDP Engine and associated test modules