Skip to content

Commit e3fe9ba

Browse files
authored
Update pom.xml
1 parent 22d25fc commit e3fe9ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66

77
<groupId>us.thezircon.play</groupId>
88
<artifactId>AutoPickup</artifactId>
9-
<version>1.4.7-DEVBUILD.4</version>
9+
<version>${revision}</version>
1010
<packaging>jar</packaging>
1111

1212
<name>AutoPickup</name>
1313

1414
<description>Automatically picks up the blocks you mine!</description>
1515
<properties>
16+
<revision>1.4.7-DEVBUILD.4</revision>
1617
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1718
</properties>
1819
<url>https://discord.gg/ncHH4FP</url>
@@ -111,4 +112,4 @@
111112
<scope>provided</scope>
112113
</dependency>
113114
</dependencies>
114-
</project>
115+
</project>

0 commit comments

Comments
 (0)