Skip to content

Commit

Permalink
changing snapshot versioning scheme to track the target final release…
Browse files Browse the repository at this point in the history
…. "M" or "RC" classifiers will be release-time things
  • Loading branch information
andrus committed Nov 22, 2023
1 parent 2880a81 commit 6e7780f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootique-mybatis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.mybatis</groupId>
<artifactId>bootique-mybatis-parent</artifactId>
<version>3.0.M3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-mybatis</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>io.bootique.mybatis</groupId>
<artifactId>bootique-mybatis-parent</artifactId>
<version>3.0.M3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 6e7780f

Please sign in to comment.