Rebrand : remplace le package/groupId fr.northblue par fr.votenetwork

Projet destine a etre open source, plus aucune reference a "NorthBlue"
dans le code, les artifactId Maven ou les config par defaut.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
SarTron-NorthBlue
2026-07-12 13:18:33 +04:00
co-authored by Claude Sonnet 5
parent 8c69a0dc9a
commit 394267ca5a
26 changed files with 117 additions and 117 deletions
+5 -5
View File
@@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>fr.northblue</groupId>
<artifactId>northblue-vote-parent</artifactId>
<groupId>fr.votenetwork</groupId>
<artifactId>votenetwork-parent</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>northblue-vote-spigot</artifactId>
<artifactId>votenetwork-spigot</artifactId>
<packaging>jar</packaging>
<!--
@@ -71,11 +71,11 @@
<relocations>
<relocation>
<pattern>com.zaxxer.hikari</pattern>
<shadedPattern>fr.northblue.vote.libs.hikari</shadedPattern>
<shadedPattern>fr.votenetwork.libs.hikari</shadedPattern>
</relocation>
<relocation>
<pattern>com.mysql</pattern>
<shadedPattern>fr.northblue.vote.libs.mysql</shadedPattern>
<shadedPattern>fr.votenetwork.libs.mysql</shadedPattern>
</relocation>
</relocations>
<transformers>