Make bot version consistent with Maven
All checks were successful
continuous-integration/drone/push Build is passing

A new internal properties file has been added. Maven will scan this file and replace any value it finds.
This commit is contained in:
2022-11-22 23:28:59 +01:00
parent 70578d2ffc
commit 40aac28e34
6 changed files with 77 additions and 5 deletions

10
pom.xml
View File

@@ -6,7 +6,7 @@
<groupId>wtf.beatrice.hidekobot</groupId>
<artifactId>HidekoBot</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.4.0</version>
<properties>
<maven.compiler.source>16</maven.compiler.source>
@@ -42,7 +42,15 @@
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>