[RELEASE]prepare release 0.0.2

This commit is contained in:
release-bot
2024-01-22 01:05:59 +00:00
parent c737731479
commit 9ce315fa1e
6 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>dev.sheldan.gw2.tools</groupId> <groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId> <artifactId>gw2-tools</artifactId>
<version>0.0.2-SNAPSHOT</version> <version>0.0.2</version>
</parent> </parent>
<artifactId>database</artifactId> <artifactId>database</artifactId>

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>dev.sheldan.gw2.tools</groupId> <groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId> <artifactId>gw2-tools</artifactId>
<version>0.0.2-SNAPSHOT</version> <version>0.0.2</version>
</parent> </parent>
<artifactId>executable</artifactId> <artifactId>executable</artifactId>

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>dev.sheldan.gw2.tools</groupId> <groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId> <artifactId>gw2-tools</artifactId>
<version>0.0.2-SNAPSHOT</version> <version>0.0.2</version>
</parent> </parent>
<artifactId>gw2-api-client</artifactId> <artifactId>gw2-api-client</artifactId>

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>dev.sheldan.gw2.tools</groupId> <groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId> <artifactId>gw2-tools</artifactId>
<version>0.0.2-SNAPSHOT</version> <version>0.0.2</version>
</parent> </parent>
<artifactId>packaging</artifactId> <artifactId>packaging</artifactId>

View File

@@ -9,7 +9,7 @@
</parent> </parent>
<groupId>dev.sheldan.gw2.tools</groupId> <groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId> <artifactId>gw2-tools</artifactId>
<version>0.0.2-SNAPSHOT</version> <version>0.0.2</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>gw2-tools</name> <name>gw2-tools</name>
<description>Tools for GW2</description> <description>Tools for GW2</description>
@@ -25,7 +25,7 @@
<connection>scm:git:${project.scm.url}</connection> <connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection> <developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/Sheldan/gw2-tools.git</url> <url>https://github.com/Sheldan/gw2-tools.git</url>
<tag>HEAD</tag> <tag>0.0.2</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>

View File

@@ -4,7 +4,7 @@
<parent> <parent>
<groupId>dev.sheldan.gw2.tools</groupId> <groupId>dev.sheldan.gw2.tools</groupId>
<artifactId>gw2-tools</artifactId> <artifactId>gw2-tools</artifactId>
<version>0.0.2-SNAPSHOT</version> <version>0.0.2</version>
</parent> </parent>
<artifactId>rest-api</artifactId> <artifactId>rest-api</artifactId>