[maven-release-plugin] prepare for next development iteration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2023-05-16 16:31:29 +03:00
parent 167a7659d2
commit 5e19e12237
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6
3 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
<parent>
<groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-dependencies</artifactId>
<version>3.0.0</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>haiti-exception</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-dependencies</artifactId>
<version>3.0.0</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<name>Haiti Utils</name>

View File

@ -4,7 +4,7 @@
<groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-dependencies</artifactId>
<version>3.0.0</version>
<version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Haiti Framework</name>
@ -59,12 +59,12 @@
<dependency>
<groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-exception</artifactId>
<version>3.0.0</version>
<version>3.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-utils</artifactId>
<version>3.0.0</version>
<version>3.1.0-SNAPSHOT</version>
</dependency>
<dependency>
@ -306,7 +306,7 @@
<connection>scm:git:https://git.struchkov.dev/Haiti/haiti-framework.git</connection>
<url>https://git.struchkov.dev/Haiti/haiti-framework</url>
<developerConnection>scm:git:https://git.struchkov.dev/Haiti/haiti-framework.git</developerConnection>
<tag>v.3.0.0</tag>
<tag>HEAD</tag>
</scm>
<developers>