Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 19, 2024
1 parent f4a3aaf commit 3d43821
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 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.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

<artifactId>build-tools</artifactId>
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.3-SNAPSHOT</version>
<version>0.0.3</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.3-SNAPSHOT</version>
<version>0.0.3</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.3-SNAPSHOT</version>
<version>0.0.3</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>HEAD</tag>
<tag>0.0.3</tag>
</scm>


Expand Down
7 changes: 3 additions & 4 deletions server/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.laprun.sustainability</groupId>
<artifactId>power-server-parent</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<artifactId>power-server</artifactId>
<name>power-server : server</name>
Expand Down Expand Up @@ -41,7 +40,7 @@
<dependency>
<groupId>net.laprun.sustainability</groupId>
<artifactId>build-tools</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 3d43821

Please sign in to comment.