From d563bb31eea1b8bb6dc688924684c719d183e099 Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Thu, 4 Apr 2024 21:41:08 +0200 Subject: [PATCH] chore: change version to 0.0.2-SNAPSHOT --- deployment/pom.xml | 2 +- docs/pom.xml | 2 +- integration-tests/pom.xml | 4 ++-- pom.xml | 2 +- runtime/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deployment/pom.xml b/deployment/pom.xml index 3d9b374..42128b5 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -4,7 +4,7 @@ net.laprun.sustainability quarkus-power-parent - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT quarkus-power-deployment Quarkus Power - Deployment diff --git a/docs/pom.xml b/docs/pom.xml index e458b9f..b2710be 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -4,7 +4,7 @@ net.laprun.sustainability quarkus-power-parent - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT ../pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 9c67519..abd5d93 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -4,7 +4,7 @@ net.laprun.sustainability quarkus-power-parent - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT quarkus-power-integration-tests Quarkus Power - Integration Tests @@ -19,7 +19,7 @@ net.laprun.sustainability quarkus-power - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT io.quarkus diff --git a/pom.xml b/pom.xml index 48f3d7f..7f20848 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 net.laprun.sustainability quarkus-power-parent - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT pom Quarkus Power - Parent A Quarkus extension to help measure power consumption of applications diff --git a/runtime/pom.xml b/runtime/pom.xml index d45d1d1..3f643bc 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -4,7 +4,7 @@ net.laprun.sustainability quarkus-power-parent - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT quarkus-power Quarkus Power - Runtime