We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d5e96 commit a652e8bCopy full SHA for a652e8b
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>ch.usi.si.seart</groupId>
6
<artifactId>java-tree-sitter</artifactId>
7
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.8.1</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.1</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