Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 4, 2024
1 parent 1e83bb9 commit 0216a29
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.laprun.sustainability</groupId>
<artifactId>power-server-parent</artifactId>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>

<artifactId>build-tools</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions measure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.laprun.sustainability</groupId>
<artifactId>power-server-parent</artifactId>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>

<artifactId>power-server-measure</artifactId>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>net.laprun.sustainability</groupId>
<artifactId>build-tools</artifactId>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.laprun.sustainability</groupId>
<artifactId>power-server-parent</artifactId>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>

<artifactId>power-server-metadata</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>net.laprun.sustainability</groupId>
<artifactId>build-tools</artifactId>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
Expand Down
4 changes: 2 additions & 2 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>power-server-parent</artifactId>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
<packaging>pom</packaging>

<name>power-server : parent</name>
Expand Down Expand Up @@ -33,7 +33,7 @@
<connection>scm:git:git://github.com/metacosm/power-server.git</connection>
<developerConnection>scm:git:git@github.com/metacosm/power-server.git</developerConnection>
<url>https://github.com/metacosm/power-server/tree/main</url>
<tag>0.0.9</tag>
<tag>HEAD</tag>
</scm>


Expand Down
2 changes: 1 addition & 1 deletion server/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>power-server-parent</artifactId>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>
<artifactId>power-server</artifactId>
<name>power-server : server</name>
Expand Down

0 comments on commit 0216a29

Please sign in to comment.