3 Commits
0.0.1 ... 0.0.2

Author SHA1 Message Date
release-bot
9ce315fa1e [RELEASE]prepare release 0.0.2 2024-01-22 01:05:59 +00:00
Sheldan
c737731479 update readme commit 2024-01-22 02:04:03 +01:00
release-bot
70c0a2ad9b [RELEASE]prepare for next development iteration 2024-01-22 00:33:14 +00:00
7 changed files with 8 additions and 8 deletions

2
README
View File

@@ -1,5 +1,5 @@
Just some tools that I created thinking what could help:
for now its a tracker to track openings of containers, to help with drop rate research on the wiki
for now its a tracker to track openings of containers, to help with drop rate research on the wiki.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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