Skip to content

Commit

Permalink
Attempt at semantic versioning #232
Browse files Browse the repository at this point in the history
snapshot versions should not contain the milestone designator
  • Loading branch information
andrus committed Nov 22, 2023
1 parent 9305361 commit 3af93d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion link-move-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>link-move-parent</artifactId>
<groupId>com.nhl.link.move</groupId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion link-move-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>link-move-parent</artifactId>
<groupId>com.nhl.link.move</groupId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion link-move/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>link-move-parent</artifactId>
<groupId>com.nhl.link.move</groupId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<groupId>com.nhl.link.move</groupId>
<artifactId>link-move-parent</artifactId>
<version>3.0.0-M7-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 3af93d0

Please sign in to comment.