Skip to content

Commit

Permalink
✨Patch-1.0.2にしたのとちゃんとrelocateした
Browse files Browse the repository at this point in the history
  • Loading branch information
tererun committed Nov 21, 2021
1 parent 59577f3 commit 17c351f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

<groupId>me.tererun.plugin.birthday</groupId>
<artifactId>Birthday</artifactId>
<version>Patch-1.0.1</version>
<version>Patch-1.0.2</version>
<packaging>jar</packaging>

<name>Birthday</name>

<description>Birthday</description>
<properties>
<java.version>1.8</java.version>
<java.version>16</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand All @@ -40,6 +40,12 @@
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<relocations>
<relocation>
<pattern>net.wesjd.anvilgui</pattern>
<shadedPattern>me.tererun.plugin.birthday.relocate.anvilgui</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -76,14 +82,14 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.1-R0.1-SNAPSHOT</version>
<version>1.17.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>dev.dbassett</groupId>
<artifactId>skullcreator</artifactId>
<version>3.0.0</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.wesjd</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Birthday
version: ${project.version}
main: me.tererun.plugin.birthday.birthday.Birthday
api-version: 1.16
api-version: 1.17
authors: [ tererun ]
description: Birthday
commands:
Expand Down

0 comments on commit 17c351f

Please sign in to comment.