Skip to content

Commit

Permalink
Fix versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pheotis committed Sep 25, 2024
1 parent 7beb389 commit 187af06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

> [!WARNING]
>
> **THIS IS A TESTING BUILD FROM THE ALPHA CHANNEL!**<br>
>
> **FOR**: Addon developers, early adopters, and adventure seekers.<br>
> **ENJOY**: Acccess to experimental features -- your feedback helps determine what makes it to beta.<br>
> **EXPECT**: Test builds with bugs, incompatible addons, and possible crashes.<br>
>
> **THIS BUILD IS NOT YET SUITABLE FOR USE AT SCALE OR ON MOST PRODUCTION SERVERS**<br>
> **Use at your own risk, remember to make backups, and please report the bugs you will find!**<br>
> **THIS IS AN DEVELOPMENT BUILD FROM THE NIGHTLY CHANNEL**!
>
> **FOR**: Stargate developers and contributors.<br>
> **ENJOY**: Access to cutting edge features still under active development.<br>
> **EXPECT**: Crashes, unstable test builds, bugs, incomplete integrations, possible data corruption.<br>
>
> **THIS BUILD IS NOT SUITABLE FOR USE ON PRODUCTION SERVERS OF ANY SORT**<Br>
> Use at your own risk, and remember to make backups!
![Stargate Banner](https://i.imgur.com/7Ji4jrr.png)

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

<groupId>org.sgrewritten</groupId>
<artifactId>stargate</artifactId>
<version>1.0.0.18-ALPHA</version>
<version>1.0.0.19-NIGHTLY</version>
<name>Stargate</name>
<description>The original, and still the best, transportation plugin for the Bukkit Ecosystem.</description>
<url>https://sgrewritten.org</url>
Expand Down Expand Up @@ -182,7 +182,7 @@
</dependency>
</dependencies>
<build>
<finalName>Stargate-${project.version}</finalName>
<finalName>Stargate-${project.version}-${git.commit.id.abbrev}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 187af06

Please sign in to comment.