Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
yyrichy committed Nov 20, 2021
1 parent bd8ecfe commit bb0e41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.vaporrrr</groupId>
<artifactId>bteenhanced</artifactId>
<version>1.0.0</version>
<version>1.0.0-BETA</version>
<packaging>jar</packaging>

<name>BTEEnhanced</name>
Expand Down Expand Up @@ -56,7 +56,7 @@

<build>
<!--suppress UnresolvedMavenProperty -->
<finalName>${project.artifactId}-${project.version}-alpha-${git.commit.id.abbrev}</finalName>
<finalName>${project.artifactId}-${project.version}-${git.commit.id.abbrev}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit bb0e41a

Please sign in to comment.