diff --git a/atom-model/pom.xml b/atom-model/pom.xml index e8a3d4030b13ef2c026b0eabfd4ac00d7eca0f4c..7483db79220d9baf8dea1f5d9c5ca71bf049d173 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>8.0.1-SNAPSHOT</version> + <version>8.0.1</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 291704c256d1100a4f862e2b86f650a8ee90921a..8039034b38cc39056dede38627487c1a15c044db 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>8.0.1-SNAPSHOT</version> + <version>8.0.1</version> </parent> <artifactId>authzforce-ce-pdp-ext-model</artifactId> <name>${project.groupId}:${project.artifactId}</name> diff --git a/pom.xml b/pom.xml index afe16f83288279012a966772275207e76734af31..c817e8fa42fa478799a4af9c2ce93234f1a0cb4e 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>8.0.1-SNAPSHOT</version> + <version>8.0.1</version> <packaging>pom</packaging> <name>${project.groupId}:${project.artifactId}</name> <description>AuthzForce - Parent of all AuthzForce components</description> @@ -201,25 +201,25 @@ <groupId>${project.groupId}</groupId> <artifactId>${artifactId.prefix}-xmlns-model</artifactId> <!-- Version updated automatically by maven jgitflow:release-start --> - <version>8.0.1-SNAPSHOT</version> + <version>8.0.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>${artifactId.prefix}-atom-model</artifactId> <!-- Version updated automatically by maven jgitflow:release-start --> - <version>8.0.1-SNAPSHOT</version> + <version>8.0.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>${artifactId.prefix}-xacml-model</artifactId> <!-- Version updated automatically by maven jgitflow:release-start --> - <version>8.0.1-SNAPSHOT</version> + <version>8.0.1</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> <artifactId>${artifactId.prefix}-pdp-ext-model</artifactId> <!-- Version updated automatically by maven jgitflow:release-start --> - <version>8.0.1-SNAPSHOT</version> + <version>8.0.1</version> </dependency> <!-- /Common AuthzForce CE dependencies --> </dependencies> diff --git a/xacml-model/pom.xml b/xacml-model/pom.xml index 5179d62001095b9f9fa82e729f67e752146a22f7..41893306e6d0bf4d6465403adcfe142a1ce6bc92 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>8.0.1-SNAPSHOT</version> + <version>8.0.1</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 f99ad2eda334ecddcb4257e3c43d7ec9ed4f8851..1136a69b35e9734436d84dfa7459af2013ff436a 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>8.0.1-SNAPSHOT</version> + <version>8.0.1</version> </parent> <artifactId>authzforce-ce-xmlns-model</artifactId> <name>${project.groupId}:${project.artifactId}</name>