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 76b22d1 commit ec9707a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bootique-mvc-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0.M3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-mvc-freemarker</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bootique-mvc-jakarta-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0.M3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-mvc-jakarta-freemarker</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bootique-mvc-jakarta-mustache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0.M3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-mvc-jakarta-mustache</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bootique-mvc-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0.M3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-mvc-jakarta</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bootique-mvc-mustache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0.M3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-mvc-mustache</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bootique-mvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0.M3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>bootique-mvc</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc-parent</artifactId>
<version>3.0.M3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>bootique-mvc-parent:</name>
<description>A parent of Bootoque MVC modules.</description>
Expand Down

0 comments on commit ec9707a

Please sign in to comment.