We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49333f3 commit 295c0caCopy full SHA for 295c0ca
java/pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>net.razorvine</groupId>
11
<artifactId>pyrolite</artifactId>
12
- <version>5.0-SNAPSHOT</version>
+ <version>5.0</version>
13
<packaging>jar</packaging>
14
15
<name>pyrolite</name>
@@ -72,7 +72,7 @@
72
<url>https://github.com/irmen/Pyrolite</url>
73
<connection>scm:git:https://github.com/irmen/Pyrolite.git</connection>
74
<developerConnection>scm:git:https://github.com/irmen/Pyrolite.git</developerConnection>
75
- <tag>HEAD</tag>
+ <tag>pyrolite-5.0</tag>
76
</scm>
77
<issueManagement>
78
<system>Github</system>
0 commit comments