release-0.0.3

This commit is contained in:
Struchkov Mark 2022-04-08 20:54:42 +03:00
parent a3aa78c940
commit 0ac74ee6b7
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>godfather-bot</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<artifactId>bot-context</artifactId>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>godfather-bot</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<artifactId>bot-core</artifactId>

View File

@ -6,7 +6,7 @@
<groupId>dev.struchkov.godfather</groupId>
<artifactId>godfather-bot</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<packaging>pom</packaging>
<modules>
@ -31,8 +31,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<godfather.context.ver>0.0.3-SNAPSHOT</godfather.context.ver>
<godfather.core.ver>0.0.3-SNAPSHOT</godfather.core.ver>
<godfather.context.ver>0.0.3</godfather.context.ver>
<godfather.core.ver>0.0.3</godfather.core.ver>
<autoresponder.ver>1.9.4-RELEASE</autoresponder.ver>
<gson.ver>2.9.0</gson.ver>