Skip to content

Commit 73baa38

Browse files
committed
Update changelog and set the pom up to handle a GitHub Packages release.
1 parent 2210955 commit 73baa38

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
<!-- Requires repo write access, and proper local maven configuration -->
3434
<!-- https://help.github.com/en/articles/about-github-package-registry -->
3535
<distributionManagement>
36-
<!-- This only needs to be un-commented for Release versions, when we want to upload to the cursed Github packages.
36+
<!-- This only needs to be un-commented for Release versions, when we want to upload to the cursed Github packages. -->
3737
<repository>
3838
<id>github</id>
3939
<name>GitHub TownyAdvanced Apache Maven Packages</name>
4040
<url>https://maven.pkg.github.com/TownyAdvanced/Towny</url>
41-
</repository>-->
42-
<repository>
41+
</repository>
42+
<!-- <repository>
4343
<id>nexus</id>
4444
<name>Towny</name>
4545
<url>https://repo.glaremasters.me/repository/towny/</url>
46-
</repository>
46+
</repository>-->
4747
</distributionManagement>
4848

4949
<scm>

resources/ChangeLog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8510,4 +8510,6 @@ v0.92.0.11:
85108510
- Make SQLSource more resiliant to worlds that have not recorded a UUID correctly.
85118511
- Bump bstats-bukkit from 3.0.1 to 3.0.2.
85128512
0.98.6.27:
8513-
- Remove deprecations made in the 0.97 series of Towny releases.
8513+
- Remove deprecations made in the 0.97 series of Towny releases.
8514+
0.99.0.0:
8515+
- Bump version number for release.

0 commit comments

Comments
 (0)