Skip to content

Commit 497a663

Browse files
committed
fix main class name
1 parent f6fc75e commit 497a663

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.trophonix.devilAPI</groupId>
88
<artifactId>redstone-spawners-reloaded</artifactId>
9-
<version>1.0</version>
9+
<version>2.0</version>
1010

1111
<repositories>
1212
<repository>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "RedstoneSpawnersReloaded"
22
version: "${project.version}"
33
author: "Trophonix, devilAPI"
4-
main: "com.trophonix.redstonespawners.devilAPI.RedstoneSpawners"
4+
main: "com.trophonix.devilapi.redstonespawners.RedstoneSpawners"
55
api-version: 1.21
66
commands:
77
redstonespawners:

0 commit comments

Comments
 (0)