Skip to content

Commit d17afe8

Browse files
committed
set plugin author and default ver as 0.0.0-SNAPSHOT
1 parent e3d4621 commit d17afe8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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>pro.cloudnode.smp</groupId>
88
<artifactId>EnchantBookPlus</artifactId>
9-
<version>0.0.0</version>
9+
<version>0.0.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>EnchantBookPlus</name>

src/main/resources/plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: EnchantBookPlus
22
version: '${project.version}'
3+
author: Cloudnode
34
main: pro.cloudnode.smp.enchantbookplus.EnchantBookPlus
45
description: "Combine enchantment books to achieve levels above vanilla"
56
api-version: '1.20'

0 commit comments

Comments
 (0)