Compare commits

...

3 Commits

Author SHA1 Message Date
Struchkov Mark 91ccbb5a90
[maven-release-plugin] prepare for next development iteration
continuous-integration/drone/push Build is passing Details
2023-03-16 00:49:47 +03:00
Struchkov Mark a39f4c33c3
[maven-release-plugin] prepare release v.0.0.53 2023-03-16 00:49:47 +03:00
Struchkov Mark 76cd50f99b
Подготовка к релизу 2023-03-16 00:49:31 +03:00
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.53-SNAPSHOT</version>
<version>0.0.54-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.52-SNAPSHOT</telegram.bot.version>
<godfather.version>0.0.53-SNAPSHOT</godfather.version>
<telegram.bot.version>0.0.52</telegram.bot.version>
<godfather.version>0.0.53</godfather.version>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
<plugin.maven.compiler.ver>3.10.1</plugin.maven.compiler.ver>