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:
co-authored by
Claude Sonnet 5
parent
8c69a0dc9a
commit
394267ca5a
+5
-5
@@ -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-velocity</artifactId>
|
||||
<artifactId>votenetwork-velocity</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
@@ -74,11 +74,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>
|
||||
|
||||
Reference in New Issue
Block a user