Skip to content

Commit

Permalink
chore: do not modify build artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Jul 21, 2024
1 parent 841396d commit b98fe2c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .mvn/maven-git-versioning-extension.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
${commit.short}-Insider
</version>
</ref>
<ref type="branch">
<pattern>test/(.+)</pattern>
<version>${ref}-${commit.short}</version>
</ref>
<ref type="branch">
<pattern>feat/(.+)</pattern>
<version>${ref}-${commit.short}</version>
</ref>
<ref type = "tag">
<pattern>([0-9].*)></pattern>
<version>${1}</version>
Expand Down

0 comments on commit b98fe2c

Please sign in to comment.