Skip to content

Commit 9d5f71f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 5408505 commit 9d5f71f

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

analysis/pom.xml

Lines changed: 2 additions & 2 deletions
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.1.0</version>
8+
<version>0.1.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>power-server-analysis</artifactId>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>net.laprun.sustainability</groupId>
4242
<artifactId>build-tools</artifactId>
43-
<version>0.1.0</version>
43+
<version>0.1.1-SNAPSHOT</version>
4444
</dependency>
4545
</dependencies>
4646
</plugin>

build-tools/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.1.0</version>
8+
<version>0.1.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>build-tools</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.1.0</version>
8+
<version>0.1.1-SNAPSHOT</version>
99
</parent>
1010

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

measure/pom.xml

Lines changed: 2 additions & 2 deletions
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.1.0</version>
8+
<version>0.1.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>power-server-measure</artifactId>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>net.laprun.sustainability</groupId>
3636
<artifactId>build-tools</artifactId>
37-
<version>0.1.0</version>
37+
<version>0.1.1-SNAPSHOT</version>
3838
</dependency>
3939
</dependencies>
4040
</plugin>

metadata/pom.xml

Lines changed: 2 additions & 2 deletions
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.1.0</version>
8+
<version>0.1.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>power-server-metadata</artifactId>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>net.laprun.sustainability</groupId>
3131
<artifactId>build-tools</artifactId>
32-
<version>0.1.0</version>
32+
<version>0.1.1-SNAPSHOT</version>
3333
</dependency>
3434
</dependencies>
3535
</plugin>

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.1.0</version>
6+
<version>0.1.1-SNAPSHOT</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>0.1.0</tag>
36+
<tag>HEAD</tag>
3737
</scm>
3838

3939

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

0 commit comments

Comments
 (0)