Skip to content

Commit

Permalink
chore: change version to 0.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Apr 4, 2024
1 parent 5aa1f4f commit d563bb3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.laprun.sustainability</groupId>
<artifactId>quarkus-power-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-power-deployment</artifactId>
<name>Quarkus Power - Deployment</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.laprun.sustainability</groupId>
<artifactId>quarkus-power-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.laprun.sustainability</groupId>
<artifactId>quarkus-power-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-power-integration-tests</artifactId>
<name>Quarkus Power - Integration Tests</name>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>net.laprun.sustainability</groupId>
<artifactId>quarkus-power</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.laprun.sustainability</groupId>
<artifactId>quarkus-power-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Quarkus Power - Parent</name>
<description>A Quarkus extension to help measure power consumption of applications</description>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.laprun.sustainability</groupId>
<artifactId>quarkus-power-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</parent>
<artifactId>quarkus-power</artifactId>
<name>Quarkus Power - Runtime</name>
Expand Down

0 comments on commit d563bb3

Please sign in to comment.