Skip to content

Commit

Permalink
- Update pom for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Nov 8, 2022
1 parent 8215aac commit 1bb8257
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.palmergames.bukkit.towny</groupId>
<artifactId>towny</artifactId>
<packaging>jar</packaging>
<version>0.98.3.20</version>
<version>0.98.4.0</version>

<licenses>
<license>
Expand All @@ -33,17 +33,17 @@
<!-- Requires repo write access, and proper local maven configuration -->
<!-- https://help.github.com/en/articles/about-github-package-registry -->
<distributionManagement>
<!-- This only needs to be un-commented for Release versions, when we want to upload to the cursed Github packages.
<!-- This only needs to be un-commented for Release versions, when we want to upload to the cursed Github packages. -->
<repository>
<id>github</id>
<name>GitHub TownyAdvanced Apache Maven Packages</name>
<url>https://maven.pkg.github.com/TownyAdvanced/Towny</url>
</repository>-->
<repository>
</repository>
<!-- <repository>
<id>nexus</id>
<name>Towny</name>
<url>https://repo.glaremasters.me/repository/towny/</url>
</repository>
</repository> -->
</distributionManagement>

<scm>
Expand Down
4 changes: 3 additions & 1 deletion resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8022,4 +8022,6 @@ v0.92.0.11:
0.98.3.20:
- Bump commons-compress from 1.21 to 1.22.
- Bump maven-shade-plugin from 3.4.0 to 3.4.1.
- Improve comments found in the locale files.
- Improve comments found in the locale files.
0.98.4.0:
- Update pom for release.

0 comments on commit 1bb8257

Please sign in to comment.