We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b37e23 commit aa82f01Copy full SHA for aa82f01
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.selfcoders</groupId>
12
<artifactId>matterbukkit</artifactId>
13
- <version>1.5-SNAPSHOT</version>
+ <version>1.5</version>
14
<packaging>jar</packaging>
15
16
<name>MatterBukkit</name>
@@ -19,7 +19,7 @@
19
20
<scm>
21
<developerConnection>scm:git:ssh://git@gitlab.com/Programie/MatterBukkit.git</developerConnection>
22
- <tag>HEAD</tag>
+ <tag>1.5</tag>
23
</scm>
24
25
<properties>
0 commit comments