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

This commit is contained in:
2026-03-03 13:28:02 +03:00
parent 87de3ff874
commit 6fc2748779
8 changed files with 14 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<artifactId>stbf-parent</artifactId>
<groupId>ru.penkrat.stbf</groupId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
</parent>
<artifactId>stbf-test</artifactId>
@@ -14,12 +14,12 @@
<dependency>
<groupId>ru.penkrat.stbf</groupId>
<artifactId>stbf-api</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ru.penkrat.stbf</groupId>
<artifactId>stbf-common</artifactId>
<version>0.0.2</version>
<version>0.0.3-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>