[maven-release-plugin] prepare for next development iteration

This commit is contained in:
2026-04-21 11:11:53 +03:00
parent 154f6471d8
commit 7aca86dba8
8 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
<parent>
<artifactId>stbf-parent</artifactId>
<groupId>ru.penkrat.stbf</groupId>
<version>0.0.3</version>
<version>0.0.4-SNAPSHOT</version>
</parent>
<artifactId>stbf-test</artifactId>
@@ -14,12 +14,12 @@
<dependency>
<groupId>ru.penkrat.stbf</groupId>
<artifactId>stbf-api</artifactId>
<version>0.0.3</version>
<version>0.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ru.penkrat.stbf</groupId>
<artifactId>stbf-common</artifactId>
<version>0.0.3</version>
<version>0.0.4-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>