release-0.0.1

This commit is contained in:
Struchkov Mark 2021-12-01 11:17:08 +03:00
parent 8c991eb41b
commit 579ff95b4b
2 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
<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>
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>godfather-bot</artifactId>
<version>0.0.1-RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>bot-context</artifactId>
<version>${godfather.context.ver}</version>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>dev.struchkov.godfather</groupId>
<artifactId>godfather-bot</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-RELEASE</version>
</parent>
<artifactId>bot-core</artifactId>