[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 2024-06-24 15:24:36 +03:00
parent 977b4bec14
commit 112e520785
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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