We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d25fc commit e3fe9baCopy full SHA for e3fe9ba
pom.xml
@@ -6,13 +6,14 @@
6
7
<groupId>us.thezircon.play</groupId>
8
<artifactId>AutoPickup</artifactId>
9
- <version>1.4.7-DEVBUILD.4</version>
+ <version>${revision}</version>
10
<packaging>jar</packaging>
11
12
<name>AutoPickup</name>
13
14
<description>Automatically picks up the blocks you mine!</description>
15
<properties>
16
+ <revision>1.4.7-DEVBUILD.4</revision>
17
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18
</properties>
19
<url>https://discord.gg/ncHH4FP</url>
@@ -111,4 +112,4 @@
111
112
<scope>provided</scope>
113
</dependency>
114
</dependencies>
-</project>
115
+</project>
0 commit comments