Replace remaining 'copilot' identifiers with 'massuus' (gradle props, build.gradle, local-maven POM)

This commit is contained in:
Sam van Remortel
2026-05-24 15:59:12 +02:00
parent 5a6bb2c2fb
commit c032ef1d28
3 changed files with 4 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ minecraft {
} }
def vaultHuntersJar = file(providers.gradleProperty('vault_hunters_jar').orElse('C:/Users/samva/curseforge/minecraft/Instances/Vault Hunters Third Edition - Remastered/mods/the_vault-1.18.2-3.21.5-remastered.6574.jar').get()) def vaultHuntersJar = file(providers.gradleProperty('vault_hunters_jar').orElse('C:/Users/samva/curseforge/minecraft/Instances/Vault Hunters Third Edition - Remastered/mods/the_vault-1.18.2-3.21.5-remastered.6574.jar').get())
def vaultHuntersGroup = 'dev.copilot.vault' def vaultHuntersGroup = 'dev.massuus.vault'
def vaultHuntersArtifact = 'the_vault' def vaultHuntersArtifact = 'the_vault'
def vaultHuntersVersion = '1.18.2-3.21.5-remastered.6574' def vaultHuntersVersion = '1.18.2-3.21.5-remastered.6574'
def vaultHuntersRepo = file("$rootDir/local-maven") def vaultHuntersRepo = file("$rootDir/local-maven")
@@ -86,11 +86,11 @@ jar {
manifest { manifest {
attributes([ attributes([
'Specification-Title' : mod_name, 'Specification-Title' : mod_name,
'Specification-Vendor' : 'Copilot', 'Specification-Vendor' : 'Massuus',
'Specification-Version' : '1', 'Specification-Version' : '1',
'Implementation-Title' : project.name, 'Implementation-Title' : project.name,
'Implementation-Version' : mod_version, 'Implementation-Version' : mod_version,
'Implementation-Vendor' : 'Copilot', 'Implementation-Vendor' : 'Massuus',
'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ") 'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
]) ])
} }

View File

@@ -9,4 +9,4 @@ mapping_version=1.18.2
mod_id=vaultpartyui mod_id=vaultpartyui
mod_name=Vault Party UI mod_name=Vault Party UI
mod_version=1.0.0 mod_version=1.0.0
mod_group_id=dev.copilot.vaultpartyui mod_group_id=dev.massuus.vaultpartyui

View File

@@ -1,9 +0,0 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>dev.copilot.vault</groupId>
<artifactId>the_vault</artifactId>
<version>1.18.2-3.21.5-remastered.6574</version>
<packaging>jar</packaging>
</project>