Skip to content

Commit a749206

Browse files
committed
pom for alpha1
1 parent cdc6d56 commit a749206

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pom.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

@@ -33,6 +33,13 @@
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>
@@ -43,7 +50,7 @@
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>
@@ -99,6 +106,9 @@
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>

0 commit comments

Comments
 (0)