File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >de.ntcomputer</groupId >
55 <artifactId >controllable-mobs-api</artifactId >
6- <version >1.6.4.6-SNAPSHOT </version >
6+ <version >1.6.4.6-alpha1 </version >
77 <name >Controllable Mobs API</name >
88 <url >http://dev.bukkit.org/bukkit-plugins/controllable-mobs-api/</url >
99
3333 </dependencies >
3434
3535 <build >
36+ <resources >
37+ <resource >
38+ <directory >src/main/resources</directory >
39+ <filtering >true</filtering >
40+ </resource >
41+ </resources >
42+
3643 <plugins >
3744
3845 <plugin >
4350 <archive >
4451 <manifestEntries >
4552 <Implementation-Title >Controllable-Mobs-API</Implementation-Title >
46- <Implementation-Version >${describe } </Implementation-Version >
53+ <Implementation-Version >${project.version } </Implementation-Version >
4754 <Implementation-Vendor >DevCybran</Implementation-Vendor >
4855 <Sealed >false</Sealed >
4956 </manifestEntries >
99106 <version >2.9.1</version >
100107 <configuration >
101108 <excludePackageNames >de.ntcomputer.minecraft.controllablemobs.implementation;de.ntcomputer.minecraft.controllablemobs.plugin</excludePackageNames >
109+ <links >
110+ <link >http://jd.bukkit.org/apidocs/</link >
111+ </links >
102112 </configuration >
103113 <executions >
104114 <execution >
You can’t perform that action at this time.
0 commit comments