We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc8193 commit ec08377Copy full SHA for ec08377
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>com.github.jsqlparser</groupId>
4
<artifactId>jsqlparser</artifactId>
5
- <version>0.8.6-SNAPSHOT</version>
+ <version>0.8.6</version>
6
<name>JSQLParser library</name>
7
<inceptionYear>2004</inceptionYear>
8
<organization>
@@ -54,7 +54,7 @@
54
<connection>scm:git:https://github.com/JSQLParser/JSqlParser.git</connection>
55
<developerConnection>scm:git:ssh://[email protected]:JSQLParser/JSqlParser.git</developerConnection>
56
<url>https://github.com/JSQLParser/JSqlParser.git</url>
57
- <tag>HEAD</tag>
+ <tag>jsqlparser-0.8.6</tag>
58
</scm>
59
60
<issueManagement>
0 commit comments