Skip to content

Commit 486d4f8

Browse files
committed
[maven-release-plugin] prepare release 0.3.0
1 parent b918c3a commit 486d4f8

File tree

9 files changed

+12
-16
lines changed

9 files changed

+12
-16
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.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010

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

backend/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>net.laprun.sustainability</groupId>
86
<artifactId>power-server-parent</artifactId>
9-
<version>0.3.0-SNAPSHOT</version>
7+
<version>0.3.0</version>
108
</parent>
119

1210
<artifactId>power-server-backend</artifactId>

cli/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.3.0-SNAPSHOT</version>
7+
<version>0.3.0</version>
88
</parent>
99

1010
<artifactId>power-server-cli</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.3.0-SNAPSHOT</version>
8+
<version>0.3.0</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.3.0-SNAPSHOT</version>
8+
<version>0.3.0</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.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010

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

persistence/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>net.laprun.sustainability</groupId>
86
<artifactId>power-server-parent</artifactId>
9-
<version>0.3.0-SNAPSHOT</version>
7+
<version>0.3.0</version>
108
</parent>
119

1210
<artifactId>power-server-persistence</artifactId>

pom.xml

Lines changed: 2 additions & 2 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.3.0-SNAPSHOT</version>
6+
<version>0.3.0</version>
77
<packaging>pom</packaging>
88

99
<name>power-server : parent</name>
@@ -32,7 +32,7 @@
3232
<connection>scm:git:git://github.com/metacosm/power-server.git</connection>
3333
<developerConnection>scm:git:[email protected]/metacosm/power-server.git</developerConnection>
3434
<url>https://github.com/metacosm/power-server/tree/main</url>
35-
<tag>HEAD</tag>
35+
<tag>0.3.0</tag>
3636
</scm>
3737

3838

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

0 commit comments

Comments
 (0)