Подготовка к релизу 0.0.53
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Struchkov Mark 2023-03-15 00:04:18 +03:00
parent 128216b717
commit 1208c5b2fe
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<groupId>dev.struchkov.godfather.telegram</groupId>
<artifactId>telegram-bot-spring-boot-starter</artifactId>
<version>0.0.52-SNAPSHOT</version>
<version>0.0.53-SNAPSHOT</version>
<properties>
<java.version>17</java.version>
@ -19,8 +19,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<telegram.bot.version>0.0.51</telegram.bot.version>
<godfather.version>0.0.52</godfather.version>
<telegram.bot.version>0.0.52-SNAPSHOT</telegram.bot.version>
<godfather.version>0.0.53-SNAPSHOT</godfather.version>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
<plugin.maven.compiler.ver>3.10.1</plugin.maven.compiler.ver>