[maven-release-plugin] prepare release v.0.0.1

This commit is contained in:
Struchkov Mark 2023-03-16 01:00:09 +03:00
parent 1f1bd97de1
commit 3975967f6e
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6

10
pom.xml
View File

@ -1,17 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.2</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>dev.struchkov.openai</groupId>
<artifactId>openai-chatgpt-telegram-bot</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<properties>
<java.version>17</java.version>
@ -159,7 +158,8 @@
<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>
<developerConnection>scm:git:ssh://git@git.struchkov.dev:222/Telegram-Bots/openai-chatgpt-telegram-bot.git</developerConnection>
</scm>
<tag>v.0.0.1</tag>
</scm>
<developers>
<developer>