[maven-release-plugin] prepare release v.0.1.0
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Struchkov Mark 2023-03-29 01:25:26 +03:00
parent aa6a18e219
commit 006d58daf8
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6

View File

@ -10,7 +10,7 @@
<groupId>dev.struchkov.openai</groupId> <groupId>dev.struchkov.openai</groupId>
<artifactId>openai-chatgpt-telegram-bot</artifactId> <artifactId>openai-chatgpt-telegram-bot</artifactId>
<version>0.0.2-SNAPSHOT</version> <version>0.1.0</version>
<properties> <properties>
<java.version>17</java.version> <java.version>17</java.version>
@ -164,7 +164,7 @@
<connection>scm:git:ssh://git@git.struchkov.dev:222/Telegram-Bots/openai-chatgpt-telegram-bot.git</connection> <connection>scm:git:ssh://git@git.struchkov.dev:222/Telegram-Bots/openai-chatgpt-telegram-bot.git</connection>
<url>https://git.struchkov.dev/Telegram-Bots/openai-chatgpt-telegram-bot</url> <url>https://git.struchkov.dev/Telegram-Bots/openai-chatgpt-telegram-bot</url>
<developerConnection>scm:git:ssh://git@git.struchkov.dev:222/Telegram-Bots/openai-chatgpt-telegram-bot.git</developerConnection> <developerConnection>scm:git:ssh://git@git.struchkov.dev:222/Telegram-Bots/openai-chatgpt-telegram-bot.git</developerConnection>
<tag>HEAD</tag> <tag>v.0.1.0</tag>
</scm> </scm>
<developers> <developers>