Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 4, 2024
1 parent 12794e0 commit 51d1bb7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.2-SNAPSHOT</version>
<version>0.0.2</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.2-SNAPSHOT</version>
<version>0.0.2</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.2-SNAPSHOT</version>
<version>0.0.2</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.2-SNAPSHOT</version>
<version>0.0.2</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
6 changes: 3 additions & 3 deletions 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.2-SNAPSHOT</version>
<version>0.0.2</version>
<packaging>pom</packaging>
<name>Quarkus Power - Parent</name>
<description>A Quarkus extension to help measure power consumption of applications</description>
Expand Down Expand Up @@ -32,7 +32,7 @@
<scm>
<connection>scm:git:git@github.com:quarkiverse/quarkus-power.git</connection>
<developerConnection>scm:git:git@github.com:quarkiverse/quarkus-power.git</developerConnection>
<tag>HEAD</tag>
<tag>0.0.2</tag>
<url>https://github.com/quarkiverse/quarkus-power</url>
</scm>
<properties>
Expand Down Expand Up @@ -179,7 +179,7 @@
<importOrder>
<file>contributing/eclipse.importorder</file>
</importOrder>
<removeUnusedImports/>
<removeUnusedImports />
</java>
</configuration>
<executions>
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.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>quarkus-power</artifactId>
<name>Quarkus Power - Runtime</name>
Expand Down

0 comments on commit 51d1bb7

Please sign in to comment.