diff --git a/atom-model/pom.xml b/atom-model/pom.xml index 1496698dc8a58e065886c6c0ce91a3a157ed654d..3f9422eb069e365d3c5e015d98286018e42584e7 100644 --- a/atom-model/pom.xml +++ b/atom-model/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.ow2.authzforce</groupId> <artifactId>authzforce-ce-parent</artifactId> - <version>7.5.2-SNAPSHOT</version> + <version>7.5.1-SNAPSHOT</version> </parent> <artifactId>authzforce-ce-atom-model</artifactId> <packaging>jar</packaging> diff --git a/pdp-ext-model/pom.xml b/pdp-ext-model/pom.xml index 899b5fc9bc83341df1231e83cc728ac2f0aaa325..8737ce9b5a64e67b47a3e53e35af49daaf1adb25 100644 --- a/pdp-ext-model/pom.xml +++ b/pdp-ext-model/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.ow2.authzforce</groupId> <artifactId>authzforce-ce-parent</artifactId> - <version>7.5.2-SNAPSHOT</version> + <version>7.5.1-SNAPSHOT</version> </parent> <artifactId>authzforce-ce-pdp-ext-model</artifactId> <name>${project.groupId}:${project.artifactId}</name> diff --git a/pom.xml b/pom.xml index 9bd631f3c476eef90fb68b5e2927410fc47aca88..fcb7b040d3877e5cd209cc0de25ce550a96fd41b 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.authzforce</groupId> <artifactId>authzforce-ce-parent</artifactId> - <version>7.5.2-SNAPSHOT</version> + <version>7.5.1-SNAPSHOT</version> <packaging>pom</packaging> <name>${project.groupId}:${project.artifactId}</name> <description>AuthzForce - Parent of all AuthzForce components</description> @@ -178,25 +178,25 @@ <groupId>${project.groupId}</groupId> <artifactId>${artifactId.prefix}-xmlns-model</artifactId> <!-- Version updated automatically by maven jgitflow:release-start --> - <version>7.5.2-SNAPSHOT</version> + <version>7.5.1-SNAPSHOT</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>${artifactId.prefix}-atom-model</artifactId> <!-- Version updated automatically by maven jgitflow:release-start --> - <version>7.5.2-SNAPSHOT</version> + <version>7.5.1-SNAPSHOT</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>${artifactId.prefix}-xacml-model</artifactId> <!-- Version updated automatically by maven jgitflow:release-start --> - <version>7.5.2-SNAPSHOT</version> + <version>7.5.1-SNAPSHOT</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>${artifactId.prefix}-pdp-ext-model</artifactId> <!-- Version updated automatically by maven jgitflow:release-start --> - <version>7.5.2-SNAPSHOT</version> + <version>7.5.1-SNAPSHOT</version> </dependency> <!-- /Common AuthzForce CE dependencies --> </dependencies> diff --git a/xacml-model/pom.xml b/xacml-model/pom.xml index ccb06264d3538088db44a7d0ad38c98baac3ad96..8dfd22f4e66cc5416c51a9e4b957c53754036361 100644 --- a/xacml-model/pom.xml +++ b/xacml-model/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.ow2.authzforce</groupId> <artifactId>authzforce-ce-parent</artifactId> - <version>7.5.2-SNAPSHOT</version> + <version>7.5.1-SNAPSHOT</version> </parent> <artifactId>authzforce-ce-xacml-model</artifactId> <name>${project.groupId}:${project.artifactId}</name> diff --git a/xmlns-model/pom.xml b/xmlns-model/pom.xml index f0b094ea62f347e59e3c5ff2c61123bc504e4531..a5356d1075376aa6cdb038dc8b7b475c3937eaa7 100644 --- a/xmlns-model/pom.xml +++ b/xmlns-model/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.ow2.authzforce</groupId> <artifactId>authzforce-ce-parent</artifactId> - <version>7.5.2-SNAPSHOT</version> + <version>7.5.1-SNAPSHOT</version> </parent> <artifactId>authzforce-ce-xmlns-model</artifactId> <name>${project.groupId}:${project.artifactId}</name>