File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 8.1.1]
10+ Tried to fix publications again, thanks GithubPackages, I'm thinking of just removing you.
11+
912## [ 8.1.0]
1013### Ported
1114- Support for Pams HarvestCraft
@@ -762,7 +765,8 @@ Added support for 18 more mods
762765- Added support for Extended Crafting
763766 - Combintation Core, Compressor, Ender Crafter and Tiered Tables
764767
765- [ Unreleased ] : https://github.com/TagnumElite/ProjectE-Integration/compare/v8.1.0...HEAD
768+ [ Unreleased ] : https://github.com/TagnumElite/ProjectE-Integration/compare/v8.1.1...HEAD
769+ [ 8.1.1 ] : https://github.com/TagnumElite/ProjectE-Integration/compare/v8.1.0...v8.1.1
766770[ 8.1.0 ] : https://github.com/TagnumElite/ProjectE-Integration/compare/v8.0.3...v8.1.0
767771[ 8.0.3 ] : https://github.com/TagnumElite/ProjectE-Integration/compare/v8.0.2...v8.0.3
768772[ 8.0.2 ] : https://github.com/TagnumElite/ProjectE-Integration/compare/v8.0.1...v8.0.2
Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ publishing {
295295 maven(MavenPublication ) {
296296 from components. java
297297
298- artifactId = mod_name
298+ artifactId = " ${ mod_name} " . toLowerCase()
299299 groupId = " com.tagnumelite.projecteintegration"
300300
301301 artifacts {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ parchment_map_version=2024.11.17
2323# Mod Details
2424mod_id =projecteintegration
2525mod_name =ProjectE-Integration
26- mod_version =8.1.0
26+ mod_version =8.1.1
2727mod_license =MIT
2828mod_group_id =com.tagnumelite.projecteintegration
2929mod_authors =TagnumElite
You can’t perform that action at this time.
0 commit comments