Skip to content

Commit 29d6622

Browse files
committed
Update version and use the pom to update basic plugin information
1 parent a3a4ee8 commit 29d6622

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.bukkit</groupId>
44
<artifactId>bukkit-chat</artifactId>
5-
<version>0.0.1-SNAPSHOT</version>
5+
<version>1.1-SNAPSHOT</version>
66
<name>ChatBukkit</name>
77
<url>http://www.bukkit.org</url>
88

@@ -24,6 +24,12 @@
2424
</dependencies>
2525

2626
<build>
27+
<resources>
28+
<resource>
29+
<directory>src/main/resources</directory>
30+
<filtering>true</filtering>
31+
</resource>
32+
</resources>
2733
<plugins>
2834
<plugin>
2935
<groupId>org.apache.maven.plugins</groupId>

src/main/resources/plugin.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
name: ChatBukkit
1+
name: ${name}
22
main: com.dinnerbone.bukkit.chat.ChatBukkit
3-
version: 1.0.0
3+
version: ${version}
44
website: http://www.bukkit.org
55
author: The Bukkit Team
66
description: >

0 commit comments

Comments
 (0)