diff --git a/atom-model/pom.xml b/atom-model/pom.xml index 1496698dc8a58e065886c6c0ce91a3a157ed654d..625da49db1e7a8921f236422cbc4ef8a03f9ae08 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.6.0-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..e6ca0b97548f37507af71fdc5f57d622c50552c0 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.6.0-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 86de6a580e229ab03d2c596420fad574e13005cd..1ee5626794aa2549e5b09ab141b0373846533d0a 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.6.0-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.6.0-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.6.0-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.6.0-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.6.0-SNAPSHOT</version> </dependency> <!-- /Common AuthzForce CE dependencies --> </dependencies> diff --git a/xacml-model/pom.xml b/xacml-model/pom.xml index ccb06264d3538088db44a7d0ad38c98baac3ad96..9da488ea8388328fefb2da1bda1e48a6bc8fcdb1 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.6.0-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..5a4e4d2fe5834d82bb0ca4fa94ef313d883368d4 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.6.0-SNAPSHOT</version> </parent> <artifactId>authzforce-ce-xmlns-model</artifactId> <name>${project.groupId}:${project.artifactId}</name>