Skip to content

Commit 83b281b

Browse files
committed
[maven-release-plugin] prepare release 0.2.3
1 parent e0568aa commit 83b281b

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

analysis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.laprun.sustainability</groupId>
77
<artifactId>power-server-parent</artifactId>
8-
<version>0.2.3-SNAPSHOT</version>
8+
<version>0.2.3</version>
99
</parent>
1010

1111
<artifactId>power-server-analysis</artifactId>

if-manifest-export/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.laprun.sustainability</groupId>
77
<artifactId>power-server-parent</artifactId>
8-
<version>0.2.3-SNAPSHOT</version>
8+
<version>0.2.3</version>
99
</parent>
1010

1111
<artifactId>power-server-if-manifest-export</artifactId>

measure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.laprun.sustainability</groupId>
77
<artifactId>power-server-parent</artifactId>
8-
<version>0.2.3-SNAPSHOT</version>
8+
<version>0.2.3</version>
99
</parent>
1010

1111
<artifactId>power-server-measure</artifactId>

metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.laprun.sustainability</groupId>
77
<artifactId>power-server-parent</artifactId>
8-
<version>0.2.3-SNAPSHOT</version>
8+
<version>0.2.3</version>
99
</parent>
1010

1111
<artifactId>power-server-metadata</artifactId>

pom.xml

Lines changed: 3 additions & 4 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>power-server-parent</artifactId>
6-
<version>0.2.3-SNAPSHOT</version>
6+
<version>0.2.3</version>
77
<packaging>pom</packaging>
88

99
<name>power-server : parent</name>
@@ -33,7 +33,7 @@
3333
<connection>scm:git:git://github.com/metacosm/power-server.git</connection>
3434
<developerConnection>scm:git:[email protected]/metacosm/power-server.git</developerConnection>
3535
<url>https://github.com/metacosm/power-server/tree/main</url>
36-
<tag>HEAD</tag>
36+
<tag>0.2.3</tag>
3737
</scm>
3838

3939

@@ -183,8 +183,7 @@
183183
<consoleOutputReporter>
184184
<disable>true</disable>
185185
</consoleOutputReporter>
186-
<statelessTestsetInfoReporter
187-
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
186+
<statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
188187
<theme>UNICODE</theme>
189188
<printStacktraceOnError>true</printStacktraceOnError>
190189
<printStacktraceOnFailure>true</printStacktraceOnFailure>

server/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>power-server-parent</artifactId>
7-
<version>0.2.3-SNAPSHOT</version>
7+
<version>0.2.3</version>
88
</parent>
99
<artifactId>power-server</artifactId>
1010
<name>power-server : server</name>

0 commit comments

Comments
 (0)