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

This commit is contained in:
Struchkov Mark 2023-04-03 13:58:04 +03:00
parent 6e55bee09e
commit 2cb0af0194
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6
18 changed files with 20 additions and 21 deletions

View File

@ -4,7 +4,7 @@
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>bot-context</artifactId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
</parent>
<artifactId>bot-context-main</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>bot-context</artifactId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
</parent>
<artifactId>bot-context-quarkus</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>bot-context</artifactId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
</parent>
<artifactId>bot-context-simple</artifactId>

View File

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

View File

@ -4,7 +4,7 @@
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>bot-core</artifactId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
</parent>
<artifactId>bot-core-main</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>bot-core</artifactId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
</parent>
<artifactId>bot-core-quarkus</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<artifactId>bot-core</artifactId>
<groupId>dev.struchkov.godfather</groupId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
</parent>
<artifactId>bot-core-simple</artifactId>

View File

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

View File

@ -4,7 +4,7 @@
<parent>
<artifactId>bot-data</artifactId>
<groupId>dev.struchkov.godfather</groupId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
</parent>
<artifactId>bot-data-main</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>bot-data</artifactId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
</parent>
<artifactId>bot-data-quarkus</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>bot-data</artifactId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
</parent>
<artifactId>bot-data-simple</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>godfather-bot</artifactId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
</parent>
<artifactId>bot-data</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<artifactId>bot-domain</artifactId>
<groupId>dev.struchkov.godfather</groupId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
</parent>
<artifactId>bot-domain-main</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>bot-domain</artifactId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
</parent>
<artifactId>bot-domain-quarkus</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>bot-domain</artifactId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
</parent>
<artifactId>bot-domain-simple</artifactId>

View File

@ -3,7 +3,7 @@
<parent>
<artifactId>godfather-bot</artifactId>
<groupId>dev.struchkov.godfather</groupId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -3,7 +3,7 @@
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>godfather-bot</artifactId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -1,11 +1,10 @@
<?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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>godfather-bot</artifactId>
<version>0.0.56-SNAPSHOT</version>
<version>0.0.56</version>
<packaging>pom</packaging>
<modules>
@ -383,7 +382,7 @@
<connection>scm:git:ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git</connection>
<url>https://git.struchkov.dev/Godfather-Bots/godfather</url>
<developerConnection>scm:git:ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git</developerConnection>
<tag>v.0.0.33</tag>
<tag>v.0.0.56</tag>
</scm>
<developers>