diff --git a/pom.xml b/pom.xml index 435b251..08266bc 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <groupId>io.skodjob</groupId> <artifactId>test-frame</artifactId> <packaging>pom</packaging> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <licenses> <license> diff --git a/test-frame-common/pom.xml b/test-frame-common/pom.xml index 414845d..b2bdc3c 100644 --- a/test-frame-common/pom.xml +++ b/test-frame-common/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>test-frame</artifactId> <groupId>io.skodjob</groupId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> </parent> <artifactId>test-frame-common</artifactId> diff --git a/test-frame-kubernetes/pom.xml b/test-frame-kubernetes/pom.xml index 46cca1d..c7b4cb7 100644 --- a/test-frame-kubernetes/pom.xml +++ b/test-frame-kubernetes/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.skodjob</groupId> <artifactId>test-frame</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> </parent> <artifactId>test-frame-kubernetes</artifactId> diff --git a/test-frame-log-collector/pom.xml b/test-frame-log-collector/pom.xml index 2abc61c..da0ce2a 100644 --- a/test-frame-log-collector/pom.xml +++ b/test-frame-log-collector/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.skodjob</groupId> <artifactId>test-frame</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> </parent> <artifactId>test-frame-log-collector</artifactId> diff --git a/test-frame-metrics-collector/pom.xml b/test-frame-metrics-collector/pom.xml index 64c9f08..2cd7135 100644 --- a/test-frame-metrics-collector/pom.xml +++ b/test-frame-metrics-collector/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>io.skodjob</groupId> <artifactId>test-frame</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> </parent> <artifactId>test-frame-metrics-collector</artifactId> diff --git a/test-frame-openshift/pom.xml b/test-frame-openshift/pom.xml index acff153..96706c9 100644 --- a/test-frame-openshift/pom.xml +++ b/test-frame-openshift/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.skodjob</groupId> <artifactId>test-frame</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> </parent> <artifactId>test-frame-openshift</artifactId> diff --git a/test-frame-test-examples/pom.xml b/test-frame-test-examples/pom.xml index 7acf4e7..95c5688 100644 --- a/test-frame-test-examples/pom.xml +++ b/test-frame-test-examples/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>io.skodjob</groupId> <artifactId>test-frame</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> </parent> <artifactId>test-frame-test-examples</artifactId>