Skip to content

Commit c59828d

Browse files
committed
[maven-release-plugin] prepare release 0.0.4
1 parent e0c4468 commit c59828d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.laprun.sustainability</groupId>
66
<artifactId>quarkus-power-parent</artifactId>
7-
<version>0.0.4-SNAPSHOT</version>
7+
<version>0.0.4</version>
88
</parent>
99
<artifactId>quarkus-power-deployment</artifactId>
1010
<name>Quarkus Power - Deployment</name>

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.laprun.sustainability</groupId>
66
<artifactId>quarkus-power-parent</artifactId>
7-
<version>0.0.4-SNAPSHOT</version>
7+
<version>0.0.4</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.laprun.sustainability</groupId>
66
<artifactId>quarkus-power-parent</artifactId>
7-
<version>0.0.4-SNAPSHOT</version>
7+
<version>0.0.4</version>
88
</parent>
99
<artifactId>quarkus-power-integration-tests</artifactId>
1010
<name>Quarkus Power - Integration Tests</name>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>net.laprun.sustainability</groupId>
2121
<artifactId>quarkus-power</artifactId>
22-
<version>0.0.4-SNAPSHOT</version>
22+
<version>0.0.4</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>io.quarkus</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.laprun.sustainability</groupId>
55
<artifactId>quarkus-power-parent</artifactId>
6-
<version>0.0.4-SNAPSHOT</version>
6+
<version>0.0.4</version>
77
<packaging>pom</packaging>
88
<name>Quarkus Power - Parent</name>
99
<description>A Quarkus extension to help measure power consumption of applications</description>
@@ -32,7 +32,7 @@
3232
<scm>
3333
<connection>scm:git:[email protected]:metacosm/quarkus-power.git</connection>
3434
<developerConnection>scm:git:[email protected]:metacosm/quarkus-power.git</developerConnection>
35-
<tag>HEAD</tag>
35+
<tag>0.0.4</tag>
3636
<url>https://github.com/metacosm/quarkus-power</url>
3737
</scm>
3838
<properties>
@@ -200,7 +200,7 @@
200200
<importOrder>
201201
<file>contributing/eclipse.importorder</file>
202202
</importOrder>
203-
<removeUnusedImports/>
203+
<removeUnusedImports />
204204
</java>
205205
</configuration>
206206
<executions>

runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.laprun.sustainability</groupId>
66
<artifactId>quarkus-power-parent</artifactId>
7-
<version>0.0.4-SNAPSHOT</version>
7+
<version>0.0.4</version>
88
</parent>
99
<artifactId>quarkus-power</artifactId>
1010
<name>Quarkus Power - Runtime</name>

0 commit comments

Comments
 (0)