We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e973e commit 2a081d5Copy full SHA for 2a081d5
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>ch.usi.si.seart</groupId>
6
<artifactId>java-tree-sitter</artifactId>
7
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.8.0</version>
8
9
<name>${project.groupId}:${project.artifactId}</name>
10
<description>Java bindings for tree-sitter</description>
@@ -56,7 +56,7 @@
56
</contributors>
57
58
<scm>
59
- <tag>HEAD</tag>
+ <tag>v1.8.0</tag>
60
<url>https://github.com/seart-group/java-tree-sitter/tree/master</url>
61
<connection>scm:git:https://github.com/seart-group/java-tree-sitter.git</connection>
62
<developerConnection>scm:git:git@github.com:seart-group/java-tree-sitter.git</developerConnection>
0 commit comments