From 3a6280d61aae17c0d3796b207984aa1f83abf097 Mon Sep 17 00:00:00 2001 From: David Kornel Date: Wed, 17 Jul 2024 09:08:44 +0200 Subject: [PATCH] Move main to 0.3.0-SNAPSHOT (#144) ## Description Update main maven version ## Type of Change Please delete options that are not relevant. * Update (Update version or update existing automation) ## Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] New and existing unit/integration tests pass locally with my changes 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 32cf47e..b8fad03 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.skodjob test-frame pom - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT diff --git a/test-frame-common/pom.xml b/test-frame-common/pom.xml index 7475d1d..71e3ba2 100644 --- a/test-frame-common/pom.xml +++ b/test-frame-common/pom.xml @@ -7,7 +7,7 @@ test-frame io.skodjob - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT test-frame-common diff --git a/test-frame-kubernetes/pom.xml b/test-frame-kubernetes/pom.xml index aedca8e..b85d928 100644 --- a/test-frame-kubernetes/pom.xml +++ b/test-frame-kubernetes/pom.xml @@ -6,7 +6,7 @@ io.skodjob test-frame - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT test-frame-kubernetes diff --git a/test-frame-log-collector/pom.xml b/test-frame-log-collector/pom.xml index 93594c1..41727db 100644 --- a/test-frame-log-collector/pom.xml +++ b/test-frame-log-collector/pom.xml @@ -6,7 +6,7 @@ io.skodjob test-frame - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT test-frame-log-collector diff --git a/test-frame-metrics-collector/pom.xml b/test-frame-metrics-collector/pom.xml index ce8dff7..12c0c6f 100644 --- a/test-frame-metrics-collector/pom.xml +++ b/test-frame-metrics-collector/pom.xml @@ -7,7 +7,7 @@ io.skodjob test-frame - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT test-frame-metrics-collector diff --git a/test-frame-openshift/pom.xml b/test-frame-openshift/pom.xml index 6dd4529..6256e9b 100644 --- a/test-frame-openshift/pom.xml +++ b/test-frame-openshift/pom.xml @@ -6,7 +6,7 @@ io.skodjob test-frame - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT test-frame-openshift diff --git a/test-frame-test-examples/pom.xml b/test-frame-test-examples/pom.xml index f6bf296..0d46418 100644 --- a/test-frame-test-examples/pom.xml +++ b/test-frame-test-examples/pom.xml @@ -6,7 +6,7 @@ io.skodjob test-frame - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT test-frame-test-examples