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 21, 2023
1 parent 6fb57c1 commit 1bb3f06
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bootique-logback-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>bootique-logback-parent</artifactId>
<groupId>io.bootique.logback</groupId>
<version>3.0.M3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bootique-logback-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>bootique-logback-parent</artifactId>
<groupId>io.bootique.logback</groupId>
<version>3.0.M3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-logback-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-logback-sentry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.logback</groupId>
<artifactId>bootique-logback-parent</artifactId>
<version>3.0.M3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-logback-sentry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootique-logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.bootique.logback</groupId>
<artifactId>bootique-logback-parent</artifactId>
<version>3.0.M3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>bootique-logback</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.logback</groupId>
<artifactId>bootique-logback-parent</artifactId>
<version>3.0.M3-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>bootique-logback-parent: Parent of Logback integration modules for Bootique</name>
Expand Down

0 comments on commit 1bb3f06

Please sign in to comment.