From 111e1418c0aab70489fee0e73cd7254c10947145 Mon Sep 17 00:00:00 2001 From: David Kornel Date: Tue, 22 Oct 2024 09:52:30 +0200 Subject: [PATCH] Move main to 0.9.0-SNAPSHOT Signed-off-by: David Kornel --- pom.xml | 2 +- test-frame-common/pom.xml | 2 +- test-frame-kubernetes/pom.xml | 2 +- test-frame-log-collector/pom.xml | 2 +- test-frame-metrics-collector/pom.xml | 2 +- test-frame-openshift/pom.xml | 2 +- test-frame-test-examples/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 435b251..da91523 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.skodjob test-frame pom - 0.8.0-SNAPSHOT + 0.9.0-SNAPSHOT diff --git a/test-frame-common/pom.xml b/test-frame-common/pom.xml index 414845d..7bf80f0 100644 --- a/test-frame-common/pom.xml +++ b/test-frame-common/pom.xml @@ -7,7 +7,7 @@ test-frame io.skodjob - 0.8.0-SNAPSHOT + 0.9.0-SNAPSHOT test-frame-common diff --git a/test-frame-kubernetes/pom.xml b/test-frame-kubernetes/pom.xml index 46cca1d..97fe025 100644 --- a/test-frame-kubernetes/pom.xml +++ b/test-frame-kubernetes/pom.xml @@ -6,7 +6,7 @@ io.skodjob test-frame - 0.8.0-SNAPSHOT + 0.9.0-SNAPSHOT test-frame-kubernetes diff --git a/test-frame-log-collector/pom.xml b/test-frame-log-collector/pom.xml index 2abc61c..206b050 100644 --- a/test-frame-log-collector/pom.xml +++ b/test-frame-log-collector/pom.xml @@ -6,7 +6,7 @@ io.skodjob test-frame - 0.8.0-SNAPSHOT + 0.9.0-SNAPSHOT test-frame-log-collector diff --git a/test-frame-metrics-collector/pom.xml b/test-frame-metrics-collector/pom.xml index 64c9f08..066dab3 100644 --- a/test-frame-metrics-collector/pom.xml +++ b/test-frame-metrics-collector/pom.xml @@ -7,7 +7,7 @@ io.skodjob test-frame - 0.8.0-SNAPSHOT + 0.9.0-SNAPSHOT test-frame-metrics-collector diff --git a/test-frame-openshift/pom.xml b/test-frame-openshift/pom.xml index acff153..9830fab 100644 --- a/test-frame-openshift/pom.xml +++ b/test-frame-openshift/pom.xml @@ -6,7 +6,7 @@ io.skodjob test-frame - 0.8.0-SNAPSHOT + 0.9.0-SNAPSHOT test-frame-openshift diff --git a/test-frame-test-examples/pom.xml b/test-frame-test-examples/pom.xml index 7acf4e7..cdce0bc 100644 --- a/test-frame-test-examples/pom.xml +++ b/test-frame-test-examples/pom.xml @@ -6,7 +6,7 @@ io.skodjob test-frame - 0.8.0-SNAPSHOT + 0.9.0-SNAPSHOT test-frame-test-examples